This is the mail archive of the ecos-devel@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch to ecos.db to support mcf5282 & Future/Netburner 5282Badge eval board


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.156
diff -u -r1.156 ChangeLog
--- ChangeLog	27 Mar 2005 13:03:00 -0000	1.156
+++ ChangeLog	13 Apr 2005 12:59:28 -0000
@@ -1,3 +1,7 @@
+2005-04-13  Errin Bechtel <errin_bechtel@yahoo.com>
+	* ecos.db: Added support for MCF5282
+	Added support for Future/Netburner 5282Badge eval
board
+	
 2005-0303   Jay Foster <jay@systech.cam>
 
 	* pkgconf/rules.mak: Added removal of
-Wstrict-prototypes compiler
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.140
diff -u -r1.140 ecos.db
--- ecos.db	3 Mar 2005 19:35:08 -0000	1.140
+++ ecos.db	13 Apr 2005 12:59:55 -0000
@@ -5900,3 +5900,57 @@
 	description	"Lightweight TCP/IP stack: lwIP"
 }
 
+#
--------------------------------------------------------------------------
+# Motorola Coldfire MCF5282
+package CYGPKG_HAL_M68K_MCF52xx_MCF5282 {
+    alias       { "mcf5282 68k/Coldfire processor
variant HAL"
+                  hal_m68k_mcf52xx_mcf5282
+                      m68k_mcf52xx_mcf5282_hal }
+    directory   hal/m68k/mcf52xx/mcf5282/proc
+    script      hal_m68k_mcf52xx_mcf5282.cdl
+    hardware
+
+    description   "The mcf5282 68k/Coldfire processor
variant HAL  package
+                  provides generic support for this
processor  architecture.
+                  It is also necessary to select a
specific target  platform
+                  HAL package."
+
+}
+
+package CYGPKG_IO_SERIAL_MCF5282_UART {
+    alias             { "MCF5282 Serial UART Drivers"
+                         devs_MCF5282_uart_driver }
+    hardware
+    directory	      devs/serial/mcf52xx/mcf5282
+    script	      ser_mcf5282_uart.cdl	
+    description       "Serial MCF5282 UART Drivers."
+}
+
+package
CYGPKG_HAL_M68K_MCF52xx_MCF5282_FUTURENETBURNER5282BADGE
{
+    alias       { "Future/Netburner 5282Badge
evaluation board platform HAL"
+                  hal_m68k_mcf52xx_mcf5282_5282badge
+                     
m68k_mcf52xx_mcf5282_5282badge_hal }
+    directory  
hal/m68k/mcf52xx/mcf5282/5282badge/plf
+    script     
hal_m68k_mcf52xx_mcf5282_5282badge.cdl
+    hardware
+
+    description   "The Future/Netburner 5282Badge
evaluation  board platform  HAL
+                  package should be used when
targeting the actual  hardware
+                  for the Future/Netburner 5282Badge
evaluation board platform."
+
+}
+
+target FutureNetbuerner5282Badge {
+    alias { "Future/Netburner 5282Badge evaluation
board" }
+	packages {
+        CYGPKG_HAL_M68K
+        CYGPKG_HAL_M68K_MCF52xx
+        CYGPKG_HAL_M68K_MCF52xx_MCF5282
+       
CYGPKG_HAL_M68K_MCF52xx_MCF5282_FUTURENETBURNER5282BADGE
+        CYGPKG_IO_SERIAL_MCF5282_UART
+    }
+
+    description   "The Future/Netburner 5282Badge
target provides  the packages  needed to  run
+                eCos on the Future/Netburner
5282Badge evaluation board."
+
+}

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]