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]

uE250 clean ups


Fix some compile errors (due to some FLASH infrastructure 
changes) and minor improvement of FPGA download code.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: devs/flash/arm/uE250/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/arm/uE250/current/ChangeLog,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ChangeLog
--- devs/flash/arm/uE250/current/ChangeLog	21 Feb 2003 18:17:33 -0000	1.1
+++ devs/flash/arm/uE250/current/ChangeLog	28 May 2003 18:18:31 -0000
@@ -1,5 +1,9 @@
+2003-05-28  Gary Thomas  <gary@mind.be>
+
+	* include/uE250_strataflash.inl: Fix compile error.
+
 2003-02-04  Gary Thomas  <gary@mind.be>
 
 	* include/uE250_strataflash.inl: 
 	* cdl/flash_uE250.cdl: 
 	New package - support for NMI uE250 (Xscale PXA250)
Index: devs/flash/arm/uE250/current/include/uE250_strataflash.inl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/arm/uE250/current/include/uE250_strataflash.inl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 uE250_strataflash.inl
--- devs/flash/arm/uE250/current/include/uE250_strataflash.inl	21 Feb 2003 18:17:33 -0000	1.1
+++ devs/flash/arm/uE250/current/include/uE250_strataflash.inl	27 May 2003 20:00:52 -0000
@@ -53,10 +53,12 @@
 //
 //==========================================================================
 
 // The uEngine uE250 system has two 16-bit devices.
 
+#include <cyg/hal/uE250.h>
+
 #define CYGNUM_FLASH_DEVICES 	(2)
 #define CYGNUM_FLASH_BASE 	UE250_FLASH_ADDR
 #define CYGNUM_FLASH_BASE_MASK  (0xFC000000u) // 32Mb total
 #define CYGNUM_FLASH_WIDTH 	(16)
 #define CYGNUM_FLASH_BLANK      (1)
Index: devs/flash/arm/uE250/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/arm/uE250/current/ChangeLog,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ChangeLog
--- devs/flash/arm/uE250/current/ChangeLog	21 Feb 2003 18:17:33 -0000	1.1
+++ devs/flash/arm/uE250/current/ChangeLog	28 May 2003 18:18:31 -0000
@@ -1,5 +1,9 @@
+2003-05-28  Gary Thomas  <gary@mind.be>
+
+	* include/uE250_strataflash.inl: Fix compile error.
+
 2003-02-04  Gary Thomas  <gary@mind.be>
 
 	* include/uE250_strataflash.inl: 
 	* cdl/flash_uE250.cdl: 
 	New package - support for NMI uE250 (Xscale PXA250)
Index: devs/flash/arm/uE250/current/include/uE250_strataflash.inl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/arm/uE250/current/include/uE250_strataflash.inl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 uE250_strataflash.inl
--- devs/flash/arm/uE250/current/include/uE250_strataflash.inl	21 Feb 2003 18:17:33 -0000	1.1
+++ devs/flash/arm/uE250/current/include/uE250_strataflash.inl	27 May 2003 20:00:52 -0000
@@ -53,10 +53,12 @@
 //
 //==========================================================================
 
 // The uEngine uE250 system has two 16-bit devices.
 
+#include <cyg/hal/uE250.h>
+
 #define CYGNUM_FLASH_DEVICES 	(2)
 #define CYGNUM_FLASH_BASE 	UE250_FLASH_ADDR
 #define CYGNUM_FLASH_BASE_MASK  (0xFC000000u) // 32Mb total
 #define CYGNUM_FLASH_WIDTH 	(16)
 #define CYGNUM_FLASH_BLANK      (1)

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