comparison packages/ecos.db @ 156:b939e9cada46

Merge from eCos master repository on 2001-03-29-21:44:39-BST
author jlarmour
date Fri, 06 Apr 2001 17:20:13 +0000
parents e2d866e32dac
children b65ec671dd4c
comparison
equal deleted inserted replaced
155:70a4cc6d69d2 156:b939e9cada46
103 description " 103 description "
104 This package contains hardware support for PCMCIA 104 This package contains hardware support for PCMCIA
105 and Compact Flash devices on the SA11x0/Assabet board." 105 and Compact Flash devices on the SA11x0/Assabet board."
106 } 106 }
107 107
108 package CYGPKG_DEVS_PCMCIA_IPAQ {
109 alias { "SA11x0/iPAQ PCMCIA & Compact Flash support" pcmcia_ipaq ipaq_pcmcia ipaq_cf io_ipaq_pcmcia}
110 directory devs/pcmcia/arm/ipaq
111 script pcmcia_ipaq.cdl
112 hardware
113 description "
114 This package contains hardware support for PCMCIA
115 and Compact Flash devices on the Compaq iPAQ pocket PC."
116 }
117
108 package CYGPKG_IO_FLASH { 118 package CYGPKG_IO_FLASH {
109 alias { "Generic FLASH memory support" flash } 119 alias { "Generic FLASH memory support" flash }
110 directory io/flash 120 directory io/flash
111 script io_flash.cdl 121 script io_flash.cdl
112 description " 122 description "
150 description " 160 description "
151 This package contains hardware support for flash memory 161 This package contains hardware support for flash memory
152 on the ARM PID platform." 162 on the ARM PID platform."
153 } 163 }
154 164
165 package CYGPKG_DEVS_FLASH_AMD_AM29F040B {
166 alias { "Support for AMD AM29F040B flash memory" flash_amd_am29f040b }
167 directory devs/flash/amd/am29f040b
168 script flash_amd_am29f040b.cdl
169 hardware
170 description "
171 This package contains hardware support for AMD AM29F040B
172 flash memory."
173 }
174 package CYGPKG_DEVS_FLASH_MIPS_QED_OCELOT {
175 alias { "Support for flash memory on QED/Ocelot board" flash_qed_ocelot }
176 directory devs/flash/mips/ocelot
177 script flash_mips_qed_ocelot.cdl
178 hardware
179 description "
180 This package contains hardware support for flash memory
181 on the QED Ocelot platform."
182 }
183
155 package CYGPKG_DEVS_FLASH_EBSA285 { 184 package CYGPKG_DEVS_FLASH_EBSA285 {
156 alias { "FLASH memory support for StrongARM EBSA-285" flash_ebsa285 } 185 alias { "FLASH memory support for StrongARM EBSA-285" flash_ebsa285 }
157 directory devs/flash/arm/ebsa285 186 directory devs/flash/arm/ebsa285
158 script flash_ebsa285.cdl 187 script flash_ebsa285.cdl
159 hardware 188 hardware
189 hardware 218 hardware
190 description " 219 description "
191 This package contains hardware support for FLASH memory 220 This package contains hardware support for FLASH memory
192 on the Intel StrongARM SA-1110 Assabet platform." 221 on the Intel StrongARM SA-1110 Assabet platform."
193 } 222 }
223
224 package CYGPKG_DEVS_FLASH_IPAQ {
225 alias { "FLASH memory support for Intel SA1110 (Ipaq)" flash_ipaq }
226 directory devs/flash/arm/ipaq
227 script flash_ipaq.cdl
228 hardware
229 description "
230 This package contains hardware support for FLASH memory
231 on the Intel StrongARM SA-1110 iPAQ platform."
232 }
233
234 package CYGPKG_DEVS_FLASH_STRATA {
235 alias { "Generic FLASH memory support for Intel StrataFLASH" strata }
236 directory devs/flash/intel/strata
237 script flash_strata.cdl
238 hardware
239 description "
240 This package contains generic hardware support for Intel
241 StrataFLASH memory devices."
242 }
243
244 package CYGPKG_DEVS_FLASH_INTEL_28FXXX {
245 alias { "Generic FLASH memory support for Intel 28Fxxx Flash parts" flashfile }
246 directory devs/flash/intel/28fxxx
247 script flash_intel_28fxxx.cdl
248 hardware
249 description "
250 This package contains generic hardware support for Intel
251 Flash memory devices."
252 }
253
194 package CYGPKG_DEVS_FLASH_IQ80310 { 254 package CYGPKG_DEVS_FLASH_IQ80310 {
195 alias { "FLASH memory support for Cyclone IQ80310" flash_iq80310 } 255 alias { "FLASH memory support for Cyclone IQ80310" flash_iq80310 }
196 directory devs/flash/arm/iq80310 256 directory devs/flash/arm/iq80310
197 script flash_iq80310.cdl 257 script flash_iq80310.cdl
198 hardware 258 hardware
209 description " 269 description "
210 This package contains hardware support for FLASH memory 270 This package contains hardware support for FLASH memory
211 on the Motorola PowerPC/860 MBX platform." 271 on the Motorola PowerPC/860 MBX platform."
212 } 272 }
213 273
274 package CYGPKG_DEVS_FLASH_ATLAS {
275 alias { "FLASH memory support for MIPS Atlas" flash_atlas }
276 directory devs/flash/mips/atlas
277 script flash_atlas.cdl
278 hardware
279 description "
280 This package contains hardware support for FLASH memory
281 on the MIPS Atlas platform."
282 }
283
284 package CYGPKG_DEVS_TOUCH_IPAQ {
285 alias { "Touch screen support for iPAQ" touch_ipaq }
286 directory devs/touch/arm/ipaq
287 script touch_ipaq.cdl
288 hardware
289 description "
290 This package contains hardware support for the touch screen
291 on the Compaq iPAQ Pocket PC."
292 }
293
294 package CYGPKG_DEVS_KBD_IPAQ {
295 alias { "Kaypad/button support for iPAQ" kbd_ipaq }
296 directory devs/kbd/arm/ipaq
297 script kbd_ipaq.cdl
298 hardware
299 description "
300 This package contains hardware support for the keyboard buttons
301 on the Compaq iPAQ Pocket PC."
302 }
214 package CYGPKG_IO_SERIAL_ARM_EBSA285 { 303 package CYGPKG_IO_SERIAL_ARM_EBSA285 {
215 alias { "Intel EBSA285 serial driver" 304 alias { "Intel EBSA285 serial driver"
216 devs_serial_arm_ebsa285 ebsa285_serial_driver } 305 devs_serial_arm_ebsa285 ebsa285_serial_driver }
217 hardware 306 hardware
218 directory devs/serial/arm/ebsa285 307 directory devs/serial/arm/ebsa285
309 devs_serial_mips_jmr3904 tx3904_serial_driver } 398 devs_serial_mips_jmr3904 tx3904_serial_driver }
310 hardware 399 hardware
311 directory devs/serial/mips/jmr3904 400 directory devs/serial/mips/jmr3904
312 script ser_mips_jmr3904.cdl 401 script ser_mips_jmr3904.cdl
313 description "TX39 JMR3904 serial device drivers" 402 description "TX39 JMR3904 serial device drivers"
403 }
404
405 package CYGPKG_IO_SERIAL_MIPS_ATLAS {
406 alias { "Atlas serial device drivers"
407 devs_serial_atlas atlas_serial_driver
408 devs_serial_mips_atlas mips_atlas_serial_driver }
409 hardware
410 directory devs/serial/mips/atlas
411 script ser_mips_atlas.cdl
412 description "Atlas serial device drivers"
314 } 413 }
315 414
316 package CYGPKG_IO_SERIAL_MIPS_REF4955 { 415 package CYGPKG_IO_SERIAL_MIPS_REF4955 {
317 alias { "TX49 REF4955 serial device drivers" 416 alias { "TX49 REF4955 serial device drivers"
318 devs_serial_mips_ref4955 ref4955_serial_driver } 417 devs_serial_mips_ref4955 ref4955_serial_driver }
430 script ramfs.cdl 529 script ramfs.cdl
431 description " 530 description "
432 This package contains a RAM resident filesystem." 531 This package contains a RAM resident filesystem."
433 } 532 }
434 533
534 package CYGPKG_FS_ROM {
535 alias { "ROM Filesystem" romfs rom_fs fs_rom }
536 directory fs/rom
537 script romfs.cdl
538 description "
539 This package contains a ROM resident filesystem."
540 }
541
435 package CYGPKG_IO_ETH_DRIVERS { 542 package CYGPKG_IO_ETH_DRIVERS {
436 alias { "Common ethernet support" net_drivers eth_drivers } 543 alias { "Common ethernet support" net_drivers eth_drivers }
437 directory io/eth 544 directory io/eth
438 script eth_drivers.cdl 545 script eth_drivers.cdl
439 description "Platform independent ethernet support." 546 description "Platform independent ethernet support."
523 directory devs/eth/intel/i82559 630 directory devs/eth/intel/i82559
524 script intel_i82559_eth_drivers.cdl 631 script intel_i82559_eth_drivers.cdl
525 description "Ethernet driver for Intel 82559 NIC." 632 description "Ethernet driver for Intel 82559 NIC."
526 } 633 }
527 634
635 package CYGPKG_DEVS_ETH_MIPS_RM7000_OCELOT {
636 alias { "Ocelot ethernet drivers"
637 devs_eth_mips_rm7000_ocelot ocelot_eth_driver }
638 hardware
639 directory devs/eth/mips/ocelot
640 script mips_rm7000_ocelot_eth_drivers.cdl
641 description "Ethernet driver for QED Ocelot board."
642 }
643
528 package CYGPKG_DEVS_ETH_ARM_IQ80310 { 644 package CYGPKG_DEVS_ETH_ARM_IQ80310 {
529 alias { "Intel IQ80310 with onboard 82559 ethernet driver" 645 alias { "Intel IQ80310 with onboard 82559 ethernet driver"
530 devs_eth_arm_iq80310 iq80310_eth_driver } 646 devs_eth_arm_iq80310 iq80310_eth_driver }
531 hardware 647 hardware
532 directory devs/eth/arm/iq80310 648 directory devs/eth/arm/iq80310
533 script iq80310_eth_drivers.cdl 649 script iq80310_eth_drivers.cdl
534 description "Ethernet driver for Intel IQ80310 with onboard 82559 NIC." 650 description "Ethernet driver for Intel IQ80310 with onboard 82559 NIC."
651 }
652
653 package CYGPKG_DEVS_ETH_MIPS_ATLAS {
654 alias { "MIPS Atlas with onboard SAA9730 ethernet driver"
655 devs_eth_mips_atlas atlas_eth_driver }
656 hardware
657 directory devs/eth/mips/atlas
658 script atlas_eth_drivers.cdl
659 description "Ethernet driver for MIPS Atlas with onboard SAA9730 NIC."
535 } 660 }
536 661
537 # Not sure whether this should be "hardware"; if so, it should be mentioned 662 # Not sure whether this should be "hardware"; if so, it should be mentioned
538 # in all targets that can use it. 663 # in all targets that can use it.
539 package CYGPKG_DEVS_ETH_CF { 664 package CYGPKG_DEVS_ETH_CF {
606 script watchdog_ebsa285.cdl 731 script watchdog_ebsa285.cdl
607 hardware 732 hardware
608 description " 733 description "
609 This package provides a watchdog driver implementation for the 734 This package provides a watchdog driver implementation for the
610 ARM/EBSA285 board." 735 ARM/EBSA285 board."
736 }
737
738 package CYGPKG_DEVICES_WATCHDOG_ARM_SA11X0 {
739 alias { "Watchdog driver for StrongARM SA11x0 devices" devices_watchdog_sa11x0 device_watchdog_sa11x0 }
740 directory devs/watchdog/arm/sa11x0
741 script watchdog_sa11x0.cdl
742 hardware
743 description "
744 This package provides a watchdog driver implementation for
745 Intel StrongARM SA11x0 integrated devices."
611 } 746 }
612 747
613 package CYGPKG_DEVICES_WATCHDOG_MN10300_MN10300 { 748 package CYGPKG_DEVICES_WATCHDOG_MN10300_MN10300 {
614 alias { "Watchdog driver for MN10300 chip" devices_watchdog_mn10300 device_watchdog_mn10300 } 749 alias { "Watchdog driver for MN10300 chip" devices_watchdog_mn10300 device_watchdog_mn10300 }
615 directory devs/watchdog/mn10300/mn10300 750 directory devs/watchdog/mn10300/mn10300
657 description " 792 description "
658 This package provides memory allocator infrastructure required for 793 This package provides memory allocator infrastructure required for
659 dynamic memory allocators, including the ISO standard malloc 794 dynamic memory allocators, including the ISO standard malloc
660 interface. It also contains some sample implementations." 795 interface. It also contains some sample implementations."
661 } 796 }
797
798 package CYGPKG_COMPRESS_ZLIB {
799 alias { "Zlib compress/decompress" zlib_compress compress_zlib }
800 directory services/compress/zlib
801 script compress_zlib.cdl
802 description "
803 This package provides zlib compression and decompression support."
804 }
805
662 package CYGPKG_UITRON { 806 package CYGPKG_UITRON {
663 alias { "uITRON compatibility" uitron } 807 alias { "uITRON compatibility" uitron }
664 directory compat/uitron 808 directory compat/uitron
665 script uitron.cdl 809 script uitron.cdl
666 description " 810 description "
856 hardware 1000 hardware
857 description " 1001 description "
858 The aeb HAL package provides the support needed to run eCos on a ARM 1002 The aeb HAL package provides the support needed to run eCos on a ARM
859 AEB-1 eval board." 1003 AEB-1 eval board."
860 } 1004 }
1005
861 package CYGPKG_HAL_ARM_EBSA285 { 1006 package CYGPKG_HAL_ARM_EBSA285 {
862 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal } 1007 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal }
863 directory hal/arm/ebsa285 1008 directory hal/arm/ebsa285
864 script hal_arm_ebsa285.cdl 1009 script hal_arm_ebsa285.cdl
865 hardware 1010 hardware
884 script hal_arm_sa11x0_assabet.cdl 1029 script hal_arm_sa11x0_assabet.cdl
885 hardware 1030 hardware
886 description " 1031 description "
887 The ASSABET HAL package provides the support needed to run 1032 The ASSABET HAL package provides the support needed to run
888 eCos on a Intel StrongARM SA1110 evaulation board (assabet)." 1033 eCos on a Intel StrongARM SA1110 evaulation board (assabet)."
1034 }
1035
1036 package CYGPKG_HAL_ARM_SA11X0_IPAQ {
1037 alias { "Compaq iPAQ Pocket PC" hal_arm_sa11x0_ipaq }
1038 directory hal/arm/sa11x0/ipaq
1039 script hal_arm_sa11x0_ipaq.cdl
1040 hardware
1041 description "
1042 The IPAQ HAL package provides the support needed to run
1043 eCos on a Intel StrongARM SA1110 pocket PC (Compaq iPAQ)."
889 } 1044 }
890 1045
891 package CYGPKG_HAL_ARM_SA11X0_BRUTUS { 1046 package CYGPKG_HAL_ARM_SA11X0_BRUTUS {
892 alias { "Intel SA1100 Brutus eval board" hal_arm_sa11x0_brutus } 1047 alias { "Intel SA1100 Brutus eval board" hal_arm_sa11x0_brutus }
893 directory hal/arm/sa11x0/brutus 1048 directory hal/arm/sa11x0/brutus
1224 accurate simulation of the hardware including I/O devices. 1379 accurate simulation of the hardware including I/O devices.
1225 To use the simulator in this mode the command 1380 To use the simulator in this mode the command
1226 `target sim --board=jmr3904' should be used from inside gdb." 1381 `target sim --board=jmr3904' should be used from inside gdb."
1227 } 1382 }
1228 1383
1384 package CYGPKG_HAL_MIPS_MIPS32 {
1385 alias { "MIPS32 HAL" hal_mips32 mips32_hal mips32_arch_hal }
1386 directory hal/mips/mips32/
1387 script hal_mips_mips32.cdl
1388 hardware
1389 description "
1390 The MIPS 32 architecture HAL package provides generic support
1391 for this processor architecture. It is also necessary to
1392 select a specific target platform HAL package."
1393 }
1394
1395 package CYGPKG_HAL_MIPS_MIPS64 {
1396 alias { "MIPS64 HAL" hal_mips64 mips64_hal mips64_arch_hal }
1397 directory hal/mips/mips64/
1398 script hal_mips_mips64.cdl
1399 hardware
1400 description "
1401 The MIPS 64 architecture HAL package provides generic support
1402 for this processor architecture. It is also necessary to
1403 select a specific target platform HAL package."
1404 }
1405
1406 package CYGPKG_HAL_MIPS_ATLAS {
1407 alias { "MIPS Atlas board" hal_atlas atlas_hal }
1408 directory hal/mips/atlas
1409 script hal_mips_atlas.cdl
1410 hardware
1411 description "
1412 The Atlas HAL package should be used when targetting the
1413 actual hardware. "
1414 }
1229 package CYGPKG_HAL_MIPS_TX49 { 1415 package CYGPKG_HAL_MIPS_TX49 {
1230 alias { "TX49 chip HAL" hal_tx49 tx49_hal tx49_arch_hal } 1416 alias { "TX49 chip HAL" hal_tx49 tx49_hal tx49_arch_hal }
1231 directory hal/mips/tx49/ 1417 directory hal/mips/tx49/
1232 script hal_mips_tx49.cdl 1418 script hal_mips_tx49.cdl
1233 hardware 1419 hardware
1242 directory hal/mips/ref4955 1428 directory hal/mips/ref4955
1243 script hal_mips_tx49_ref4955.cdl 1429 script hal_mips_tx49_ref4955.cdl
1244 hardware 1430 hardware
1245 description " 1431 description "
1246 The REF4955 HAL package should be used when targetting the 1432 The REF4955 HAL package should be used when targetting the
1433 actual hardware."
1434 }
1435
1436 package CYGPKG_HAL_MIPS_RM7000 {
1437 alias { "RM7000 chip HAL" hal_rm7000 rm7000_hal rm7000_arch_hal }
1438 directory hal/mips/rm7000/var
1439 script hal_mips_rm7000.cdl
1440 hardware
1441 description "
1442 The RM7000 architecture HAL package provides generic support
1443 for this processor architecture. It is also necessary to
1444 select a specific target platform HAL package."
1445 }
1446
1447 package CYGPKG_HAL_MIPS_RM7000_OCELOT {
1448 alias { "QED Ocelot platform" hal_rm7000_ocelot rm7000_ocelot_hal }
1449 directory hal/mips/rm7000/ocelot
1450 script hal_mips_rm7000_ocelot.cdl
1451 hardware
1452 description "
1453 The Ocelot HAL package should be used when targetting the
1247 actual hardware." 1454 actual hardware."
1248 } 1455 }
1249 1456
1250 package CYGPKG_HAL_MIPS_VR4300 { 1457 package CYGPKG_HAL_MIPS_VR4300 {
1251 alias { "VR4300 chip HAL" hal_vr4300 vr4300_hal vr4300_arch_hal } 1458 alias { "VR4300 chip HAL" hal_vr4300 vr4300_hal vr4300_arch_hal }
1401 } 1608 }
1402 description " 1609 description "
1403 The aeb target provides the packages needed to run eCos on an ARM 1610 The aeb target provides the packages needed to run eCos on an ARM
1404 evaluation board (AEB-1)." 1611 evaluation board (AEB-1)."
1405 } 1612 }
1613
1406 1614
1407 target ebsa285 { 1615 target ebsa285 {
1408 alias { "Intel EBSA285 StrongARM board" ebsa } 1616 alias { "Intel EBSA285 StrongARM board" ebsa }
1409 packages { CYGPKG_HAL_ARM 1617 packages { CYGPKG_HAL_ARM
1410 CYGPKG_HAL_ARM_EBSA285 1618 CYGPKG_HAL_ARM_EBSA285
1428 CYGPKG_DEVS_PCMCIA_ASSABET 1636 CYGPKG_DEVS_PCMCIA_ASSABET
1429 CYGPKG_DEVS_FLASH_ASSABET 1637 CYGPKG_DEVS_FLASH_ASSABET
1430 CYGPKG_IO_USB 1638 CYGPKG_IO_USB
1431 CYGPKG_IO_USB_SLAVE 1639 CYGPKG_IO_USB_SLAVE
1432 CYGPKG_DEVS_USB_SA11X0 1640 CYGPKG_DEVS_USB_SA11X0
1641 CYGPKG_DEVICES_WATCHDOG_ARM_SA11X0
1433 } 1642 }
1434 description " 1643 description "
1435 The assabet target provides the packages needed to run 1644 The assabet target provides the packages needed to run
1436 eCos on an Intel StrongARM SA1110 evaluation board." 1645 eCos on an Intel StrongARM SA1110 evaluation board."
1646 }
1647
1648 target ipaq {
1649 alias { "Compaq iPAQ Pocket PC" ipaq }
1650 packages { CYGPKG_HAL_ARM
1651 CYGPKG_HAL_ARM_SA11X0
1652 CYGPKG_HAL_ARM_SA11X0_IPAQ
1653 CYGPKG_IO_SERIAL_ARM_SA11X0
1654 CYGPKG_DEVS_PCMCIA_IPAQ
1655 CYGPKG_DEVS_FLASH_IPAQ
1656 CYGPKG_DEVS_FLASH_STRATA
1657 CYGPKG_DEVICES_WATCHDOG_ARM_SA11X0
1658 CYGPKG_DEVS_TOUCH_IPAQ
1659 CYGPKG_DEVS_KBD_IPAQ
1660 }
1661 description "
1662 The IPAQ target provides the packages needed to run
1663 eCos on an Intel StrongARM SA1110 Pocket PC (Compaq iPAQ)."
1437 } 1664 }
1438 1665
1439 target brutus { 1666 target brutus {
1440 alias { "Intel StrongARM SA1100 board" brutus } 1667 alias { "Intel StrongARM SA1100 board" brutus }
1441 packages { CYGPKG_HAL_ARM 1668 packages { CYGPKG_HAL_ARM
1655 accurate simulation of the hardware including I/O devices. 1882 accurate simulation of the hardware including I/O devices.
1656 To use the simulator in this mode the command 1883 To use the simulator in this mode the command
1657 `target sim --board=jmr3904' should be used from inside gdb." 1884 `target sim --board=jmr3904' should be used from inside gdb."
1658 } 1885 }
1659 1886
1887 target atlas_mips32_4kc {
1888 alias { "MIPS Atlas board with Mips32 4Kc processor" atlas_mips32_4kc }
1889 packages { CYGPKG_HAL_MIPS
1890 CYGPKG_HAL_MIPS_MIPS32
1891 CYGPKG_HAL_MIPS_ATLAS
1892 CYGPKG_IO_SERIAL_MIPS_ATLAS
1893 CYGPKG_DEVS_FLASH_ATLAS
1894 CYGPKG_DEVS_ETH_MIPS_ATLAS
1895 CYGPKG_IO_PCI
1896 }
1897 set_value CYGHWR_HAL_MIPS_MIPS32_CORE "4Kc"
1898 description "
1899 The atlas_mips32_4Kc target provides the packages needed to run
1900 eCos on a MIPS Atlas board with a Mips32 4Kc processor."
1901 }
1902
1903 target atlas_mips64_5kc {
1904 alias { "MIPS Atlas board with Mips64 5Kc processor" atlas_mips64_5kc ruby }
1905 packages { CYGPKG_HAL_MIPS
1906 CYGPKG_HAL_MIPS_MIPS64
1907 CYGPKG_HAL_MIPS_ATLAS
1908 CYGPKG_IO_SERIAL_MIPS_ATLAS
1909 CYGPKG_DEVS_FLASH_ATLAS
1910 CYGPKG_DEVS_ETH_MIPS_ATLAS
1911 }
1912 set_value CYGHWR_HAL_MIPS_MIPS64_CORE "5K"
1913 description "
1914 The atlas_mips32_5Kc target provides the packages needed to run
1915 eCos on a MIPS Atlas board with a Mips64 5Kc processor."
1916 }
1660 target tx39_sim { 1917 target tx39_sim {
1661 alias { "TX39 minimal simulator" } 1918 alias { "TX39 minimal simulator" }
1662 packages { CYGPKG_HAL_MIPS 1919 packages { CYGPKG_HAL_MIPS
1663 CYGPKG_HAL_MIPS_TX39 1920 CYGPKG_HAL_MIPS_TX39
1664 CYGPKG_HAL_MIPS_SIM 1921 CYGPKG_HAL_MIPS_SIM
1684 description " 1941 description "
1685 The ref4955 target provides the packages needed to run 1942 The ref4955 target provides the packages needed to run
1686 eCos on a Toshiba TX4955 reference platform." 1943 eCos on a Toshiba TX4955 reference platform."
1687 } 1944 }
1688 1945
1946 target ocelot {
1947 alias { "QED Ocelot platform" ocelot }
1948 packages { CYGPKG_HAL_MIPS
1949 CYGPKG_HAL_MIPS_RM7000
1950 CYGPKG_HAL_MIPS_RM7000_OCELOT
1951 CYGPKG_IO_PCI
1952 CYGPKG_DEVS_FLASH_MIPS_QED_OCELOT
1953 CYGPKG_DEVS_FLASH_AMD_AM29F040B
1954 CYGPKG_IO_SERIAL_GENERIC_16X5X
1955 CYGPKG_DEVS_ETH_INTEL_I82559
1956 CYGPKG_DEVS_ETH_MIPS_RM7000_OCELOT
1957 }
1958 description "
1959 The ocelot target provides the packages needed to run
1960 eCos on a QED Ocelot Hot-Swap Computer."
1961 }
1962
1689 target vrc4373 { 1963 target vrc4373 {
1690 alias { "NEC VRC4373 board" } 1964 alias { "NEC VRC4373 board" }
1691 packages { CYGPKG_HAL_MIPS 1965 packages { CYGPKG_HAL_MIPS
1692 CYGPKG_HAL_MIPS_VR4300 1966 CYGPKG_HAL_MIPS_VR4300
1693 CYGPKG_HAL_MIPS_VR4300_VRC4373 1967 CYGPKG_HAL_MIPS_VR4300_VRC4373
1744 2018
1745 # -------------------------------------------------------------------------- 2019 # --------------------------------------------------------------------------
1746 # NEC targets 2020 # NEC targets
1747 2021
1748 target ceb_v850 { 2022 target ceb_v850 {
1749 alias { "Cosmo CEB-V850/SA1 board" CEB ceb_v850_sa1 } 2023 alias { "Cosmo CEB-V850 board" CEB ceb_v850_sa1 }
1750 packages { CYGPKG_HAL_V85X 2024 packages { CYGPKG_HAL_V85X
1751 CYGPKG_HAL_V85X_V850 2025 CYGPKG_HAL_V85X_V850
1752 CYGPKG_HAL_V85X_V850_CEB 2026 CYGPKG_HAL_V85X_V850_CEB
1753 CYGPKG_IO_SERIAL_V85X_V850 2027 CYGPKG_IO_SERIAL_V85X_V850
1754 } 2028 }
1755 description " 2029 description "
1756 The ceb_v850 target provides the packages needed to run eCos on a 2030 The ceb_v850 target provides the packages needed to run eCos on a
1757 Cosmo CEB-V850 evaluation board fitted with a V850/SA1 or V850/SB1." 2031 Cosmo CEB-V850 evaluation board fitted with a NEC V850/SA1 or NEC V850/SB1."
1758 } 2032 }
1759 2033
1760 # -------------------------------------------------------------------------- 2034 # --------------------------------------------------------------------------