comparison packages/ecos.db @ 151:25e238959bae

Merge from eCos master repository on 2001-02-12-23:44:24-GMT
author jlarmour
date Tue, 13 Feb 2001 01:23:16 +0000
parents f0e3fb000de8
children f935b880e96c
comparison
equal deleted inserted replaced
150:f0e3fb000de8 151:25e238959bae
120 hardware 120 hardware
121 description " 121 description "
122 This package contains hardware support for Intel boot block flash memory." 122 This package contains hardware support for Intel boot block flash memory."
123 } 123 }
124 124
125
126
127
128 package CYGPKG_DEVS_FLASH_EBSA285 { 125 package CYGPKG_DEVS_FLASH_EBSA285 {
129 alias { "FLASH memory support for StrongARM EBSA-285" flash_ebsa285 } 126 alias { "FLASH memory support for StrongARM EBSA-285" flash_ebsa285 }
130 directory devs/flash/arm/ebsa285 127 directory devs/flash/arm/ebsa285
131 script flash_ebsa285.cdl 128 script flash_ebsa285.cdl
132 hardware 129 hardware
162 hardware 159 hardware
163 description " 160 description "
164 This package contains hardware support for FLASH memory 161 This package contains hardware support for FLASH memory
165 on the Intel StrongARM SA-1110 Assabet platform." 162 on the Intel StrongARM SA-1110 Assabet platform."
166 } 163 }
167
168
169 package CYGPKG_DEVS_FLASH_MBX { 164 package CYGPKG_DEVS_FLASH_MBX {
170 alias { "FLASH memory support for Motorola PowerPC/860 MBX" flash_mbx } 165 alias { "FLASH memory support for Motorola PowerPC/860 MBX" flash_mbx }
171 directory devs/flash/powerpc/mbx 166 directory devs/flash/powerpc/mbx
172 script flash_mbx.cdl 167 script flash_mbx.cdl
173 hardware 168 hardware
174 description " 169 description "
175 This package contains hardware support for FLASH memory 170 This package contains hardware support for FLASH memory
176 on the Motorola PowerPC/860 MBX platform." 171 on the Motorola PowerPC/860 MBX platform."
177 } 172 }
178 173
179
180 package CYGPKG_IO_SERIAL_ARM_EBSA285 { 174 package CYGPKG_IO_SERIAL_ARM_EBSA285 {
181 alias { "Intel EBSA285 serial driver" 175 alias { "Intel EBSA285 serial driver"
182 devs_serial_arm_ebsa285 ebsa285_serial_driver } 176 devs_serial_arm_ebsa285 ebsa285_serial_driver }
183 hardware 177 hardware
184 directory devs/serial/arm/ebsa285 178 directory devs/serial/arm/ebsa285
185 script ser_arm_ebsa285.cdl 179 script ser_arm_ebsa285.cdl
186 description "Intel StrongARM/EBSA285 serial device drivers" 180 description "Intel StrongARM/EBSA285 serial device drivers"
187 } 181 }
188
189 182
190 package CYGPKG_IO_SERIAL_ARM_SA11X0 { 183 package CYGPKG_IO_SERIAL_ARM_SA11X0 {
191 alias { "Intel StrongARM SA11x0 serial driver" 184 alias { "Intel StrongARM SA11x0 serial driver"
192 devs_serial_arm_sa11x0 sa11x0_serial_driver } 185 devs_serial_arm_sa11x0 sa11x0_serial_driver }
193 hardware 186 hardware
269 directory devs/serial/mips/jmr3904 262 directory devs/serial/mips/jmr3904
270 script ser_mips_jmr3904.cdl 263 script ser_mips_jmr3904.cdl
271 description "TX39 JMR3904 serial device drivers" 264 description "TX39 JMR3904 serial device drivers"
272 } 265 }
273 266
274
275 package CYGPKG_IO_SERIAL_MIPS_REF4955 { 267 package CYGPKG_IO_SERIAL_MIPS_REF4955 {
276 alias { "TX49 REF4955 serial device drivers" 268 alias { "TX49 REF4955 serial device drivers"
277 devs_serial_mips_ref4955 ref4955_serial_driver } 269 devs_serial_mips_ref4955 ref4955_serial_driver }
278 hardware 270 hardware
279 directory devs/serial/mips/ref4955 271 directory devs/serial/mips/ref4955
280 script ser_mips_ref4955.cdl 272 script ser_mips_ref4955.cdl
281 description "TX49 REF4955 serial device drivers" 273 description "TX49 REF4955 serial device drivers"
282 } 274 }
283
284 275
285 package CYGPKG_IO_SERIAL_MIPS_VRC4373 { 276 package CYGPKG_IO_SERIAL_MIPS_VRC4373 {
286 alias { "VRC4373 serial device drivers" 277 alias { "VRC4373 serial device drivers"
287 devs_serial_mips_vrc4373 vrc4373_serial_driver } 278 devs_serial_mips_vrc4373 vrc4373_serial_driver }
288 hardware 279 hardware
354 hardware 345 hardware
355 directory devs/serial/sh/cq7708 346 directory devs/serial/sh/cq7708
356 script ser_sh_cq7708.cdl 347 script ser_sh_cq7708.cdl
357 description "SH3 cq7708 serial device drivers" 348 description "SH3 cq7708 serial device drivers"
358 } 349 }
359
360 350
361 package CYGPKG_IO_SERIAL_V85X_V850 { 351 package CYGPKG_IO_SERIAL_V85X_V850 {
362 alias { "NEC V850 serial device drivers" 352 alias { "NEC V850 serial device drivers"
363 devs_serial_v85x_v850 v850_serial_driver } 353 devs_serial_v85x_v850 v850_serial_driver }
364 hardware 354 hardware
398 directory io/eth 388 directory io/eth
399 script eth_drivers.cdl 389 script eth_drivers.cdl
400 description "Platform independent ethernet support." 390 description "Platform independent ethernet support."
401 } 391 }
402 392
393 package CYGPKG_IO_USB {
394 alias { "Generic USB support" usb }
395 hardware
396 directory io/usb/common
397 script usb.cdl
398 description "Generic USB support"
399 }
400
401 package CYGPKG_IO_USB_SLAVE {
402 alias { "Generic USB slave-side support" usbs }
403 hardware
404 directory io/usb/slave
405 script usbs.cdl
406 description "Generic USB slave-side support"
407 }
408
409 package CYGPKG_IO_USB_SLAVE_ETH {
410 alias { "USB slave-side ethernet class drivers" usbs_eth }
411 directory io/usb/eth/slave
412 script usbs_eth.cdl
413 description "Support for USB peripherals that provide an ethernet-class function"
414 }
415
416 package CYGPKG_DEVS_USB_SA11X0 {
417 alias { "Device-driver for the SA11X0 on-chip USB support" usb_sa11x0 }
418 hardware
419 directory devs/usb/sa11x0
420 script usbs_sa11x0.cdl
421 description "A device driver for the SA11X0 on-chip USB slave port"
422 }
403 423
404 package CYGPKG_NET { 424 package CYGPKG_NET {
405 alias { "Networking" net } 425 alias { "Networking" net }
406 directory net/tcpip 426 directory net/tcpip
407 script net.cdl 427 script net.cdl
428 directory devs/eth/arm/edb7xxx 448 directory devs/eth/arm/edb7xxx
429 script edb7xxx_eth_drivers.cdl 449 script edb7xxx_eth_drivers.cdl
430 description "Ethernet driver for Cirrus Logic EDB7xxx development boards." 450 description "Ethernet driver for Cirrus Logic EDB7xxx development boards."
431 } 451 }
432 452
433
434 package CYGPKG_DEVS_ETH_ARM_EBSA285 { 453 package CYGPKG_DEVS_ETH_ARM_EBSA285 {
435 alias { "Intel EBSA285 with PRO/100+ ethernet driver" 454 alias { "Intel EBSA285 with PRO/100+ ethernet driver"
436 devs_eth_arm_ebsa285 ebsa285_eth_driver } 455 devs_eth_arm_ebsa285 ebsa285_eth_driver }
437 hardware 456 hardware
438 directory devs/eth/arm/ebsa285 457 directory devs/eth/arm/ebsa285
454 hardware 473 hardware
455 directory devs/eth/intel/i82559 474 directory devs/eth/intel/i82559
456 script intel_i82559_eth_drivers.cdl 475 script intel_i82559_eth_drivers.cdl
457 description "Ethernet driver for Intel 82559 NIC." 476 description "Ethernet driver for Intel 82559 NIC."
458 } 477 }
459
460
461 478
462 # Not sure whether this should be "hardware"; if so, it should be mentioned 479 # Not sure whether this should be "hardware"; if so, it should be mentioned
463 # in all targets that can use it. 480 # in all targets that can use it.
464 package CYGPKG_DEVS_ETH_CF { 481 package CYGPKG_DEVS_ETH_CF {
465 alias { "PCMCIA (Compact Flash) ethernet drivers" cf_eth_drivers } 482 alias { "PCMCIA (Compact Flash) ethernet drivers" cf_eth_drivers }
512 hardware 529 hardware
513 description " 530 description "
514 This package provides a wallclock driver implementation for the 531 This package provides a wallclock driver implementation for the
515 Toshiba REF4955 board." 532 Toshiba REF4955 board."
516 } 533 }
517
518 534
519 package CYGPKG_DEVICES_WATCHDOG_ARM_AEB { 535 package CYGPKG_DEVICES_WATCHDOG_ARM_AEB {
520 alias { "Watchdog driver for ARM/AEB board" devices_watchdog_aeb device_watchdog_aeb } 536 alias { "Watchdog driver for ARM/AEB board" devices_watchdog_aeb device_watchdog_aeb }
521 directory devs/watchdog/arm/aeb 537 directory devs/watchdog/arm/aeb
522 script watchdog_aeb.cdl 538 script watchdog_aeb.cdl
583 description " 599 description "
584 This package provides memory allocator infrastructure required for 600 This package provides memory allocator infrastructure required for
585 dynamic memory allocators, including the ISO standard malloc 601 dynamic memory allocators, including the ISO standard malloc
586 interface. It also contains some sample implementations." 602 interface. It also contains some sample implementations."
587 } 603 }
588
589 package CYGPKG_UITRON { 604 package CYGPKG_UITRON {
590 alias { "uITRON compatibility" uitron } 605 alias { "uITRON compatibility" uitron }
591 directory compat/uitron 606 directory compat/uitron
592 script uitron.cdl 607 script uitron.cdl
593 description " 608 description "
793 description " 808 description "
794 The EBSA285 HAL package provides the support needed to run 809 The EBSA285 HAL package provides the support needed to run
795 eCos on a Intel EBSA285 StrongARM eval board." 810 eCos on a Intel EBSA285 StrongARM eval board."
796 } 811 }
797 812
798
799
800 package CYGPKG_HAL_ARM_SA11X0 { 813 package CYGPKG_HAL_ARM_SA11X0 {
801 alias { "Intel SA11X0 Chipset" hal_arm_sa11x0 } 814 alias { "Intel SA11X0 Chipset" hal_arm_sa11x0 }
802 directory hal/arm/sa11x0/var 815 directory hal/arm/sa11x0/var
803 script hal_arm_sa11x0.cdl 816 script hal_arm_sa11x0.cdl
804 hardware 817 hardware
805 description " 818 description "
806 The SA11X0 HAL package provides the support needed to run 819 The SA11X0 HAL package provides the support needed to run
807 eCos on a Intel StrongARM SA11X0 based systems." 820 eCos on a Intel StrongARM SA11X0 based systems."
808 } 821 }
822
809 package CYGPKG_HAL_ARM_SA11X0_ASSABET { 823 package CYGPKG_HAL_ARM_SA11X0_ASSABET {
810 alias { "Intel SA1110 Assabet eval board" hal_arm_sa11x0_assabet } 824 alias { "Intel SA1110 Assabet eval board" hal_arm_sa11x0_assabet }
811 directory hal/arm/sa11x0/assabet 825 directory hal/arm/sa11x0/assabet
812 script hal_arm_sa11x0_assabet.cdl 826 script hal_arm_sa11x0_assabet.cdl
813 hardware 827 hardware
814 description " 828 description "
815 The ASSABET HAL package provides the support needed to run 829 The ASSABET HAL package provides the support needed to run
816 eCos on a Intel StrongARM SA1110 evaulation board (assabet)." 830 eCos on a Intel StrongARM SA1110 evaulation board (assabet)."
817 } 831 }
832
818 package CYGPKG_HAL_ARM_SA11X0_BRUTUS { 833 package CYGPKG_HAL_ARM_SA11X0_BRUTUS {
819 alias { "Intel SA1100 Brutus eval board" hal_arm_sa11x0_brutus } 834 alias { "Intel SA1100 Brutus eval board" hal_arm_sa11x0_brutus }
820 directory hal/arm/sa11x0/brutus 835 directory hal/arm/sa11x0/brutus
821 script hal_arm_sa11x0_brutus.cdl 836 script hal_arm_sa11x0_brutus.cdl
822 hardware 837 hardware
851 hardware 866 hardware
852 description " 867 description "
853 The cma230 HAL package provides the support needed to run eCos on a Cogent 868 The cma230 HAL package provides the support needed to run eCos on a Cogent
854 CMA230 (ARM7TDMI) or CMA222 (ARM710T) eval board." 869 CMA230 (ARM7TDMI) or CMA222 (ARM710T) eval board."
855 } 870 }
856
857 871
858 # -------------------------------------------------------------------------- 872 # --------------------------------------------------------------------------
859 # SH packages 873 # SH packages
860 package CYGPKG_HAL_SH { 874 package CYGPKG_HAL_SH {
861 alias { "SH common HAL" hal_sh sh_hal sh_arch_hal } 875 alias { "SH common HAL" hal_sh sh_hal sh_arch_hal }
896 hardware 910 hardware
897 description " 911 description "
898 This SH HAL package provides the support needed to run 912 This SH HAL package provides the support needed to run
899 eCos on a Hitachi SH3 EDK7708 board." 913 eCos on a Hitachi SH3 EDK7708 board."
900 } 914 }
915
901 package CYGPKG_HAL_SH_SH7708_CQ7708 { 916 package CYGPKG_HAL_SH_SH7708_CQ7708 {
902 alias { "CqREEK SH7708 board" hal_sh_cq sh_cq_hal } 917 alias { "CqREEK SH7708 board" hal_sh_cq sh_cq_hal }
903 directory hal/sh/cq7708 918 directory hal/sh/cq7708
904 script hal_sh_sh7708_cq7708.cdl 919 script hal_sh_sh7708_cq7708.cdl
905 hardware 920 hardware
1141 accurate simulation of the hardware including I/O devices. 1156 accurate simulation of the hardware including I/O devices.
1142 To use the simulator in this mode the command 1157 To use the simulator in this mode the command
1143 `target sim --board=jmr3904' should be used from inside gdb." 1158 `target sim --board=jmr3904' should be used from inside gdb."
1144 } 1159 }
1145 1160
1146
1147 package CYGPKG_HAL_MIPS_TX49 { 1161 package CYGPKG_HAL_MIPS_TX49 {
1148 alias { "TX49 chip HAL" hal_tx49 tx49_hal tx49_arch_hal } 1162 alias { "TX49 chip HAL" hal_tx49 tx49_hal tx49_arch_hal }
1149 directory hal/mips/tx49/ 1163 directory hal/mips/tx49/
1150 script hal_mips_tx49.cdl 1164 script hal_mips_tx49.cdl
1151 hardware 1165 hardware
1162 hardware 1176 hardware
1163 description " 1177 description "
1164 The REF4955 HAL package should be used when targetting the 1178 The REF4955 HAL package should be used when targetting the
1165 actual hardware." 1179 actual hardware."
1166 } 1180 }
1167
1168
1169 1181
1170 package CYGPKG_HAL_MIPS_VR4300 { 1182 package CYGPKG_HAL_MIPS_VR4300 {
1171 alias { "VR4300 chip HAL" hal_vr4300 vr4300_hal vr4300_arch_hal } 1183 alias { "VR4300 chip HAL" hal_vr4300 vr4300_hal vr4300_arch_hal }
1172 directory hal/mips/vr4300/ 1184 directory hal/mips/vr4300/
1173 script hal_mips_vr4300.cdl 1185 script hal_mips_vr4300.cdl
1291 hardware 1303 hardware
1292 description " 1304 description "
1293 The CEB-V850/SA1 HAL package provides the support needed to run eCos on a Cosmo CEB-V850/SA1 1305 The CEB-V850/SA1 HAL package provides the support needed to run eCos on a Cosmo CEB-V850/SA1
1294 evaluation board." 1306 evaluation board."
1295 } 1307 }
1308
1296 # ========================================================================== 1309 # ==========================================================================
1297 # -------------------------------------------------------------------------- 1310 # --------------------------------------------------------------------------
1298 # ARM targets 1311 # ARM targets
1299 1312
1300 target pid { 1313 target pid {
1318 } 1331 }
1319 description " 1332 description "
1320 The aeb target provides the packages needed to run eCos on an ARM 1333 The aeb target provides the packages needed to run eCos on an ARM
1321 evaluation board (AEB-1)." 1334 evaluation board (AEB-1)."
1322 } 1335 }
1336
1323 target ebsa285 { 1337 target ebsa285 {
1324 alias { "Intel EBSA285 StrongARM board" ebsa } 1338 alias { "Intel EBSA285 StrongARM board" ebsa }
1325 packages { CYGPKG_HAL_ARM 1339 packages { CYGPKG_HAL_ARM
1326 CYGPKG_HAL_ARM_EBSA285 1340 CYGPKG_HAL_ARM_EBSA285
1327 CYGPKG_IO_PCI 1341 CYGPKG_IO_PCI
1333 description " 1347 description "
1334 The ebsa285 target provides the packages needed to run 1348 The ebsa285 target provides the packages needed to run
1335 eCos on an Intel EBSA285 StrongARM board." 1349 eCos on an Intel EBSA285 StrongARM board."
1336 } 1350 }
1337 1351
1338
1339
1340 target assabet { 1352 target assabet {
1341 alias { "Intel StrongARM SA1110 board" assabet } 1353 alias { "Intel StrongARM SA1110 board" assabet }
1342 packages { CYGPKG_HAL_ARM 1354 packages { CYGPKG_HAL_ARM
1343 CYGPKG_HAL_ARM_SA11X0 1355 CYGPKG_HAL_ARM_SA11X0
1344 CYGPKG_HAL_ARM_SA11X0_ASSABET 1356 CYGPKG_HAL_ARM_SA11X0_ASSABET
1345 CYGPKG_IO_SERIAL_ARM_SA11X0 1357 CYGPKG_IO_SERIAL_ARM_SA11X0
1346 CYGPKG_DEVS_PCMCIA_ASSABET 1358 CYGPKG_DEVS_PCMCIA_ASSABET
1347 CYGPKG_DEVS_FLASH_ASSABET 1359 CYGPKG_DEVS_FLASH_ASSABET
1360 CYGPKG_IO_USB
1361 CYGPKG_IO_USB_SLAVE
1362 CYGPKG_DEVS_USB_SA11X0
1348 } 1363 }
1349 description " 1364 description "
1350 The assabet target provides the packages needed to run 1365 The assabet target provides the packages needed to run
1351 eCos on an Intel StrongARM SA1110 evaluation board." 1366 eCos on an Intel StrongARM SA1110 evaluation board."
1352 } 1367 }
1353
1354 1368
1355 target brutus { 1369 target brutus {
1356 alias { "Intel StrongARM SA1100 board" brutus } 1370 alias { "Intel StrongARM SA1100 board" brutus }
1357 packages { CYGPKG_HAL_ARM 1371 packages { CYGPKG_HAL_ARM
1358 CYGPKG_HAL_ARM_SA11X0 1372 CYGPKG_HAL_ARM_SA11X0
1373 } 1387 }
1374 description " 1388 description "
1375 The sa1100mm target provides the packages needed to run 1389 The sa1100mm target provides the packages needed to run
1376 eCos on an Intel StrongARM SA1100 Multimedia evaluation board." 1390 eCos on an Intel StrongARM SA1100 Multimedia evaluation board."
1377 } 1391 }
1378
1379 1392
1380 target edb7xxx { 1393 target edb7xxx {
1381 alias { "Cirrus Logic development board" edb7211 eb7xxx eb7211 } 1394 alias { "Cirrus Logic development board" edb7211 eb7xxx eb7211 }
1382 packages { CYGPKG_HAL_ARM 1395 packages { CYGPKG_HAL_ARM
1383 CYGPKG_HAL_ARM_EDB7XXX 1396 CYGPKG_HAL_ARM_EDB7XXX
1397 } 1410 }
1398 description " 1411 description "
1399 The cma230 target provides the packages needed to run eCos on a Cogent 1412 The cma230 target provides the packages needed to run eCos on a Cogent
1400 CMA230 (ARM7TDMI) or CMA222 (ARM710T) board." 1413 CMA230 (ARM7TDMI) or CMA222 (ARM710T) board."
1401 } 1414 }
1415
1402 # -------------------------------------------------------------------------- 1416 # --------------------------------------------------------------------------
1403 # SH targets 1417 # SH targets
1404 1418
1405 target sh7708 { 1419 target sh7708 {
1406 alias { "Hitachi EDK/SH7708 board" edk7708 } 1420 alias { "Hitachi EDK/SH7708 board" edk7708 }
1414 } 1428 }
1415 description " 1429 description "
1416 The sh7708 target provides the packages needed to run 1430 The sh7708 target provides the packages needed to run
1417 eCos on a Hitachi EDK/SH7708 board." 1431 eCos on a Hitachi EDK/SH7708 board."
1418 } 1432 }
1419
1420 target cq7708 { 1433 target cq7708 {
1421 alias { "CqREEK SH7708 board" cq7708 } 1434 alias { "CqREEK SH7708 board" cq7708 }
1422 packages { CYGPKG_HAL_SH 1435 packages { CYGPKG_HAL_SH
1423 CYGPKG_HAL_SH_SH3 1436 CYGPKG_HAL_SH_SH3
1424 CYGPKG_HAL_SH_SH7708_CQ7708 1437 CYGPKG_HAL_SH_SH7708_CQ7708
1646 1659
1647 # -------------------------------------------------------------------------- 1660 # --------------------------------------------------------------------------
1648 # NEC targets 1661 # NEC targets
1649 1662
1650 target ceb_v850 { 1663 target ceb_v850 {
1651 alias { "Cosmo CEB-V850/SA1 board" CEB } 1664 alias { "Cosmo CEB-V850/SA1 board" CEB ceb_v850_sa1 }
1652 packages { CYGPKG_HAL_V85X 1665 packages { CYGPKG_HAL_V85X
1653 CYGPKG_HAL_V85X_V850 1666 CYGPKG_HAL_V85X_V850
1654 CYGPKG_HAL_V85X_V850_CEB 1667 CYGPKG_HAL_V85X_V850_CEB
1655 CYGPKG_IO_SERIAL_V85X_V850 1668 CYGPKG_IO_SERIAL_V85X_V850
1656 } 1669 }
1657 description " 1670 description "
1658 The ceb target provides the packages needed to run eCos on a Cosmo CEB-V850/SA1 1671 The ceb_v850 target provides the packages needed to run eCos on a
1659 evaluation board." 1672 Cosmo CEB-V850 evaluation board fitted with a V850/SA1."
1660 } 1673 }
1674
1661 # -------------------------------------------------------------------------- 1675 # --------------------------------------------------------------------------