* patch to ecos.db to support mcf5282 & Future/Netburner 5282Badge eval board
@ 2005-04-13 13:43 Errin Bechtel
0 siblings, 0 replies; only message in thread
From: Errin Bechtel @ 2005-04-13 13:43 UTC (permalink / raw)
To: ecos-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-13 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-13 13:43 patch to ecos.db to support mcf5282 & Future/Netburner 5282Badge eval board Errin Bechtel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).