comparison packages/ecos.db @ 1430:c7ba73197ea1

* ecos.db: Added Packages and target for SuperH SH4-202 part and MicroDev CPU board.
author nickg
date Fri, 05 Dec 2003 17:14:13 +0000
parents 4f98ee8c6707
children f2453fae08d4
comparison
equal deleted inserted replaced
1429:a1a2cd8aaeb4 1430:c7ba73197ea1
301 description " 301 description "
302 This package contains hardware support for FLASH memory 302 This package contains hardware support for FLASH memory
303 on the Hitachi/SE7751 platform." 303 on the Hitachi/SE7751 platform."
304 } 304 }
305 305
306 package CYGPKG_DEVS_FLASH_SH_MICRODEV {
307 alias { "SuperH SH4-202 MicroDev CPU board FLASH memory support" flash_microdev }
308 directory devs/flash/sh/microdev
309 script flash_microdev.cdl
310 hardware
311 description "
312 This package contains hardware support for FLASH memory
313 on the SuperH SH4-202 MicroDev CPU board platform."
314 }
315
306 package CYGPKG_DEVS_FLASH_EBSA285 { 316 package CYGPKG_DEVS_FLASH_EBSA285 {
307 alias { "FLASH memory support for StrongARM EBSA-285" flash_ebsa285 } 317 alias { "FLASH memory support for StrongARM EBSA-285" flash_ebsa285 }
308 directory devs/flash/arm/ebsa285 318 directory devs/flash/arm/ebsa285
309 script flash_ebsa285.cdl 319 script flash_ebsa285.cdl
310 hardware 320 hardware
1091 directory devs/serial/sh/se77x9 1101 directory devs/serial/sh/se77x9
1092 script ser_sh_se77x9.cdl 1102 script ser_sh_se77x9.cdl
1093 description "SH3 SE77x9 serial device driver" 1103 description "SH3 SE77x9 serial device driver"
1094 } 1104 }
1095 1105
1106 package CYGPKG_IO_SERIAL_SH_SH4_202_MD {
1107 alias { "SH4-202 MicroDev serial device driver"
1108 devs_serial_sh3_se77x9 se77x9_serial_driver }
1109 hardware
1110 directory devs/serial/sh/sh4_202_md
1111 script ser_sh4_202_md.cdl
1112 description "This option enables the serial device drivers for the
1113 SuperH SH4-202 MicroDev board, based on the generic SH SCIF driver."
1114 }
1115
1096 package CYGPKG_IO_SERIAL_V85X_V850 { 1116 package CYGPKG_IO_SERIAL_V85X_V850 {
1097 alias { "NEC V850 serial device drivers" 1117 alias { "NEC V850 serial device drivers"
1098 devs_serial_v85x_v850 v850_serial_driver } 1118 devs_serial_v85x_v850 v850_serial_driver }
1099 hardware 1119 hardware
1100 directory devs/serial/v85x/v850 1120 directory devs/serial/v85x/v850
1398 hardware 1418 hardware
1399 directory devs/eth/sh/etherc 1419 directory devs/eth/sh/etherc
1400 script sh_etherc_eth_drivers.cdl 1420 script sh_etherc_eth_drivers.cdl
1401 description "Ethernet driver for SH2 etherc controller." 1421 description "Ethernet driver for SH2 etherc controller."
1402 } 1422 }
1423
1424 package CYGPKG_DEVS_ETH_SH_MICRODEV {
1425 alias { "SH4-202 MicroDev onboard ethernet support" devs_eth_sh_md }
1426 hardware
1427 directory devs/eth/sh/sh4_202_md
1428 script sh4_202_md_eth_drivers.cdl
1429 description "This package contains hardware support for onboard SMC91C111
1430 ethernet device on the MicroDev board."
1431 }
1432
1403 package CYGPKG_DEVS_ETH_ARM_EBSA285 { 1433 package CYGPKG_DEVS_ETH_ARM_EBSA285 {
1404 alias { "Intel EBSA285 with PRO/100+ ethernet driver" 1434 alias { "Intel EBSA285 with PRO/100+ ethernet driver"
1405 devs_eth_arm_ebsa285 ebsa285_eth_driver } 1435 devs_eth_arm_ebsa285 ebsa285_eth_driver }
1406 hardware 1436 hardware
1407 directory devs/eth/arm/ebsa285 1437 directory devs/eth/arm/ebsa285
2709 script hal_sh_sh7751_se7751.cdl 2739 script hal_sh_sh7751_se7751.cdl
2710 hardware 2740 hardware
2711 description " 2741 description "
2712 This SH HAL package provides the support needed to run 2742 This SH HAL package provides the support needed to run
2713 eCos on a Hitachi Solution Engine 7751 board." 2743 eCos on a Hitachi Solution Engine 7751 board."
2744 }
2745
2746 package CYGPKG_HAL_SH_SH4_202_MD {
2747 alias { "SuperH SH4-202 MicroDev CPU Board" hal_sh_sh4_202_md }
2748 directory hal/sh/sh4_202_md
2749 script hal_sh_sh4_202_md.cdl
2750 hardware
2751 description "
2752 The SH4-202 HAL package provides generic
2753 support for the SuperH SH4-202 MicroDev CPU board."
2714 } 2754 }
2715 2755
2716 # -------------------------------------------------------------------------- 2756 # --------------------------------------------------------------------------
2717 # H8/300 packages 2757 # H8/300 packages
2718 package CYGPKG_HAL_H8300 { 2758 package CYGPKG_HAL_H8300 {
4280 description " 4320 description "
4281 The sh7750 target provides the packages needed to run 4321 The sh7750 target provides the packages needed to run
4282 eCos on SEGA Dreamcast." 4322 eCos on SEGA Dreamcast."
4283 } 4323 }
4284 4324
4325 target sh4_202_md {
4326 alias { "SuperH SH4-202 MicroDev CPU board" }
4327 packages { CYGPKG_HAL_SH
4328 CYGPKG_HAL_SH_SH4
4329 CYGPKG_HAL_SH_SH4_202_MD
4330 CYGPKG_DEVS_FLASH_STRATA
4331 CYGPKG_DEVS_FLASH_SH_MICRODEV
4332 CYGPKG_IO_SERIAL_SH_SCIF
4333 CYGPKG_IO_SERIAL_SH_SH4_202_MD
4334 CYGPKG_DEVS_ETH_SH_MICRODEV
4335 CYGPKG_DEVS_ETH_SMSC_LAN91CXX
4336 }
4337 description "
4338 The sh4_202_md target provides the packages needed to run
4339 eCos on a SuperH SH4-202 MicroDev CPU board."
4340 }
4341
4285 # -------------------------------------------------------------------------- 4342 # --------------------------------------------------------------------------
4286 # i386 targets 4343 # i386 targets
4287 target pc { 4344 target pc {
4288 alias { "i386 PC target" } 4345 alias { "i386 PC target" }
4289 packages { CYGPKG_HAL_I386 4346 packages { CYGPKG_HAL_I386