Common subdirectories: ecos_web_cvs/ecos/packages/CVS and ecos/ecos/packages/CVS
diff -uN ecos_web_cvs/ecos/packages/ChangeLog ecos/ecos/packages/ChangeLog
--- ecos_web_cvs/ecos/packages/ChangeLog	2008-07-08 07:23:19.000000000 +0200
+++ ecos/ecos/packages/ChangeLog	2008-07-08 12:45:57.000000000 +0200
@@ -1,3 +1,8 @@
+2008-07-08   Uwe Kindler <uwe_kindler@web.de>
+
+	* ecos.db: Add EA LPC2468 OEM board, target, flash driver,
+	LPC24XXX variant + serial driver
+	
 2008-01-06   Lars Poeschel <larsi@wh2.tu-dresden.de>
 
 	* NEWS
Common subdirectories: ecos_web_cvs/ecos/packages/compat and ecos/ecos/packages/compat
Common subdirectories: ecos_web_cvs/ecos/packages/cygmon and ecos/ecos/packages/cygmon
Common subdirectories: ecos_web_cvs/ecos/packages/devs and ecos/ecos/packages/devs
diff -uN ecos_web_cvs/ecos/packages/ecos.db ecos/ecos/packages/ecos.db
--- ecos_web_cvs/ecos/packages/ecos.db	2008-07-08 12:32:39.000000000 +0200
+++ ecos/ecos/packages/ecos.db	2008-07-08 12:38:24.000000000 +0200
@@ -257,6 +257,16 @@
        on the ARM Evaluator-7T platform."
 }
 
+package CYGPKG_DEVS_FLASH_EA2468 {
+    alias       { "FLASH memory support for EA LPC2468 OEM board" flash_ea2468 }
+    directory   devs/flash/arm/ea2468
+    script      flash_ea2468.cdl
+    hardware
+        description "
+           This package contains hardware support for FLASH memory
+           on the Embedded Artists LCP2468 OEM board."
+}
+
 package CYGPKG_DEVS_FLASH_SH_EDK7708 {
 	alias 		{ "Support for flash memory on Hitachi/EDK7708 board" flash_sh_edk7708 }
 	directory	devs/flash/sh/edk7708
@@ -1021,6 +1031,14 @@
     description       "ARM LPC2XXX serial device drivers"
 }
 
+package CYGPKG_IO_SERIAL_ARM_LPC24XX {
+    alias             { "ARM LPC24XX serial device drivers"
+                        devs_serial_arm_lpc24xx lpc24xx_serial_driver }
+    hardware
+    directory         devs/serial/arm/lpc24xx
+    script            ser_arm_lpc24xx.cdl
+    description       "ARM LPC24XX serial device drivers"
+}
 
 package CYGPKG_IO_SERIAL_POWERPC_COGENT {
     alias             { "Cogent PowerPC serial device drivers"
@@ -2697,6 +2715,16 @@
         Philips LPC2XXX based targets."
 }
 
+package CYGPKG_HAL_ARM_LPC24XX {
+        alias           { "NXP LPC24XX variant HAL" hal_arm_lpc24xx arm_lpc24xx_hal }
+        directory       hal/arm/lpc24xx/var
+        script          hal_arm_lpc24xx.cdl
+        hardware
+        description "
+        The LPC24XX HAL package provides the support needed to run eCos on
+        NXP LPC24XX based targets."
+}
+
 package CYGPKG_HAL_ARM_LPC2XXX_MCB2100 {
         alias           { "Keil evaluation board MCB2100 " hal_mcb2100_arm }
         directory       hal/arm/lpc2xxx/mcb2100
@@ -2727,6 +2755,16 @@
             on a Phytec phyCORE-LPC229x development board."
 }
 
+package CYGPKG_HAL_ARM_LPC24XX_EA2468 {
+        alias           { "Embedded Artists LPC2468 OEM board" arm_lpc2xxx_ea2468 }
+        directory       hal/arm/lpc24xx/ea2468
+        script          hal_arm_lpc24xx_ea2468.cdl
+        hardware
+        description "
+            The Embedded Artists LPC2468 HAL package provides the support needed 
+            to run eCos on a Embbeded Artists LPC2468 OEM board."
+}
+
 package CYGPKG_HAL_ARM_LPC2XXX_LPCMT {
 	alias		{ "Olimex evaluation board LPC-MT " hal_lpcmt_arm }
 	directory	hal/arm/lpc2xxx/lpcmt
@@ -4695,6 +4733,23 @@
             development board."
 }
 
+target ea2468 {
+        alias { "Embedded Artists LPC2468 OEM board HAL" ea2468 }
+        packages { CYGPKG_HAL_ARM
+                   CYGPKG_HAL_ARM_LPC24XX
+                   CYGPKG_HAL_ARM_LPC24XX_EA2468 
+                   CYGPKG_IO_SERIAL_GENERIC_16X5X
+                   CYGPKG_IO_SERIAL_ARM_LPC24XX
+                   CYGPKG_DEVICES_WATCHDOG_ARM_LPC2XXX
+                   CYGPKG_DEVS_CAN_LPC2XXX
+                   CYGPKG_DEVS_FLASH_EA2468
+                   CYGPKG_DEVS_FLASH_SST_39VFXXX
+        }
+        description "
+            The Embedded Artists LPC2468 HAL package provides the support
+            needed to run eCos on an Embedded Artists LPC2468 OEM board."
+}
+
 target mace1 {
 	alias { "MACE1 - a MAC7100 evaluation board" mac7100_mace1 }
 	packages { CYGPKG_HAL_ARM
Common subdirectories: ecos_web_cvs/ecos/packages/error and ecos/ecos/packages/error
Common subdirectories: ecos_web_cvs/ecos/packages/fs and ecos/ecos/packages/fs
Common subdirectories: ecos_web_cvs/ecos/packages/hal and ecos/ecos/packages/hal
Common subdirectories: ecos_web_cvs/ecos/packages/infra and ecos/ecos/packages/infra
Common subdirectories: ecos_web_cvs/ecos/packages/io and ecos/ecos/packages/io
Common subdirectories: ecos_web_cvs/ecos/packages/isoinfra and ecos/ecos/packages/isoinfra
Common subdirectories: ecos_web_cvs/ecos/packages/kernel and ecos/ecos/packages/kernel
Common subdirectories: ecos_web_cvs/ecos/packages/language and ecos/ecos/packages/language
Common subdirectories: ecos_web_cvs/ecos/packages/net and ecos/ecos/packages/net
Common subdirectories: ecos_web_cvs/ecos/packages/pkgconf and ecos/ecos/packages/pkgconf
Common subdirectories: ecos_web_cvs/ecos/packages/redboot and ecos/ecos/packages/redboot
Common subdirectories: ecos_web_cvs/ecos/packages/services and ecos/ecos/packages/services
Common subdirectories: ecos_web_cvs/ecos/packages/templates and ecos/ecos/packages/templates
Common subdirectories: ecos_web_cvs/ecos/packages/tmp and ecos/ecos/packages/tmp
