This is the mail archive of the
ecos-patches@sources.redhat.com
mailing list for the eCos project.
addendum to ec555 port enhancements
- From: Bob Koninckx <bob dot koninckx at o-3s dot com>
- To: ecos-patches at sources dot redhat dot com
- Date: Thu, 13 May 2004 00:23:39 +0200
- Subject: addendum to ec555 port enhancements
- Organization: o-3s
- Reply-to: bob dot koninckx at o-3s dot com
Attached patch apparently did not make it into CVS. Very necessary to
accomodate for the modified memory map though
Bob
Index: devs/flash/powerpc/ec555//current/ChangeLog
===================================================================
RCS file: /cvs/o3s/software/ecos/packages/devs/flash/powerpc/ec555/current/ChangeLog,v
retrieving revision 1.1.1.1
diff -u -5 -r1.1.1.1 ChangeLog
--- devs/flash/powerpc/ec555//current/ChangeLog 7 Jun 2003 09:02:13 -0000 1.1.1.1
+++ devs/flash/powerpc/ec555//current/ChangeLog 12 May 2004 22:13:54 -0000
@@ -1,5 +1,9 @@
+2004-04-08 Bob Koninckx <bob.koninckx@o-3s.com>
+ * src/powerpc_ec555_flash.c: Adapted flash start address to new memory
+ map. Up to 16 MB of flash is now supported.
+
2002-04-24 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be>
* New package.
//===========================================================================
Index: devs/flash/powerpc/ec555//current/src/powerpc_ec555_flash.c
===================================================================
RCS file: /cvs/o3s/software/ecos/packages/devs/flash/powerpc/ec555/current/src/powerpc_ec555_flash.c,v
retrieving revision 1.1.1.1
diff -u -5 -r1.1.1.1 powerpc_ec555_flash.c
--- devs/flash/powerpc/ec555//current/src/powerpc_ec555_flash.c 7 Jun 2003 09:02:13 -0000 1.1.1.1
+++ devs/flash/powerpc/ec555//current/src/powerpc_ec555_flash.c 12 May 2004 22:13:54 -0000
@@ -51,14 +51,14 @@
//==========================================================================
//--------------------------------------------------------------------------
// Device properties
-#define CYGNUM_FLASH_INTERLEAVE (2)
-#define CYGNUM_FLASH_SERIES (1)
-#define CYGNUM_FLASH_WIDTH (16)
-#define CYGNUM_FLASH_BASE (0x00800000)
+#define CYGNUM_FLASH_INTERLEAVE (2)
+#define CYGNUM_FLASH_SERIES (1)
+#define CYGNUM_FLASH_WIDTH (16)
+#define CYGNUM_FLASH_BASE (0x02000000)
//--------------------------------------------------------------------------
// Platform specific extras
//--------------------------------------------------------------------------