This is the mail archive of the ecos-patches@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]

another AT91 patch


There is another error in the AT91 HAL, fixed by the attached patch.

tk

diff -ru packages-orig/hal/arm/at91/var/current/ChangeLog
packages/hal/arm/at91/var/current/ChangeLog
--- packages-orig/hal/arm/at91/var/current/ChangeLog	2003-08-20
10:58:00.000000000 +0200
+++ packages/hal/arm/at91/var/current/ChangeLog	2003-08-21
13:23:42.000000000 +0200
@@ -1,3 +1,8 @@
+2003-08-21  Thomas Koeller  <thomas.koeller@baslerweb.com>
+
+        * include/var_io.h:
+        Fixed minor typo.
+	
 2003-08-18  Thomas Koeller  <thomas.koeller@baslerweb.com>
 
         * include/var_io.h:
diff -ru packages-orig/hal/arm/at91/var/current/include/var_io.h
packages/hal/arm/at91/var/current/include/var_io.h
--- packages-orig/hal/arm/at91/var/current/include/var_io.h	2003-08-20
10:58:00.000000000 +0200
+++ packages/hal/arm/at91/var/current/include/var_io.h	2003-08-21
13:20:11.000000000 +0200
@@ -402,7 +402,7 @@
 #define AT91_EBI_CSR_TDF_7  (0x7 << 9)	// Data float output time
 #define AT91_EBI_CSR_BAT    (0x1 << 12) // Byte access type
 #define AT91_EBI_CSR_CSEN   (0x1 << 13) // Chip select enable
-#define AT91_EBI_CSR_BA     (0xFFF << 24) // Base address
+#define AT91_EBI_CSR_BA     (0xFFF << 20) // Base address
 #define AT91_EBI_RCR    0x20       // Reset control
 #define AT91_EBI_RCR_RCB    0x1    // Remap command bit
 #define AT91_EBI_MCR  	0x24  	   // Memory control

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



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