Index: hal/arm/e7t/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/e7t/current/ChangeLog,v retrieving revision 1.11 diff -u -5 -b -p -r1.11 ChangeLog --- hal/arm/e7t/current/ChangeLog 21 Sep 2003 12:27:52 -0000 1.11 +++ hal/arm/e7t/current/ChangeLog 6 Oct 2003 11:31:44 -0000 @@ -1,5 +1,10 @@ +2003-10-06 Chris Garry + + * include/plf_io.h: Correct (unused) defines for + E7T_ROMCON_BASE_MASK and E7T_ROMCON_NEXT_MASK. + 2003-09-21 Gary Thomas * misc/redboot_ROM.ecm: Adjust for changes in RedBoot template - DNS now must be enabled manually. Index: hal/arm/e7t/current/include/plf_io.h =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/arm/e7t/current/include/plf_io.h,v retrieving revision 1.5 diff -u -5 -b -p -r1.5 plf_io.h --- hal/arm/e7t/current/include/plf_io.h 5 Feb 2003 18:26:41 -0000 1.5 +++ hal/arm/e7t/current/include/plf_io.h 6 Oct 2003 11:31:46 -0000 @@ -130,14 +130,14 @@ #define E7T_ROMCON_TACC_4C 0x00000030 #define E7T_ROMCON_TACC_5C 0x00000040 #define E7T_ROMCON_TACC_6C 0x00000050 #define E7T_ROMCON_TACC_7C 0x00000060 -#define E7T_ROMCON_BASE_MASK 0x000ff700 +#define E7T_ROMCON_BASE_MASK 0x000ffc00 #define E7T_ROMCON_BASE_shift 10 -#define E7T_ROMCON_NEXT_MASK 0x7ff00000 +#define E7T_ROMCON_NEXT_MASK 0x3ff00000 #define E7T_ROMCON_NEXT_shift 20 #define E7T_DRAMCON0 (E7T_REG_BASE + 0x302c)