comparison packages/ecos.db @ 134:d2f49caf9e38 ecos-sw-2000-11-03

Merge from eCos master repository on 2000-11-03-09:00:49-GMT
author jlarmour
date Fri, 03 Nov 2000 21:17:40 +0000
parents 0ae0bc38e387
children a9ac27ec7abc
comparison
equal deleted inserted replaced
133:98d71f4d8243 134:d2f49caf9e38
122 description " 122 description "
123 This package contains hardware support for FLASH memory 123 This package contains hardware support for FLASH memory
124 on the StrongARM EBSA-285 platform." 124 on the StrongARM EBSA-285 platform."
125 } 125 }
126 126
127 package CYGPKG_DEVS_FLASH_SA1100MM {
128 alias { "FLASH memory support for StrongARM SA1100 Multimedia" flash_sa1100mm }
129 directory devs/flash/arm/sa1100mm
130 script flash_sa1100mm.cdl
131 hardware
132 description "
133 This package contains hardware support for FLASH memory
134 on the StrongARM SA1100 Multimedia platform."
135 }
136
127 package CYGPKG_DEVS_FLASH_EDB7XXX { 137 package CYGPKG_DEVS_FLASH_EDB7XXX {
128 alias { "FLASH memory support for Cirrus Logic EDB7xxx" flash_edb7xxx } 138 alias { "FLASH memory support for Cirrus Logic EDB7xxx" flash_edb7xxx }
129 directory devs/flash/arm/edb7xxx 139 directory devs/flash/arm/edb7xxx
130 script flash_edb7xxx.cdl 140 script flash_edb7xxx.cdl
131 hardware 141 hardware
247 directory devs/serial/mips/jmr3904 257 directory devs/serial/mips/jmr3904
248 script ser_mips_jmr3904.cdl 258 script ser_mips_jmr3904.cdl
249 description "TX39 JMR3904 serial device drivers" 259 description "TX39 JMR3904 serial device drivers"
250 } 260 }
251 261
262
263 package CYGPKG_IO_SERIAL_MIPS_REF4955 {
264 alias { "TX49 REF4955 serial device drivers"
265 devs_serial_mips_ref4955 ref4955_serial_driver }
266 hardware
267 directory devs/serial/mips/ref4955
268 script ser_mips_ref4955.cdl
269 description "TX49 REF4955 serial device drivers"
270 }
252 271
253 package CYGPKG_IO_SERIAL_MIPS_VRC4373 { 272 package CYGPKG_IO_SERIAL_MIPS_VRC4373 {
254 alias { "VRC4373 serial device drivers" 273 alias { "VRC4373 serial device drivers"
255 devs_serial_mips_vrc4373 vrc4373_serial_driver } 274 devs_serial_mips_vrc4373 vrc4373_serial_driver }
256 hardware 275 hardware
458 description " 477 description "
459 This package provides a driver implementation for 478 This package provides a driver implementation for
460 the Dallas 1742 wallclock." 479 the Dallas 1742 wallclock."
461 } 480 }
462 481
482 package CYGPKG_DEVICES_WALLCLOCK_MIPS_REF4955 {
483 alias { "Wallclock driver for REF4955 board" devices_wallclock_ref4955 device_wallclock_ref4955 }
484 directory devs/wallclock/mips/ref4955
485 script wallclock_ref4955.cdl
486 hardware
487 description "
488 This package provides a wallclock driver implementation for the
489 Toshiba REF4955 board."
490 }
463 491
464 492
465 package CYGPKG_DEVICES_WATCHDOG_ARM_AEB { 493 package CYGPKG_DEVICES_WATCHDOG_ARM_AEB {
466 alias { "Watchdog driver for ARM/AEB board" devices_watchdog_aeb device_watchdog_aeb } 494 alias { "Watchdog driver for ARM/AEB board" devices_watchdog_aeb device_watchdog_aeb }
467 directory devs/watchdog/arm/aeb 495 directory devs/watchdog/arm/aeb
766 hardware 794 hardware
767 description " 795 description "
768 The BRUTUS HAL package provides the support needed to run 796 The BRUTUS HAL package provides the support needed to run
769 eCos on a Intel StrongARM SA1110 evaulation board (brutus)." 797 eCos on a Intel StrongARM SA1110 evaulation board (brutus)."
770 } 798 }
799
800 package CYGPKG_HAL_ARM_SA11X0_SA1100MM {
801 alias { "Intel SA1100 Multimedia eval board" hal_arm_sa11x0_sa1100mm }
802 directory hal/arm/sa11x0/sa1100mm
803 script hal_arm_sa11x0_sa1100mm.cdl
804 hardware
805 description "
806 The MULTIMEDIA HAL package provides the support needed to run
807 eCos on a Intel StrongARM SA1110 Multimedia evaluation board."
808 }
809
771 package CYGPKG_HAL_ARM_EDB7XXX { 810 package CYGPKG_HAL_ARM_EDB7XXX {
772 alias { "Cirrus Logic development board" hal_arm_edb7xxx arm_edb7xxx_hal } 811 alias { "Cirrus Logic development board" hal_arm_edb7xxx arm_edb7xxx_hal }
773 directory hal/arm/edb7xxx 812 directory hal/arm/edb7xxx
774 script hal_arm_edb7xxx.cdl 813 script hal_arm_edb7xxx.cdl
775 hardware 814 hardware
796 script hal_sh.cdl 835 script hal_sh.cdl
797 hardware 836 hardware
798 description " 837 description "
799 The SH (SuperH) architecture HAL package provides generic 838 The SH (SuperH) architecture HAL package provides generic
800 support for this processor architecture. It is also 839 support for this processor architecture. It is also
801 necessary to select a specific target platform HAL 840 necessary to select variant and target platform HAL
802 package." 841 packages."
842 }
843
844 package CYGPKG_HAL_SH_SH3 {
845 alias { "SH3 architecture" hal_sh_sh3 }
846 directory hal/sh/sh3
847 script hal_sh_sh3.cdl
848 hardware
849 description "
850 The SH3 (SuperH 3) variant HAL package provides generic
851 support for SH3 variant CPUs."
852 }
853
854 package CYGPKG_HAL_SH_SH4 {
855 alias { "SH4 architecture" hal_sh_sh4 }
856 directory hal/sh/sh4
857 script hal_sh_sh4.cdl
858 hardware
859 description "
860 The SH4 (SuperH 4) variant HAL package provides generic
861 support for SH4 variant CPUs."
803 } 862 }
804 863
805 package CYGPKG_HAL_SH_EDK7708 { 864 package CYGPKG_HAL_SH_EDK7708 {
806 alias { "Hitachi SH7708 board" hal_sh_edk sh_edk_hal } 865 alias { "Hitachi SH7708 board" hal_sh_edk sh_edk_hal }
807 directory hal/sh/edk 866 directory hal/sh/edk7708
808 script hal_sh_edk7708.cdl 867 script hal_sh_edk7708.cdl
809 hardware 868 hardware
810 description " 869 description "
811 The edk HAL package provides the support needed to run 870 This SH HAL package provides the support needed to run
812 eCos on a Hitachi SH3 EDK7708 board." 871 eCos on a Hitachi SH3 EDK7708 board."
813 } 872 }
814 package CYGPKG_HAL_SH_SH7708_CQ7708 { 873 package CYGPKG_HAL_SH_SH7708_CQ7708 {
815 alias { "CqREEK SH7708 board" hal_sh_cq sh_cq_hal } 874 alias { "CqREEK SH7708 board" hal_sh_cq sh_cq_hal }
816 directory hal/sh/cq7708 875 directory hal/sh/cq7708
817 script hal_sh_sh7708_cq7708.cdl 876 script hal_sh_sh7708_cq7708.cdl
818 hardware 877 hardware
819 description " 878 description "
820 The cq HAL package provides the support needed to run 879 This SH HAL package provides the support needed to run
821 eCos on a CqREEK SH7708 board." 880 eCos on a CqREEK SH7708 board."
822 } 881 }
823 882
883 package CYGPKG_HAL_SH_SH7750_CQ7750 {
884 alias { "CqREEK SH7750 board" hal_sh_cqsh4 sh_cqsh4_hal }
885 directory hal/sh/cq7750
886 script hal_sh_sh7750_cq7750.cdl
887 hardware
888 description "
889 This SH HAL package provides the support needed to run
890 eCos on a CqREEK SH7750 board."
891 }
824 892
825 # -------------------------------------------------------------------------- 893 # --------------------------------------------------------------------------
826 # i386 packages 894 # i386 packages
827 package CYGPKG_HAL_I386 { 895 package CYGPKG_HAL_I386 {
828 alias { "i386 common HAL" hal_i386 i386_hal i386_arch_hal } 896 alias { "i386 common HAL" hal_i386 i386_hal i386_arch_hal }
920 directory hal/powerpc/ppc60x/ 988 directory hal/powerpc/ppc60x/
921 script hal_powerpc_ppc60x.cdl 989 script hal_powerpc_ppc60x.cdl
922 hardware 990 hardware
923 description " 991 description "
924 The PowerPC 60x variant HAL package provides generic support 992 The PowerPC 60x variant HAL package provides generic support
993 for this processor variant. It is also necessary to
994 select a specific target platform HAL package."
995 }
996
997 package CYGPKG_HAL_POWERPC_PPC40x {
998 alias { "PowerPC 40x variant HAL" hal_ppc40x ppc40x_hal ppc40x_arch_hal }
999 directory hal/powerpc/ppc40x/
1000 script hal_powerpc_ppc40x.cdl
1001 hardware
1002 description "
1003 The PowerPC 40x variant HAL package provides generic support
925 for this processor variant. It is also necessary to 1004 for this processor variant. It is also necessary to
926 select a specific target platform HAL package." 1005 select a specific target platform HAL package."
927 } 1006 }
928 1007
929 package CYGPKG_HAL_POWERPC_COGENT { 1008 package CYGPKG_HAL_POWERPC_COGENT {
1034 accurate simulation of the hardware including I/O devices. 1113 accurate simulation of the hardware including I/O devices.
1035 To use the simulator in this mode the command 1114 To use the simulator in this mode the command
1036 `target sim --board=jmr3904' should be used from inside gdb." 1115 `target sim --board=jmr3904' should be used from inside gdb."
1037 } 1116 }
1038 1117
1118
1119 package CYGPKG_HAL_MIPS_TX49 {
1120 alias { "TX49 chip HAL" hal_tx49 tx49_hal tx49_arch_hal }
1121 directory hal/mips/tx49/
1122 script hal_mips_tx49.cdl
1123 hardware
1124 description "
1125 The TX49 architecture HAL package provides generic support
1126 for this processor architecture. It is also necessary to
1127 select a specific target platform HAL package."
1128 }
1129
1130 package CYGPKG_HAL_MIPS_TX49_REF4955 {
1131 alias { "Toshiba TX4955 reference platform" hal_tx49_ref4955 tx49_ref4955_hal }
1132 directory hal/mips/ref4955
1133 script hal_mips_tx49_ref4955.cdl
1134 hardware
1135 description "
1136 The REF4955 HAL package should be used when targetting the
1137 actual hardware."
1138 }
1039 1139
1040 1140
1041 package CYGPKG_HAL_MIPS_VR4300 { 1141 package CYGPKG_HAL_MIPS_VR4300 {
1042 alias { "VR4300 chip HAL" hal_vr4300 vr4300_hal vr4300_arch_hal } 1142 alias { "VR4300 chip HAL" hal_vr4300 vr4300_hal vr4300_arch_hal }
1043 directory hal/mips/vr4300/ 1143 directory hal/mips/vr4300/
1229 description " 1329 description "
1230 The brutus target provides the packages needed to run 1330 The brutus target provides the packages needed to run
1231 eCos on an Intel StrongARM SA1100 evaluation board." 1331 eCos on an Intel StrongARM SA1100 evaluation board."
1232 } 1332 }
1233 1333
1334 target sa1100mm {
1335 alias { "Intel StrongARM SA1100 Multimedia board" sa1100mm }
1336 packages { CYGPKG_HAL_ARM
1337 CYGPKG_HAL_ARM_SA11X0
1338 CYGPKG_HAL_ARM_SA11X0_SA1100MM
1339 CYGPKG_IO_SERIAL_ARM_SA11X0
1340 }
1341 description "
1342 The sa1100mm target provides the packages needed to run
1343 eCos on an Intel StrongARM SA1100 Multimedia evaluation board."
1344 }
1345
1346
1234 target edb7xxx { 1347 target edb7xxx {
1235 alias { "Cirrus Logic development board" edb7211 eb7xxx eb7211 } 1348 alias { "Cirrus Logic development board" edb7211 eb7xxx eb7211 }
1236 packages { CYGPKG_HAL_ARM 1349 packages { CYGPKG_HAL_ARM
1237 CYGPKG_HAL_ARM_EDB7XXX 1350 CYGPKG_HAL_ARM_EDB7XXX
1238 CYGPKG_DEVS_ETH_ARM_EDB7XXX 1351 CYGPKG_DEVS_ETH_ARM_EDB7XXX
1257 # SH targets 1370 # SH targets
1258 1371
1259 target sh7708 { 1372 target sh7708 {
1260 alias { "Hitachi EDK/SH7708 board" edk7708 } 1373 alias { "Hitachi EDK/SH7708 board" edk7708 }
1261 packages { CYGPKG_HAL_SH 1374 packages { CYGPKG_HAL_SH
1375 CYGPKG_HAL_SH_SH3
1262 CYGPKG_HAL_SH_EDK7708 1376 CYGPKG_HAL_SH_EDK7708
1263 CYGPKG_DEVICES_WALLCLOCK_SH3 1377 CYGPKG_DEVICES_WALLCLOCK_SH3
1264 CYGPKG_IO_SERIAL_SH_SCI 1378 CYGPKG_IO_SERIAL_SH_SCI
1265 CYGPKG_IO_SERIAL_SH_EDK7708 1379 CYGPKG_IO_SERIAL_SH_EDK7708
1266 CYGPKG_DEVICES_WATCHDOG_SH_SH3 1380 CYGPKG_DEVICES_WATCHDOG_SH_SH3
1271 } 1385 }
1272 1386
1273 target cq7708 { 1387 target cq7708 {
1274 alias { "CqREEK SH7708 board" cq7708 } 1388 alias { "CqREEK SH7708 board" cq7708 }
1275 packages { CYGPKG_HAL_SH 1389 packages { CYGPKG_HAL_SH
1390 CYGPKG_HAL_SH_SH3
1276 CYGPKG_HAL_SH_SH7708_CQ7708 1391 CYGPKG_HAL_SH_SH7708_CQ7708
1277 CYGPKG_IO_SERIAL_SH_SCI 1392 CYGPKG_IO_SERIAL_SH_SCI
1278 CYGPKG_IO_SERIAL_SH_CQ7708 1393 CYGPKG_IO_SERIAL_SH_CQ7708
1279 } 1394 }
1280 description " 1395 description "
1281 The cq7708 target provides the packages needed to run 1396 The cq7708 target provides the packages needed to run
1282 eCos on a CqREEK SH7708 board." 1397 eCos on a CqREEK SH7708 board."
1398 }
1399
1400 target cq7750 {
1401 alias { "CqREEK SH7750 board" cqsh4 }
1402 packages { CYGPKG_HAL_SH
1403 CYGPKG_HAL_SH_SH4
1404 CYGPKG_HAL_SH_SH7750_CQ7750
1405 CYGPKG_IO_SERIAL_SH_SCIF }
1406 description "
1407 The sh7750 target provides the packages needed to run
1408 eCos on a CqREEK SH7750 board."
1283 } 1409 }
1284 1410
1285 # -------------------------------------------------------------------------- 1411 # --------------------------------------------------------------------------
1286 # i386 targets 1412 # i386 targets
1287 target linux { 1413 target linux {
1412 simulator the command `target sim --board=jmr3904pal' 1538 simulator the command `target sim --board=jmr3904pal'
1413 should be used from inside gdb. It is not possible to 1539 should be used from inside gdb. It is not possible to
1414 use any of the eCos device drivers when the simulator 1540 use any of the eCos device drivers when the simulator
1415 is running in this mode." 1541 is running in this mode."
1416 } 1542 }
1543 target ref4955 {
1544 alias { "Toshiba TX4955 reference platform" tx49 }
1545 packages { CYGPKG_HAL_MIPS
1546 CYGPKG_HAL_MIPS_TX49
1547 CYGPKG_HAL_MIPS_TX49_REF4955
1548 CYGPKG_IO_SERIAL_GENERIC_16X5X
1549 CYGPKG_IO_SERIAL_MIPS_REF4955
1550 CYGPKG_DEVICES_WALLCLOCK_MIPS_REF4955
1551 CYGPKG_DEVICES_WALLCLOCK_DALLAS_DS1742
1552 }
1553 description "
1554 The ref4955 target provides the packages needed to run
1555 eCos on a Toshiba TX4955 reference platform."
1556 }
1557
1417 target vrc4373 { 1558 target vrc4373 {
1418 alias { "NEC VRC4373 board" } 1559 alias { "NEC VRC4373 board" }
1419 packages { CYGPKG_HAL_MIPS 1560 packages { CYGPKG_HAL_MIPS
1420 CYGPKG_HAL_MIPS_VR4300 1561 CYGPKG_HAL_MIPS_VR4300
1421 CYGPKG_HAL_MIPS_VR4300_VRC4373 1562 CYGPKG_HAL_MIPS_VR4300_VRC4373