Mercurial > nand-ecoscentric
diff packages/hal/arm/aeb/current/include/hal_platform_setup.h @ 46:797268ecc331 ecos-sw-1999-10-19
Merge from eCos master repository on 1999-10-19-18:55:31-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Oct 1999 19:19:52 +0000 |
| parents | 41bd4f3a90de |
| children | c38311975d4f |
line wrap: on
line diff
--- a/packages/hal/arm/aeb/current/include/hal_platform_setup.h +++ b/packages/hal/arm/aeb/current/include/hal_platform_setup.h @@ -55,9 +55,16 @@ #ifdef CYGHWR_HAL_ARM_AEB_REVISION_C // AEB rev C has 256kB of memory. Cache is working (set cachable) +#if 0 #define AEB_SRAM .long 0xFFFFA008,0x00008000,0x00048000,0x00007c04 #define AEB_BAD .long 0xFFFFA00C,0x00048000,0x01000000,0x00000000 #else +// FIXME: There is a cache problem of some sort. Either eCos or the +// chip. Leave cache disabled till I find the time to fix it. Jesper +#define AEB_SRAM .long 0xFFFFA008,0x00008000,0x00048000,0x00007804 +#define AEB_BAD .long 0xFFFFA00C,0x00048000,0x01000000,0x00000000 +#endif +#else // AEB rev B has 128kB of memory. Cache is broken (clear cachable) #define AEB_SRAM .long 0xFFFFA008,0x00008000,0x00028000,0x00007804 #define AEB_BAD .long 0xFFFFA00C,0x00028000,0x01000000,0x00000000
