Mercurial > flash_v2
comparison packages/ecos.db @ 579:aa8519b22eb0
Add TI ARM9 OMAP Innovator board port.
Contributed by Patrick Doyle.
| author | jlarmour |
|---|---|
| date | Wed, 05 Feb 2003 19:59:53 +0000 |
| parents | b0e7b1f888d6 |
| children | b8ceb56c280d |
comparison
equal
deleted
inserted
replaced
| 578:5c577d65a0dd | 579:aa8519b22eb0 |
|---|---|
| 390 description " | 390 description " |
| 391 This package contains hardware support for FLASH memory | 391 This package contains hardware support for FLASH memory |
| 392 on the Altera Excalibur platform." | 392 on the Altera Excalibur platform." |
| 393 } | 393 } |
| 394 | 394 |
| 395 package CYGPKG_DEVS_FLASH_ARM_INNOVATOR { | |
| 396 alias { "FLASH memory support for the Innovator" flash_innovator } | |
| 397 directory devs/flash/arm/innovator | |
| 398 script flash_innovator.cdl | |
| 399 hardware | |
| 400 description " | |
| 401 This package contains hardware support for FLASH memory | |
| 402 on the Innovator platform." | |
| 403 } | |
| 404 | |
| 395 package CYGPKG_DEVS_FLASH_NANO { | 405 package CYGPKG_DEVS_FLASH_NANO { |
| 396 alias { "FLASH memory support for Intel SA1110 nanoEngine" flash_nano } | 406 alias { "FLASH memory support for Intel SA1110 nanoEngine" flash_nano } |
| 397 directory devs/flash/arm/nano | 407 directory devs/flash/arm/nano |
| 398 script flash_nano.cdl | 408 script flash_nano.cdl |
| 399 hardware | 409 hardware |
| 1217 hardware | 1227 hardware |
| 1218 directory devs/eth/arm/flexanet | 1228 directory devs/eth/arm/flexanet |
| 1219 script flexanet_eth_drivers.cdl | 1229 script flexanet_eth_drivers.cdl |
| 1220 description "This package contains hardware support for onboard SMC91C96 | 1230 description "This package contains hardware support for onboard SMC91C96 |
| 1221 ethernet device on the Flexanet board." | 1231 ethernet device on the Flexanet board." |
| 1232 } | |
| 1233 | |
| 1234 package CYGPKG_DEVS_ETH_ARM_INNOVATOR { | |
| 1235 alias { "OMAP Innovator onboard ethernet support" devs_eth_arm_innovator } | |
| 1236 hardware | |
| 1237 directory devs/eth/arm/innovator | |
| 1238 script innovator_eth_drivers.cdl | |
| 1239 description "This package contains hardware support for onboard SMC91C96 | |
| 1240 ethernet device on the Innovator board." | |
| 1222 } | 1241 } |
| 1223 | 1242 |
| 1224 package CYGPKG_DEVS_ETH_ARM_INTEGRATOR { | 1243 package CYGPKG_DEVS_ETH_ARM_INTEGRATOR { |
| 1225 alias { "ARM INTEGRATOR with Intel PRO/100+ ethernet driver" | 1244 alias { "ARM INTEGRATOR with Intel PRO/100+ ethernet driver" |
| 1226 devs_eth_arm_integrator integrator_eth_driver } | 1245 devs_eth_arm_integrator integrator_eth_driver } |
| 1968 description " | 1987 description " |
| 1969 The Excalibur HAL package provides the support needed to run | 1988 The Excalibur HAL package provides the support needed to run |
| 1970 eCos on an Altera Excalibur ARM9 board." | 1989 eCos on an Altera Excalibur ARM9 board." |
| 1971 } | 1990 } |
| 1972 | 1991 |
| 1992 package CYGPKG_HAL_ARM_ARM9_INNOVATOR { | |
| 1993 alias { "Innovator (ARM)" hal_arm_arm9_innovator } | |
| 1994 directory hal/arm/arm9/innovator | |
| 1995 script hal_arm_arm9_innovator.cdl | |
| 1996 hardware | |
| 1997 description " | |
| 1998 The Innovator HAL package provides the support needed to run | |
| 1999 RedBoot on the ARM processor of the Innovator. | |
| 2000 | |
| 2001 NOTE: Full support for eCos is not provided yet. This HAL | |
| 2002 contains only the minimum amount necessary to run RedBoot | |
| 2003 on the Innovator. In particular, interrupts are not yet | |
| 2004 supported. Watch this space for more details in the near | |
| 2005 future." | |
| 2006 } | |
| 2007 | |
| 1973 package CYGPKG_HAL_ARM_SA11X0 { | 2008 package CYGPKG_HAL_ARM_SA11X0 { |
| 1974 alias { "Intel SA11X0 Chipset" hal_arm_sa11x0 } | 2009 alias { "Intel SA11X0 Chipset" hal_arm_sa11x0 } |
| 1975 directory hal/arm/sa11x0/var | 2010 directory hal/arm/sa11x0/var |
| 1976 script hal_arm_sa11x0.cdl | 2011 script hal_arm_sa11x0.cdl |
| 1977 hardware | 2012 hardware |
| 3306 CYGPKG_DEVS_FLASH_ARM_EXCALIBUR | 3341 CYGPKG_DEVS_FLASH_ARM_EXCALIBUR |
| 3307 } | 3342 } |
| 3308 description " | 3343 description " |
| 3309 The Excalibur target provides the packages needed to run | 3344 The Excalibur target provides the packages needed to run |
| 3310 eCos on an Altera Excalibur board." | 3345 eCos on an Altera Excalibur board." |
| 3346 } | |
| 3347 | |
| 3348 target innovator { | |
| 3349 alias { "Innovator (ARM) board" innovator } | |
| 3350 packages { CYGPKG_HAL_ARM | |
| 3351 CYGPKG_HAL_ARM_ARM9 | |
| 3352 CYGPKG_HAL_ARM_ARM9_INNOVATOR | |
| 3353 CYGPKG_DEVS_FLASH_AMD_AM29XXXXX | |
| 3354 CYGPKG_DEVS_FLASH_ARM_INNOVATOR | |
| 3355 } | |
| 3356 description " | |
| 3357 The Innovator HAL package provides the support needed to run | |
| 3358 RedBoot on the ARM processor of the Innovator. | |
| 3359 | |
| 3360 NOTE: Full support for eCos is not provided yet. This HAL | |
| 3361 contains only the minimum amount necessary to run RedBoot | |
| 3362 on the Innovator. In particular, interrupts are not yet | |
| 3363 supported. Watch this space for more details in the near | |
| 3364 future." | |
| 3311 } | 3365 } |
| 3312 | 3366 |
| 3313 target assabet { | 3367 target assabet { |
| 3314 alias { "Intel StrongARM SA1110 board" assabet } | 3368 alias { "Intel StrongARM SA1110 board" assabet } |
| 3315 packages { CYGPKG_HAL_ARM | 3369 packages { CYGPKG_HAL_ARM |
