comparison packages/ecos.db @ 862:725ba4e57f0c

Add support for A&M Adder-II (by extending Adder platform)
author gthomas
date Mon, 24 Mar 2003 21:59:28 +0000
parents d6cfbed66cf9
children 2ffd006ba591
comparison
equal deleted inserted replaced
861:66171231a2c4 862:725ba4e57f0c
550 description " 550 description "
551 This package contains hardware support for FLASH memory 551 This package contains hardware support for FLASH memory
552 on the A&M PowerPC/8xx VIPER platform." 552 on the A&M PowerPC/8xx VIPER platform."
553 } 553 }
554 554
555 package CYGPKG_DEVS_FLASH_POWERPC_ADDER {
556 alias { "FLASH memory support for A&M Adder PowerPC/85x" flash_adder }
557 directory devs/flash/powerpc/adder
558 script flash_adder.cdl
559 hardware
560 description "
561 This package contains hardware support for FLASH memory
562 on the A&M PowerPC/8xx ADDER platform."
563 }
564
565 package CYGPKG_DEVS_FLASH_MN10300_STB { 555 package CYGPKG_DEVS_FLASH_MN10300_STB {
566 alias { "FLASH memory support for Matsushita MN10300 STB" flash_stb } 556 alias { "FLASH memory support for Matsushita MN10300 STB" flash_stb }
567 directory devs/flash/mn10300/stb 557 directory devs/flash/mn10300/stb
568 script flash_stb.cdl 558 script flash_stb.cdl
569 hardware 559 hardware
1336 alias { "A&M Viper ethernet driver" viper_eth_driver } 1326 alias { "A&M Viper ethernet driver" viper_eth_driver }
1337 hardware 1327 hardware
1338 directory devs/eth/powerpc/viper 1328 directory devs/eth/powerpc/viper
1339 script viper_eth_drivers.cdl 1329 script viper_eth_drivers.cdl
1340 description "Ethernet driver specifics for A&M Viper (MPC8xxT) based boards." 1330 description "Ethernet driver specifics for A&M Viper (MPC8xxT) based boards."
1341 }
1342
1343 package CYGPKG_DEVS_ETH_POWERPC_ADDER {
1344 alias { "A&M Adder ethernet driver" adder_eth_driver }
1345 hardware
1346 directory devs/eth/powerpc/adder
1347 script adder_eth_drivers.cdl
1348 description "Ethernet driver specifics for A&M Adder (MPC85x) based boards."
1349 } 1331 }
1350 1332
1351 package CYGPKG_DEVS_ETH_INTEL_I82559 { 1333 package CYGPKG_DEVS_ETH_INTEL_I82559 {
1352 alias { "Intel 82559 ethernet driver" 1334 alias { "Intel 82559 ethernet driver"
1353 devs_eth_intel_i82559 i82559_eth_driver } 1335 devs_eth_intel_i82559 i82559_eth_driver }
2754 description " 2736 description "
2755 The VIPER HAL package provides the support needed to run 2737 The VIPER HAL package provides the support needed to run
2756 eCos on a A&M VIPER board equipped with a PowerPC processor." 2738 eCos on a A&M VIPER board equipped with a PowerPC processor."
2757 } 2739 }
2758 2740
2759 package CYGPKG_HAL_POWERPC_ADDER {
2760 alias { "A&M Adder PPC85x board" hal_powerpc_adder powerpc_adder_hal }
2761 directory hal/powerpc/adder
2762 script hal_powerpc_adder.cdl
2763 hardware
2764 description "
2765 The ADDER HAL package provides the support needed to run
2766 eCos on a A&M ADDER board equipped with a PowerPC processor."
2767 }
2768
2769 package CYGPKG_HAL_POWERPC_TS6 { 2741 package CYGPKG_HAL_POWERPC_TS6 {
2770 alias { "Delphi TigerSHARC-6 board" hal_powerpc_ts6 powerpc_ts6_hal } 2742 alias { "Delphi TigerSHARC-6 board" hal_powerpc_ts6 powerpc_ts6_hal }
2771 directory hal/powerpc/ts6 2743 directory hal/powerpc/ts6
2772 script hal_powerpc_ts6.cdl 2744 script hal_powerpc_ts6.cdl
2773 hardware 2745 hardware
2787 eCos on a Motorola MPC8260 VADS board equipped with a 2759 eCos on a Motorola MPC8260 VADS board equipped with a
2788 PowerPC processor." 2760 PowerPC processor."
2789 } 2761 }
2790 2762
2791 package CYGPKG_HAL_QUICC { 2763 package CYGPKG_HAL_QUICC {
2792 alias { "Motorola MBX860/821 QUICC support" hal_quicc quicc_hal quicc } 2764 alias { "Motorola MPC8xx QUICC support" hal_quicc quicc_hal quicc }
2793 directory hal/powerpc/quicc 2765 directory hal/powerpc/quicc
2794 script hal_powerpc_quicc.cdl 2766 script hal_powerpc_quicc.cdl
2795 hardware 2767 hardware
2796 description " 2768 description "
2797 The QUICC package provides some of the support needed 2769 The QUICC package provides some of the support needed
2798 to run eCos on a Motorola MBX board, using the QUICC 2770 to run eCos on a Motorola MPC8xx processors, using the QUICC
2799 feature of the MPC860 and MPC821 CPUs. 2771 communications subsystem."
2800 Currently only serial IO via SMC1 is provided by
2801 this package."
2802 } 2772 }
2803 2773
2804 package CYGPKG_HAL_POWERPC_SIM { 2774 package CYGPKG_HAL_POWERPC_SIM {
2805 alias { "PowerPC simulator" hal_powerpc_sim powerpc_sim_hal } 2775 alias { "PowerPC simulator" hal_powerpc_sim powerpc_sim_hal }
2806 directory hal/powerpc/sim 2776 directory hal/powerpc/sim
4122 description " 4092 description "
4123 The viper target provides the packages needed to run 4093 The viper target provides the packages needed to run
4124 eCos on a A&M Viper PPC860 board." 4094 eCos on a A&M Viper PPC860 board."
4125 } 4095 }
4126 4096
4127 target adder {
4128 alias { "A&M Adder PPC850 board" adder850 }
4129 packages { CYGPKG_HAL_POWERPC
4130 CYGPKG_HAL_POWERPC_MPC8xx
4131 CYGPKG_HAL_POWERPC_ADDER
4132 CYGPKG_HAL_QUICC
4133 CYGPKG_DEVS_FLASH_POWERPC_ADDER
4134 CYGPKG_DEVS_FLASH_AMD_AM29XXXXX
4135 CYGPKG_DEVS_ETH_POWERPC_QUICC
4136 CYGPKG_DEVS_ETH_POWERPC_ADDER
4137 CYGPKG_IO_SERIAL_POWERPC_QUICC_SMC
4138 }
4139 description "
4140 The adder target provides the packages needed to run
4141 eCos on a A&M Adder PPC850 board."
4142 }
4143
4144 target psim { 4097 target psim {
4145 alias { "PowerPC simulator" ppc_sim powerpc_sim } 4098 alias { "PowerPC simulator" ppc_sim powerpc_sim }
4146 packages { CYGPKG_HAL_POWERPC 4099 packages { CYGPKG_HAL_POWERPC
4147 CYGPKG_HAL_POWERPC_PPC60x 4100 CYGPKG_HAL_POWERPC_PPC60x
4148 CYGPKG_HAL_POWERPC_SIM 4101 CYGPKG_HAL_POWERPC_SIM
4542 } 4495 }
4543 description " 4496 description "
4544 The calm32_ceb target provides the packages needed to run 4497 The calm32_ceb target provides the packages needed to run
4545 eCos on the CalmRISC32 Core Evaluation Board." 4498 eCos on the CalmRISC32 Core Evaluation Board."
4546 } 4499 }
4500
4547 # -------------------------------------------------------------------------- 4501 # --------------------------------------------------------------------------
4548 4502
4549 package CYGPKG_HAL_POWERPC_TS1000 { 4503 package CYGPKG_HAL_POWERPC_TS1000 {
4550 alias { "Allied Telesyn TS1000 board" hal_powerpc_ts1000 } 4504 alias { "Allied Telesyn TS1000 board" hal_powerpc_ts1000 }
4551 directory hal/powerpc/ts1000 4505 directory hal/powerpc/ts1000
4636 } 4590 }
4637 description " 4591 description "
4638 The uE250 target provides the packages needed to run 4592 The uE250 target provides the packages needed to run
4639 eCos on an NMI uEngine uE250 board." 4593 eCos on an NMI uEngine uE250 board."
4640 } 4594 }
4595
4596 # --------------------------------------------------------------------------
4597
4598 package CYGPKG_HAL_POWERPC_ADDER {
4599 alias { "A&M Adder PPC85x board" hal_powerpc_adder powerpc_adder_hal }
4600 directory hal/powerpc/adder
4601 script hal_powerpc_adder.cdl
4602 hardware
4603 description "
4604 The ADDER HAL package provides the support needed to run
4605 eCos on a A&M ADDER board equipped with a PowerPC processor."
4606 }
4607
4608 package CYGPKG_DEVS_FLASH_POWERPC_ADDER {
4609 alias { "FLASH memory support for A&M Adder PowerPC/85x" flash_adder }
4610 directory devs/flash/powerpc/adder
4611 script flash_adder.cdl
4612 hardware
4613 description "
4614 This package contains hardware support for FLASH memory
4615 on the A&M PowerPC/8xx ADDER platforms."
4616 }
4617
4618 package CYGPKG_DEVS_ETH_POWERPC_ADDER {
4619 alias { "A&M Adder ethernet driver" adder_eth_driver }
4620 hardware
4621 directory devs/eth/powerpc/adder
4622 script adder_eth_drivers.cdl
4623 description "Ethernet driver specifics for A&M Adder (MPC85x) based boards."
4624 }
4625
4626 package CYGPKG_DEVS_ETH_POWERPC_ADDERII {
4627 alias { "A&M AdderII ethernet driver" adderII_eth_driver }
4628 hardware
4629 directory devs/eth/powerpc/adderII
4630 script adderII_eth_drivers.cdl
4631 description "Ethernet driver specifics for A&M AdderII (MPC852T) based boards."
4632 }
4633
4634 target adder {
4635 alias { "A&M Adder PPC850 board" adder850 }
4636 packages { CYGPKG_HAL_POWERPC
4637 CYGPKG_HAL_POWERPC_MPC8xx
4638 CYGPKG_HAL_POWERPC_ADDER
4639 CYGPKG_HAL_QUICC
4640 CYGPKG_DEVS_FLASH_POWERPC_ADDER
4641 CYGPKG_DEVS_FLASH_AMD_AM29XXXXX
4642 CYGPKG_DEVS_ETH_POWERPC_QUICC
4643 CYGPKG_DEVS_ETH_POWERPC_ADDER
4644 CYGPKG_IO_SERIAL_POWERPC_QUICC_SMC
4645 }
4646 enable { CYGHWR_HAL_POWERPC_ADDER_I }
4647 description "
4648 The adder target provides the packages needed to run
4649 eCos on a A&M Adder PPC850 board."
4650 }
4651
4652 target adderII {
4653 alias { "A&M Adder PPC852T board" adder852T }
4654 packages { CYGPKG_HAL_POWERPC
4655 CYGPKG_HAL_POWERPC_MPC8xx
4656 CYGPKG_HAL_POWERPC_ADDER
4657 CYGPKG_HAL_QUICC
4658 CYGPKG_DEVS_FLASH_POWERPC_ADDER
4659 CYGPKG_DEVS_FLASH_AMD_AM29XXXXX
4660 CYGPKG_DEVS_ETH_POWERPC_FEC
4661 CYGPKG_DEVS_ETH_POWERPC_ADDERII
4662 CYGPKG_IO_SERIAL_POWERPC_QUICC_SMC
4663 }
4664 enable { CYGHWR_HAL_POWERPC_ADDER_II }
4665 description "
4666 The adderII target provides the packages needed to run
4667 eCos on a A&M Adder PPC852T board."
4668 }