comparison packages/ecos.db @ 1016:09c58c54db2f

* ecos.db: Added packages and targets for Atmel AT91 boards: EB40, EB40A, EB42 and EB55.
author nickg
date Tue, 13 May 2003 18:38:14 +0000
parents 2ffd006ba591
children dafb81b65bb3
comparison
equal deleted inserted replaced
1015:d4f4e1fb283b 1016:09c58c54db2f
190 description " 190 description "
191 This package contains hardware support for Atmel AT29Cxxxx 191 This package contains hardware support for Atmel AT29Cxxxx
192 flash memory devices." 192 flash memory devices."
193 } 193 }
194 194
195 package CYGPKG_DEVS_FLASH_ATMEL_AT49XXXX {
196 alias { "Support for Atmel AT49xxxx flash memory" flash_atmel_at49xxxx }
197 directory devs/flash/atmel/at49xxxx
198 script flash_atmel_at49xxxx.cdl
199 hardware
200 description "
201 This package contains hardware support for Atmel AT49xxxx
202 flash memory devices."
203 }
204
195 package CYGPKG_DEVS_FLASH_ARM_PID { 205 package CYGPKG_DEVS_FLASH_ARM_PID {
196 alias { "Support for flash memory on ARM/PID board" flash_arm_pid } 206 alias { "Support for flash memory on ARM/PID board" flash_arm_pid }
197 directory devs/flash/arm/pid 207 directory devs/flash/arm/pid
198 script flash_arm_pid.cdl 208 script flash_arm_pid.cdl
199 hardware 209 hardware
318 script flash_at91.cdl 328 script flash_at91.cdl
319 hardware 329 hardware
320 description " 330 description "
321 This package contains hardware support for FLASH memory 331 This package contains hardware support for FLASH memory
322 on the Atmel AT91/EB40 platform(s)." 332 on the Atmel AT91/EB40 platform(s)."
333 }
334
335 package CYGPKG_DEVS_FLASH_EB40A {
336 alias { "FLASH memory support for Atmel AT91/EB40A" flash_eb40a }
337 directory devs/flash/arm/eb40a
338 script flash_eb40a.cdl
339 hardware
340 description "
341 This package contains hardware support for FLASH memory
342 on the Atmel AT91/EB40A platform(s)."
343 }
344
345 package CYGPKG_DEVS_FLASH_EB42 {
346 alias { "FLASH memory support for Atmel AT91/EB42" flash_eb42 }
347 directory devs/flash/arm/eb42
348 script flash_eb42.cdl
349 hardware
350 description "
351 This package contains hardware support for FLASH memory
352 on the Atmel AT91/EB42 platform(s)."
353 }
354
355 package CYGPKG_DEVS_FLASH_EB55 {
356 alias { "FLASH memory support for Atmel AT91/EB55" flash_eb55 }
357 directory devs/flash/arm/eb55
358 script flash_eb55.cdl
359 hardware
360 description "
361 This package contains hardware support for FLASH memory
362 on the Atmel AT91/EB55 platform(s)."
323 } 363 }
324 364
325 package CYGPKG_DEVS_FLASH_ASSABET { 365 package CYGPKG_DEVS_FLASH_ASSABET {
326 alias { "FLASH memory support for Intel SA1110 (Assabet)" flash_assabet } 366 alias { "FLASH memory support for Intel SA1110 (Assabet)" flash_assabet }
327 directory devs/flash/arm/assabet 367 directory devs/flash/arm/assabet
1997 The INTEGRATOR HAL package provides the support needed to 2037 The INTEGRATOR HAL package provides the support needed to
1998 run eCos on a ARM INTEGRATOR eval board." 2038 run eCos on a ARM INTEGRATOR eval board."
1999 } 2039 }
2000 2040
2001 package CYGPKG_HAL_ARM_AT91 { 2041 package CYGPKG_HAL_ARM_AT91 {
2042 alias { "Atmel AT91 variant HAL" hal_arm_at91 arm_at91_hal }
2043 directory hal/arm/at91/var
2044 script hal_arm_at91.cdl
2045 hardware
2046 description "
2047 The at91 HAL package provides the support needed to run eCos on Atmel
2048 AT91 based targets."
2049 }
2050
2051 package CYGPKG_HAL_ARM_AT91_EB40 {
2002 alias { "Atmel evaluation board (EB40)" hal_arm_at91 arm_at91_hal } 2052 alias { "Atmel evaluation board (EB40)" hal_arm_at91 arm_at91_hal }
2003 directory hal/arm/at91 2053 directory hal/arm/at91/eb40
2004 script hal_arm_at91.cdl 2054 script hal_arm_at91_eb40.cdl
2005 hardware 2055 hardware
2006 description " 2056 description "
2007 The at91 HAL package provides the support needed to run eCos on an Atmel 2057 The eb40 HAL package provides the support needed to run eCos on an Atmel
2008 evaluation board (EB40)." 2058 evaluation board (EB40)."
2059 }
2060
2061
2062 package CYGPKG_HAL_ARM_AT91_EB40A {
2063 alias { "Atmel evaluation board (EB40A)" hal_arm_at91_eb40a arm_at91_eb40a_hal }
2064 directory hal/arm/at91/eb40a
2065 script hal_arm_at91_eb40a.cdl
2066 hardware
2067 description "
2068 The eb40a HAL package provides the support needed to run eCos on an Atmel
2069 evaluation board (EB40A)."
2070 }
2071
2072 package CYGPKG_HAL_ARM_AT91_EB42 {
2073 alias { "Atmel evaluation board (EB42)" hal_arm_at91_eb42 arm_at91_eb42_hal }
2074 directory hal/arm/at91/eb42
2075 script hal_arm_at91_eb42.cdl
2076 hardware
2077 description "
2078 The eb42 HAL package provides the support needed to run eCos on an Atmel
2079 evaluation board (EB42)."
2080 }
2081
2082 package CYGPKG_HAL_ARM_AT91_EB55 {
2083 alias { "Atmel evaluation board (EB55)" hal_arm_at91_eb55 arm_at91_eb55_hal }
2084 directory hal/arm/at91/eb55
2085 script hal_arm_at91_eb55.cdl
2086 hardware
2087 description "
2088 The eb55 HAL package provides the support needed to run eCos on an Atmel
2089 evaluation board (EB55)."
2009 } 2090 }
2010 2091
2011 package CYGPKG_HAL_ARM_EBSA285 { 2092 package CYGPKG_HAL_ARM_EBSA285 {
2012 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal } 2093 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal }
2013 directory hal/arm/ebsa285 2094 directory hal/arm/ebsa285
3235 package CYGPKG_HAL_CALM32_CORE { 3316 package CYGPKG_HAL_CALM32_CORE {
3236 alias { "CORE HAL" hal_calm32core calm32core_hal calm32core_arch_hal } 3317 alias { "CORE HAL" hal_calm32core calm32core_hal calm32core_arch_hal }
3237 directory hal/calmrisc32/core/ 3318 directory hal/calmrisc32/core/
3238 script hal_calm32_core.cdl 3319 script hal_calm32_core.cdl
3239 hardware 3320 hardware
3240 description "
3241 The CalmRISC32 Core architecture HAL package provides generic support
3242 for this processor architecture. It is also necessary to
3243 select a specific target platform HAL package."
3244 } 3321 }
3245 3322
3246 package CYGPKG_HAL_CALM32_CEB { 3323 package CYGPKG_HAL_CALM32_CEB {
3247 alias { "Core eval board" hal_ceb ceb_hal } 3324 alias { "Core eval board" hal_ceb ceb_hal }
3248 directory hal/calmrisc32/ceb 3325 directory hal/calmrisc32/ceb
3382 The INTEGRATOR_ARM9 target provides the packages needed to 3459 The INTEGRATOR_ARM9 target provides the packages needed to
3383 run eCos on an ARM development board with an ARM966 core 3460 run eCos on an ARM development board with an ARM966 core
3384 module installed." 3461 module installed."
3385 } 3462 }
3386 3463
3387 target at91 { 3464 target eb40 {
3388 alias { "Atmel evaluation board (EB40)" eb40 } 3465 alias { "Atmel evaluation board (EB40)" at91 at91_eb40 }
3389 packages { CYGPKG_HAL_ARM 3466 packages { CYGPKG_HAL_ARM
3390 CYGPKG_HAL_ARM_AT91 3467 CYGPKG_HAL_ARM_AT91
3468 CYGPKG_HAL_ARM_AT91_EB40
3391 CYGPKG_DEVS_FLASH_AT91 3469 CYGPKG_DEVS_FLASH_AT91
3392 CYGPKG_IO_SERIAL_ARM_AT91 3470 CYGPKG_IO_SERIAL_ARM_AT91
3393 CYGPKG_DEVICES_WATCHDOG_ARM_AT91 3471 CYGPKG_DEVICES_WATCHDOG_ARM_AT91
3394 } 3472 }
3395 description " 3473 description "
3396 The aeb target provides the packages needed to run eCos on an Atmel 3474 The eb40 target provides the packages needed to run eCos on an Atmel
3397 evaluation board (EB40)." 3475 evaluation board (EB40)."
3398 } 3476 }
3477
3478 target eb40a {
3479 alias { "Atmel evaluation board (EB40A)" at91_eb40a }
3480 packages { CYGPKG_HAL_ARM
3481 CYGPKG_HAL_ARM_AT91
3482 CYGPKG_HAL_ARM_AT91_EB40A
3483 CYGPKG_DEVS_FLASH_EB40A
3484 CYGPKG_DEVS_FLASH_ATMEL_AT49XXXX
3485 CYGPKG_IO_SERIAL_ARM_AT91
3486 CYGPKG_DEVICES_WATCHDOG_ARM_AT91
3487 }
3488 description "
3489 The eb40a target provides the packages needed to run eCos on an Atmel
3490 evaluation board (EB40A)."
3491 }
3492
3493 target eb42 {
3494 alias { "Atmel evaluation board (EB42)" at91_eb42 }
3495 packages { CYGPKG_HAL_ARM
3496 CYGPKG_HAL_ARM_AT91
3497 CYGPKG_HAL_ARM_AT91_EB42
3498 CYGPKG_DEVS_FLASH_EB42
3499 CYGPKG_DEVS_FLASH_ATMEL_AT49XXXX
3500 CYGPKG_IO_SERIAL_ARM_AT91
3501 }
3502 description "
3503 The eb42 target provides the packages needed to run eCos on an Atmel
3504 evaluation board (EB42)."
3505 }
3506
3507 target eb55 {
3508 alias { "Atmel evaluation board (EB55)" at91_eb55 }
3509 packages { CYGPKG_HAL_ARM
3510 CYGPKG_HAL_ARM_AT91
3511 CYGPKG_HAL_ARM_AT91_EB55
3512 CYGPKG_DEVS_FLASH_EB55
3513 CYGPKG_DEVS_FLASH_ATMEL_AT49XXXX
3514 CYGPKG_IO_SERIAL_ARM_AT91
3515 CYGPKG_DEVICES_WATCHDOG_ARM_AT91
3516 }
3517 description "
3518 The eb55 target provides the packages needed to run eCos on an Atmel
3519 evaluation board (EB55)."
3520 }
3521
3399 3522
3400 target ebsa285 { 3523 target ebsa285 {
3401 alias { "Intel EBSA285 StrongARM board" ebsa } 3524 alias { "Intel EBSA285 StrongARM board" ebsa }
3402 packages { CYGPKG_HAL_ARM 3525 packages { CYGPKG_HAL_ARM
3403 CYGPKG_HAL_ARM_EBSA285 3526 CYGPKG_HAL_ARM_EBSA285