comparison packages/ecos.db @ 835:d6cfbed66cf9

New XScale ports
author msalter
date Tue, 18 Mar 2003 13:10:01 +0000
parents 95c190a63a7e
children 725ba4e57f0c
comparison
equal deleted inserted replaced
834:a440f07b6d29 835:d6cfbed66cf9
460 description " 460 description "
461 This package contains hardware support for FLASH memory 461 This package contains hardware support for FLASH memory
462 on the IQ80321 platform." 462 on the IQ80321 platform."
463 } 463 }
464 464
465 package CYGPKG_DEVS_FLASH_IXDP425 {
466 alias { "FLASH memory support for IXDP425" flash_ixdp425 }
467 directory devs/flash/arm/ixdp425
468 script flash_ixdp425.cdl
469 hardware
470 description "
471 This package contains hardware support for FLASH memory
472 on the IXDP425 platform."
473 }
474
475 package CYGPKG_DEVS_FLASH_GRG {
476 alias { "FLASH memory support for GRG" flash_grg }
477 directory devs/flash/arm/grg
478 script flash_grg.cdl
479 hardware
480 description "
481 This package contains hardware support for FLASH memory
482 on the Intel Generic Residential Gateway platform."
483 }
484
465 package CYGPKG_DEVS_FLASH_ARM_INTEGRATOR { 485 package CYGPKG_DEVS_FLASH_ARM_INTEGRATOR {
466 alias { "FLASH memory support for ARM INTEGRATOR" flash_integrator } 486 alias { "FLASH memory support for ARM INTEGRATOR" flash_integrator }
467 directory devs/flash/arm/integrator 487 directory devs/flash/arm/integrator
468 script flash_integrator.cdl 488 script flash_integrator.cdl
469 hardware 489 hardware
1389 devs_eth_arm_iq80310 iq80310_eth_driver } 1409 devs_eth_arm_iq80310 iq80310_eth_driver }
1390 hardware 1410 hardware
1391 directory devs/eth/arm/iq80310 1411 directory devs/eth/arm/iq80310
1392 script iq80310_eth_drivers.cdl 1412 script iq80310_eth_drivers.cdl
1393 description "Ethernet driver for Intel IQ80310 with onboard 82559 NIC." 1413 description "Ethernet driver for Intel IQ80310 with onboard 82559 NIC."
1414 }
1415
1416 package CYGPKG_DEVS_ETH_ARM_IXDP425_I82559 {
1417 alias { "IXDP425 (PCI) / Intel 82559 ethernet driver"
1418 devs_eth_arm_ixdp425_i82559 }
1419 hardware
1420 directory devs/eth/arm/ixdp425/i82559
1421 script ixdp425_i82559_eth_driver.cdl
1422 description "Ethernet driver for IXDP425 with Intel 82559 PCI NIC."
1423 }
1424
1425 package CYGPKG_DEVS_ETH_ARM_GRG_I82559 {
1426 alias { "GRG / Intel 82559 ethernet driver"
1427 devs_eth_arm_grg_i82559 }
1428 hardware
1429 directory devs/eth/arm/grg/i82559
1430 script grg_i82559_eth_driver.cdl
1431 description "Ethernet driver for GRG with Intel 82559 PCI NIC."
1394 } 1432 }
1395 1433
1396 package CYGPKG_DEVS_ETH_I386_PC_I82559 { 1434 package CYGPKG_DEVS_ETH_I386_PC_I82559 {
1397 alias { "Standard PC with EtherPro 10/100 ethernet device" 1435 alias { "Standard PC with EtherPro 10/100 ethernet device"
1398 devs_eth_i386_pc_i82559 pc_etherpro } 1436 devs_eth_i386_pc_i82559 pc_etherpro }
2249 script hal_arm_xscale_iq80321.cdl 2287 script hal_arm_xscale_iq80321.cdl
2250 hardware 2288 hardware
2251 description " 2289 description "
2252 The IQ80321 HAL package provides the support needed to run 2290 The IQ80321 HAL package provides the support needed to run
2253 eCos on an Intel XScale IQ80321 evaluation board." 2291 eCos on an Intel XScale IQ80321 evaluation board."
2292 }
2293
2294 package CYGPKG_HAL_ARM_XSCALE_IXP425 {
2295 alias { "Intel XScale IXP425 Network Processor" hal_arm_xscale_ixp425 }
2296 directory hal/arm/xscale/ixp425
2297 script hal_arm_xscale_ixp425.cdl
2298 hardware
2299 description "
2300 The XScale IXP425 HAL package provides the support needed to run
2301 eCos on Intel XScale IXP425 network processor based systems."
2302 }
2303
2304 package CYGPKG_HAL_ARM_XSCALE_IXDP425 {
2305 alias { "Intel XScale IXDP425 Network Processor eval board" hal_arm_xscale_ixdp425 }
2306 directory hal/arm/xscale/ixdp425
2307 script hal_arm_xscale_ixdp425.cdl
2308 hardware
2309 description "
2310 The IXDP425 HAL package provides the support needed to run
2311 eCos on an Intel XScale IXDP425 network processor evaluation board."
2312 }
2313
2314 package CYGPKG_HAL_ARM_XSCALE_GRG {
2315 alias { "Intel XScale Generic Residential Gateway" hal_arm_xscale_grg }
2316 directory hal/arm/xscale/grg
2317 script hal_arm_xscale_grg.cdl
2318 hardware
2319 description "
2320 The GRG HAL package provides the support needed to run eCos on an
2321 Intel Generic Residential Gateway evaluation board."
2254 } 2322 }
2255 2323
2256 package CYGPKG_HAL_ARM_XSCALE_PXA2X0 { 2324 package CYGPKG_HAL_ARM_XSCALE_PXA2X0 {
2257 alias { "Intel PXA2X0" hal_arm_xscale_pxa2x0 } 2325 alias { "Intel PXA2X0" hal_arm_xscale_pxa2x0 }
2258 directory hal/arm/xscale/pxa2x0 2326 directory hal/arm/xscale/pxa2x0
3631 description " 3699 description "
3632 The IQ80321 target provides the packages needed to run 3700 The IQ80321 target provides the packages needed to run
3633 eCos on an Intel XScale IQ80321 board." 3701 eCos on an Intel XScale IQ80321 board."
3634 } 3702 }
3635 3703
3704 target ixdp425 {
3705 alias { "IXDP425 board" ixdp425 }
3706 packages { CYGPKG_HAL_ARM
3707 CYGPKG_HAL_ARM_XSCALE_CORE
3708 CYGPKG_HAL_ARM_XSCALE_IXP425
3709 CYGPKG_HAL_ARM_XSCALE_IXDP425
3710 CYGPKG_IO_PCI
3711 CYGPKG_DEVS_ETH_INTEL_I82559
3712 CYGPKG_DEVS_ETH_ARM_IXDP425_I82559
3713 CYGPKG_DEVS_FLASH_STRATA
3714 CYGPKG_DEVS_FLASH_IXDP425
3715 }
3716 description "
3717 The ixdp425 target provides the packages needed to run
3718 eCos on an Intel network processor evaluation board."
3719 }
3720
3721 target grg {
3722 alias { "Generic Residential Gateway" grg }
3723 packages { CYGPKG_HAL_ARM
3724 CYGPKG_HAL_ARM_XSCALE_CORE
3725 CYGPKG_HAL_ARM_XSCALE_IXP425
3726 CYGPKG_HAL_ARM_XSCALE_GRG
3727 CYGPKG_IO_PCI
3728 CYGPKG_DEVS_ETH_INTEL_I82559
3729 CYGPKG_DEVS_ETH_ARM_GRG_I82559
3730 CYGPKG_DEVS_FLASH_STRATA
3731 CYGPKG_DEVS_FLASH_GRG
3732 }
3733 description "
3734 The grg target provides the packages needed to run
3735 eCos on an Intel Generic Residential Gateway board."
3736 }
3737
3636 target edb7xxx { 3738 target edb7xxx {
3637 alias { "Cirrus Logic EDB7xxx development board" edb7211 eb7xxx eb7211 } 3739 alias { "Cirrus Logic EDB7xxx development board" edb7211 eb7xxx eb7211 }
3638 packages { CYGPKG_HAL_ARM 3740 packages { CYGPKG_HAL_ARM
3639 CYGPKG_HAL_ARM_EDB7XXX 3741 CYGPKG_HAL_ARM_EDB7XXX
3640 CYGPKG_DEVS_ETH_ARM_EDB7XXX 3742 CYGPKG_DEVS_ETH_ARM_EDB7XXX