diff 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
line wrap: on
line diff
--- a/packages/ecos.db
+++ b/packages/ecos.db
@@ -202,6 +202,16 @@ package CYGPKG_DEVS_FLASH_EDB7XXX {
 	   on the Cirrus Logic EDB7xxx platform(s)."
 }
 
+package CYGPKG_DEVS_FLASH_AT91 {
+	alias 		{ "FLASH memory support for Atmel AT91/EB40" flash_at91 }
+	directory	devs/flash/arm/at91
+	script		flash_at91.cdl
+	hardware
+        description "
+           This package contains hardware support for FLASH memory
+	   on the Atmel AT91/EB40 platform(s)."
+}
+
 package CYGPKG_DEVS_FLASH_ASSABET {
 	alias 		{ "FLASH memory support for Intel SA1110 (Assabet)" flash_assabet }
 	directory	devs/flash/arm/assabet
@@ -394,6 +404,15 @@ package CYGPKG_IO_SERIAL_ARM_CMA230 {
     description       "Cogent ARM/CMA230 serial device drivers"
 }
 
+package CYGPKG_IO_SERIAL_ARM_AT91 {
+    alias 	      { "Atmel AT91 evaluation board (EB40)"
+                        devs_serial_arm_at91 at91_serial_driver }
+    hardware
+    directory	      devs/serial/arm/at91
+    script	      ser_arm_at91.cdl	
+    description       "Atmel AT91 evaulation board (EB40) serial drivers."
+}
+
 package CYGPKG_IO_SERIAL_POWERPC_COGENT {
     alias             { "Cogent PowerPC serial device drivers"
                         devs_serial_powerpc_cogent cogent_serial_driver }
@@ -1048,6 +1067,16 @@ package CYGPKG_REDBOOT {
         using eCos as the underlying board support mechanism."
 }
 
+package CYGPKG_HAL_SH_SH7750_DREAMCAST {
+	alias		{ "SEGA Dreamcast" hal_sh_dreamcast sh_dreamcast_hal }
+	directory	hal/sh/dreamcast
+	script		hal_sh_sh7750_dreamcast.cdl
+	hardware
+        description "
+           This SH HAL package provides the support needed to run
+           eCos on SEGA Dreamcast."
+}
+
 # --------------------------------------------------------------------------
 # ARM packages
 package CYGPKG_HAL_ARM {
@@ -1091,6 +1120,16 @@ The e7t HAL package provides the support
 Evaluator7T board (aka the AEB-2)."
 }
 
+package CYGPKG_HAL_ARM_AT91 {
+	alias		{ "Atmel evaluation board (EB40)" hal_arm_at91 arm_at91_hal }
+	directory	hal/arm/at91
+	script		hal_arm_at91.cdl
+	hardware
+        description "
+The at91 HAL package provides the support needed to run eCos on an Atmel
+evaluation board (EB40)."
+}
+
 package CYGPKG_HAL_ARM_EBSA285 {
 	alias		{ "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal }
 	directory	hal/arm/ebsa285
@@ -1293,6 +1332,18 @@ package CYGPKG_HAL_SH_SH7750_CQ7750 {
            eCos on a CqREEK SH7750 board."
 }
 
+target dreamcast {
+        alias { "SEGA Dreamcast" dreamcast }
+        packages { CYGPKG_HAL_SH
+                   CYGPKG_HAL_SH_SH4
+                   CYGPKG_HAL_SH_SH7750_DREAMCAST
+                   CYGPKG_IO_PCI
+                   CYGPKG_IO_SERIAL_SH_SCIF }
+        description "
+           The sh7750 target provides the packages needed to run
+           eCos on SEGA Dreamcast."
+}
+
 # --------------------------------------------------------------------------
 # i386 packages
 package CYGPKG_HAL_I386 {
@@ -1806,6 +1857,18 @@ The aeb target provides the packages nee
 Evaluator7T board (aka AEB-2)."
 }
 
+target at91 {
+	alias { "Atmel evaulation board (EB40)" eb40 }
+	packages { CYGPKG_HAL_ARM
+                   CYGPKG_HAL_ARM_AT91
+                   CYGPKG_DEVS_FLASH_AT91
+                   CYGPKG_IO_SERIAL_ARM_AT91
+        }
+        description "
+The aeb target provides the packages needed to run eCos on an Atmel
+evaluation board (EB40)."
+}
+
 target ebsa285 {
 	alias { "Intel EBSA285 StrongARM board" ebsa }
 	packages { CYGPKG_HAL_ARM