comparison packages/ecos.db @ 175:e7780801e1a7

Merge from eCos master repository on 2001-07-31-19:15:01-BST
author jlarmour
date Tue, 31 Jul 2001 21:15:36 +0000
parents 38892b97b685
children 3902ef905c9c
comparison
equal deleted inserted replaced
174:38892b97b685 175:e7780801e1a7
200 description " 200 description "
201 This package contains hardware support for FLASH memory 201 This package contains hardware support for FLASH memory
202 on the Cirrus Logic EDB7xxx platform(s)." 202 on the Cirrus Logic EDB7xxx platform(s)."
203 } 203 }
204 204
205 package CYGPKG_DEVS_FLASH_AT91 {
206 alias { "FLASH memory support for Atmel AT91/EB40" flash_at91 }
207 directory devs/flash/arm/at91
208 script flash_at91.cdl
209 hardware
210 description "
211 This package contains hardware support for FLASH memory
212 on the Atmel AT91/EB40 platform(s)."
213 }
214
205 package CYGPKG_DEVS_FLASH_ASSABET { 215 package CYGPKG_DEVS_FLASH_ASSABET {
206 alias { "FLASH memory support for Intel SA1110 (Assabet)" flash_assabet } 216 alias { "FLASH memory support for Intel SA1110 (Assabet)" flash_assabet }
207 directory devs/flash/arm/assabet 217 directory devs/flash/arm/assabet
208 script flash_assabet.cdl 218 script flash_assabet.cdl
209 hardware 219 hardware
390 devs_serial_arm_cma230 cma230_serial_driver } 400 devs_serial_arm_cma230 cma230_serial_driver }
391 hardware 401 hardware
392 directory devs/serial/arm/cma230 402 directory devs/serial/arm/cma230
393 script ser_arm_cma230.cdl 403 script ser_arm_cma230.cdl
394 description "Cogent ARM/CMA230 serial device drivers" 404 description "Cogent ARM/CMA230 serial device drivers"
405 }
406
407 package CYGPKG_IO_SERIAL_ARM_AT91 {
408 alias { "Atmel AT91 evaluation board (EB40)"
409 devs_serial_arm_at91 at91_serial_driver }
410 hardware
411 directory devs/serial/arm/at91
412 script ser_arm_at91.cdl
413 description "Atmel AT91 evaulation board (EB40) serial drivers."
395 } 414 }
396 415
397 package CYGPKG_IO_SERIAL_POWERPC_COGENT { 416 package CYGPKG_IO_SERIAL_POWERPC_COGENT {
398 alias { "Cogent PowerPC serial device drivers" 417 alias { "Cogent PowerPC serial device drivers"
399 devs_serial_powerpc_cogent cogent_serial_driver } 418 devs_serial_powerpc_cogent cogent_serial_driver }
1046 description " 1065 description "
1047 This package creates the RedBoot \[stand-alone bootstrap & debug monitor\] 1066 This package creates the RedBoot \[stand-alone bootstrap & debug monitor\]
1048 using eCos as the underlying board support mechanism." 1067 using eCos as the underlying board support mechanism."
1049 } 1068 }
1050 1069
1070 package CYGPKG_HAL_SH_SH7750_DREAMCAST {
1071 alias { "SEGA Dreamcast" hal_sh_dreamcast sh_dreamcast_hal }
1072 directory hal/sh/dreamcast
1073 script hal_sh_sh7750_dreamcast.cdl
1074 hardware
1075 description "
1076 This SH HAL package provides the support needed to run
1077 eCos on SEGA Dreamcast."
1078 }
1079
1051 # -------------------------------------------------------------------------- 1080 # --------------------------------------------------------------------------
1052 # ARM packages 1081 # ARM packages
1053 package CYGPKG_HAL_ARM { 1082 package CYGPKG_HAL_ARM {
1054 alias { "ARM common HAL" hal_arm arm_hal arm_arch_hal } 1083 alias { "ARM common HAL" hal_arm arm_hal arm_arch_hal }
1055 directory hal/arm/arch 1084 directory hal/arm/arch
1087 script hal_arm_e7t.cdl 1116 script hal_arm_e7t.cdl
1088 hardware 1117 hardware
1089 description " 1118 description "
1090 The e7t HAL package provides the support needed to run eCos on a ARM 1119 The e7t HAL package provides the support needed to run eCos on a ARM
1091 Evaluator7T board (aka the AEB-2)." 1120 Evaluator7T board (aka the AEB-2)."
1121 }
1122
1123 package CYGPKG_HAL_ARM_AT91 {
1124 alias { "Atmel evaluation board (EB40)" hal_arm_at91 arm_at91_hal }
1125 directory hal/arm/at91
1126 script hal_arm_at91.cdl
1127 hardware
1128 description "
1129 The at91 HAL package provides the support needed to run eCos on an Atmel
1130 evaluation board (EB40)."
1092 } 1131 }
1093 1132
1094 package CYGPKG_HAL_ARM_EBSA285 { 1133 package CYGPKG_HAL_ARM_EBSA285 {
1095 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal } 1134 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal }
1096 directory hal/arm/ebsa285 1135 directory hal/arm/ebsa285
1291 description " 1330 description "
1292 This SH HAL package provides the support needed to run 1331 This SH HAL package provides the support needed to run
1293 eCos on a CqREEK SH7750 board." 1332 eCos on a CqREEK SH7750 board."
1294 } 1333 }
1295 1334
1335 target dreamcast {
1336 alias { "SEGA Dreamcast" dreamcast }
1337 packages { CYGPKG_HAL_SH
1338 CYGPKG_HAL_SH_SH4
1339 CYGPKG_HAL_SH_SH7750_DREAMCAST
1340 CYGPKG_IO_PCI
1341 CYGPKG_IO_SERIAL_SH_SCIF }
1342 description "
1343 The sh7750 target provides the packages needed to run
1344 eCos on SEGA Dreamcast."
1345 }
1346
1296 # -------------------------------------------------------------------------- 1347 # --------------------------------------------------------------------------
1297 # i386 packages 1348 # i386 packages
1298 package CYGPKG_HAL_I386 { 1349 package CYGPKG_HAL_I386 {
1299 alias { "i386 common HAL" hal_i386 i386_hal i386_arch_hal } 1350 alias { "i386 common HAL" hal_i386 i386_hal i386_arch_hal }
1300 directory hal/i386/arch 1351 directory hal/i386/arch
1802 CYGPKG_HAL_ARM_E7T 1853 CYGPKG_HAL_ARM_E7T
1803 } 1854 }
1804 description " 1855 description "
1805 The aeb target provides the packages needed to run eCos on an ARM 1856 The aeb target provides the packages needed to run eCos on an ARM
1806 Evaluator7T board (aka AEB-2)." 1857 Evaluator7T board (aka AEB-2)."
1858 }
1859
1860 target at91 {
1861 alias { "Atmel evaulation board (EB40)" eb40 }
1862 packages { CYGPKG_HAL_ARM
1863 CYGPKG_HAL_ARM_AT91
1864 CYGPKG_DEVS_FLASH_AT91
1865 CYGPKG_IO_SERIAL_ARM_AT91
1866 }
1867 description "
1868 The aeb target provides the packages needed to run eCos on an Atmel
1869 evaluation board (EB40)."
1807 } 1870 }
1808 1871
1809 target ebsa285 { 1872 target ebsa285 {
1810 alias { "Intel EBSA285 StrongARM board" ebsa } 1873 alias { "Intel EBSA285 StrongARM board" ebsa }
1811 packages { CYGPKG_HAL_ARM 1874 packages { CYGPKG_HAL_ARM