Mercurial > ecos
comparison packages/ecos.db @ 211:6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
| author | jlarmour |
|---|---|
| date | Wed, 29 May 2002 18:28:03 +0000 |
| parents | d2c90368aeef |
| children | dbca035cc56d |
comparison
equal
deleted
inserted
replaced
| 210:d2c90368aeef | 211:6eb55882e01c |
|---|---|
| 890 directory devs/serial/h8300/h8300h | 890 directory devs/serial/h8300/h8300h |
| 891 script serial_h8300.cdl | 891 script serial_h8300.cdl |
| 892 description "H8/300 SCI serial device drivers" | 892 description "H8/300 SCI serial device drivers" |
| 893 } | 893 } |
| 894 | 894 |
| 895 package CYGPKG_IO_SERIAL_MCF5272_UART { | |
| 896 alias { "MCF5272 Serial UART Drivers" | |
| 897 devs_MCF5272_uart_driver } | |
| 898 hardware | |
| 899 directory devs/serial/mcf52xx/mcf5272 | |
| 900 script ser_mcf5272_uart.cdl | |
| 901 description "Serial MCF5272 UART Drivers." | |
| 902 } | |
| 903 | |
| 895 package CYGPKG_IO_SERIAL_LOOP { | 904 package CYGPKG_IO_SERIAL_LOOP { |
| 896 alias { "Loop serial device drivers" | 905 alias { "Loop serial device drivers" |
| 897 devs_serial_loop loop_serial_driver } | 906 devs_serial_loop loop_serial_driver } |
| 898 directory devs/serial/loop | 907 directory devs/serial/loop |
| 899 script ser_loop.cdl | 908 script ser_loop.cdl |
| 1291 directory devs/eth/h8300/aki3068net | 1300 directory devs/eth/h8300/aki3068net |
| 1292 script h8300_aki3068net_eth_drivers.cdl | 1301 script h8300_aki3068net_eth_drivers.cdl |
| 1293 hardware | 1302 hardware |
| 1294 description "Ethernet drivers for Akizuki H8/3068 Network | 1303 description "Ethernet drivers for Akizuki H8/3068 Network |
| 1295 micom board." | 1304 micom board." |
| 1305 } | |
| 1306 | |
| 1307 package CYGPKG_DEVS_ETH_MCF5272 { | |
| 1308 alias { "MCF5272 Fast Ethernet Controller driver" mcf5272_eth_driver} | |
| 1309 hardware | |
| 1310 directory devs/eth/mcf52xx/mcf5272 | |
| 1311 script mcf5272_eth_driver.cdl | |
| 1312 description "Ethernet driver for the MCF5272." | |
| 1296 } | 1313 } |
| 1297 | 1314 |
| 1298 | 1315 |
| 1299 package CYGPKG_IO_PCI { | 1316 package CYGPKG_IO_PCI { |
| 1300 alias { "PCI configuration library" io_pci } | 1317 alias { "PCI configuration library" io_pci } |
| 2704 script hal_v85x_ceb_v850.cdl | 2721 script hal_v85x_ceb_v850.cdl |
| 2705 hardware | 2722 hardware |
| 2706 description " | 2723 description " |
| 2707 The CEB-V850/SA1 HAL package provides the support needed to run eCos on a Cosmo CEB-V850/SA1 | 2724 The CEB-V850/SA1 HAL package provides the support needed to run eCos on a Cosmo CEB-V850/SA1 |
| 2708 evaluation board." | 2725 evaluation board." |
| 2726 } | |
| 2727 | |
| 2728 # -------------------------------------------------------------------------- | |
| 2729 # m68k packages | |
| 2730 | |
| 2731 package CYGPKG_HAL_M68K { | |
| 2732 alias { "m68k common HAL" hal_m68k m68k_hal m68k_arch_hal } | |
| 2733 directory hal/m68k/arch | |
| 2734 script hal_m68k.cdl | |
| 2735 hardware | |
| 2736 | |
| 2737 description "The m68k architecture HAL package provides generic | |
| 2738 support for this processor architecture. It is also | |
| 2739 necessary to select a specific target platform HAL | |
| 2740 package." | |
| 2741 | |
| 2742 } | |
| 2743 | |
| 2744 package CYGPKG_HAL_M68K_MCF52xx { | |
| 2745 alias { "68k/Coldfire version 2 core variant HAL" | |
| 2746 hal_m68k_mcf52xx | |
| 2747 m68k_mcf52xx_hal } | |
| 2748 directory hal/m68k/mcf52xx/var | |
| 2749 script hal_m68k_mcf52xx.cdl | |
| 2750 hardware | |
| 2751 | |
| 2752 description "The 68k/Coldfire version 2 core variant HAL package | |
| 2753 provides generic support for the version 2 Coldfire core. | |
| 2754 It is also necessary to select a specific target platform | |
| 2755 HAL package." | |
| 2756 } | |
| 2757 | |
| 2758 package CYGPKG_HAL_M68K_MCF52xx_MCF5272 { | |
| 2759 alias { "mcf5272 68k/Coldfire processor variant HAL" | |
| 2760 hal_m68k_mcf52xx_mcf5272 | |
| 2761 m68k_mcf52xx_mcf5272_hal } | |
| 2762 directory hal/m68k/mcf52xx/mcf5272/proc | |
| 2763 script hal_m68k_mcf52xx_mcf5272.cdl | |
| 2764 hardware | |
| 2765 | |
| 2766 description "The mcf5272 68k/Coldfire processor variant HAL package | |
| 2767 provides generic support for this processor architecture. | |
| 2768 It is also necessary to select a specific target platform | |
| 2769 HAL package." | |
| 2770 | |
| 2771 } | |
| 2772 | |
| 2773 package CYGPKG_HAL_M68K_MCF52xx_MCF5272_MCF5272C3 { | |
| 2774 alias { "Motorola mcf5272c3 evaluation board platform HAL" | |
| 2775 hal_m68k_mcf52xx_mcf5272_mcf5272c3 | |
| 2776 m68k_mcf52xx_mcf5272_mcf5272c3_hal } | |
| 2777 directory hal/m68k/mcf52xx/mcf5272/mcf5272c3/plf | |
| 2778 script hal_m68k_mcf52xx_mcf5272_mcf5272c3.cdl | |
| 2779 hardware | |
| 2780 | |
| 2781 description "The Motorola mcf5272c3 evaluation board platform HAL | |
| 2782 package should be used when targeting the actual hardware | |
| 2783 for the Motorola mcf5272c3 evaluation board platform." | |
| 2784 | |
| 2709 } | 2785 } |
| 2710 | 2786 |
| 2711 # -------------------------------------------------------------------------- | 2787 # -------------------------------------------------------------------------- |
| 2712 # CalmRISC16 packages | 2788 # CalmRISC16 packages |
| 2713 | 2789 |
| 3749 The ceb_v850 target provides the packages needed to run eCos on a | 3825 The ceb_v850 target provides the packages needed to run eCos on a |
| 3750 Cosmo CEB-V850 evaluation board fitted with a NEC V850/SA1 or NEC V850/SB1." | 3826 Cosmo CEB-V850 evaluation board fitted with a NEC V850/SA1 or NEC V850/SB1." |
| 3751 } | 3827 } |
| 3752 | 3828 |
| 3753 # -------------------------------------------------------------------------- | 3829 # -------------------------------------------------------------------------- |
| 3830 # m68k targets | |
| 3831 | |
| 3832 target mcf5272c3 { | |
| 3833 alias { "Motorola mcf5272c3 evaluation board" } | |
| 3834 packages { | |
| 3835 CYGPKG_HAL_M68K | |
| 3836 CYGPKG_HAL_M68K_MCF52xx | |
| 3837 CYGPKG_HAL_M68K_MCF52xx_MCF5272 | |
| 3838 CYGPKG_HAL_M68K_MCF52xx_MCF5272_MCF5272C3 | |
| 3839 CYGPKG_DEVS_ETH_MCF5272 | |
| 3840 CYGPKG_IO_SERIAL_MCF5272_UART | |
| 3841 } | |
| 3842 | |
| 3843 description "The mcf5272c3 target provides the packages needed to run | |
| 3844 eCos on the Motorola mcf5272c3 evaluation board." | |
| 3845 | |
| 3846 } | |
| 3847 | |
| 3848 # -------------------------------------------------------------------------- | |
| 3849 | |
| 3850 # -------------------------------------------------------------------------- | |
| 3754 # H8 targets | 3851 # H8 targets |
| 3755 | 3852 |
| 3756 target h8300h_sim { | 3853 target h8300h_sim { |
| 3757 alias { "H8300H minimal simulator" } | 3854 alias { "H8300H minimal simulator" } |
| 3758 packages { CYGPKG_HAL_H8300 | 3855 packages { CYGPKG_HAL_H8300 |
