public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] at91 split up
@ 2002-05-30 16:00 Thomas Koeller
  0 siblings, 0 replies; only message in thread
From: Thomas Koeller @ 2002-05-30 16:00 UTC (permalink / raw)
  To: gthomas; +Cc: ecos-discuss

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]

Gary,

as I threatened to do yesterday I have torn apart the at91 package,
creating an AT91 variant hal and a EB40 platform HAL. I could
successfully build and run all the HAL tests afterwards. The only
user-visible change is that the target name has changed from 'at91'
to 'eb40'.

Hope you can approve my changes for inclusion in the main ecos
code base. If not, please tell me asap, as I have to know if I can
continue with my real work based on these changes, and I'm under
heavy preasure to get it done.

tk


-- 

Thomas Koeller, Software Development

Basler Vision Technologies
An der Strusbek 60-62
22926 Ahrensburg
Germany

Tel  +49 (4102) 463-390
Fax +49 (4102) 463-46390

mailto:thomas.koeller@baslerweb.com
http://www.baslerweb.com 


[-- Attachment #2: at91.tar.bz2 --]
[-- Type: application/x-tbz, Size: 15454 bytes --]

[-- Attachment #3: ecos.db.diff --]
[-- Type: text/x-diff, Size: 1560 bytes --]

--- ecos.db-orig	Thu May 30 23:18:09 2002
+++ ecos.db	Thu May 30 23:28:01 2002
@@ -1759,13 +1759,23 @@
 }
 
 package CYGPKG_HAL_ARM_AT91 {
-	alias		{ "Atmel evaluation board (EB40)" hal_arm_at91 arm_at91_hal }
-	directory	hal/arm/at91
+	alias		{ "Atmel AT91 variant HAL" hal_arm_at91 arm_at91_hal }
+	directory	hal/arm/at91/var
 	script		hal_arm_at91.cdl
 	hardware
         description "
-The at91 HAL package provides the support needed to run eCos on an Atmel
-evaluation board (EB40)."
+	The at91 HAL package provides the support needed to run eCos on Atmel
+	AT91 based targets."
+}
+
+package CYGPKG_HAL_ARM_AT91_EB40 {
+	alias		{ "Atmel evaluation board (EB40)" hal_arm_at91 arm_at91_hal }
+	directory	hal/arm/at91/eb40
+	script		hal_arm_at91_eb40.cdl
+	hardware
+        description "
+	The eb40 HAL package provides the support needed to run eCos on an Atmel
+	evaluation board (EB40)."
 }
 
 package CYGPKG_HAL_ARM_EBSA285 {
@@ -2986,16 +2996,17 @@
         module installed."
 }
 
-target at91 {
-	alias { "Atmel evaluation board (EB40)" eb40 }
+target eb40 {
+	alias { "Atmel evaluation board (EB40)" at91}
 	packages { CYGPKG_HAL_ARM
                    CYGPKG_HAL_ARM_AT91
+		   CYGPKG_HAL_ARM_AT91_EB40
                    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)."
+	The eb40 target provides the packages needed to run eCos on an Atmel
+	evaluation board (EB40)."
 }
 
 target ebsa285 {


[-- Attachment #4: Type: text/plain, Size: 146 bytes --]

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-30 23:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-30 16:00 [ECOS] at91 split up Thomas Koeller

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).