summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorPavel Pisa <pi@baree.pikron.com>2013-08-19 14:22:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-19 14:25:22 +0200
commit356b8c7baa9ce291b4353d919bf60f3c3635c1a8 (patch)
tree3451c2aa8cd76aa2add1b81ac71e2b90be24f0a9 /cpukit
parentbsp/csb336: implement bsp_interrupt_vector_enable/disable. (diff)
downloadrtems-356b8c7baa9ce291b4353d919bf60f3c3635c1a8.tar.bz2
bsp/csb336: Memory map update to support i.MX1 based PiMX1 as well.
CSB336 i.MX1/i.MXS memory map organization - SDRAM starts at address 0x08000000 but 2 MB are reserved for boot-block/loader (or other use) before RTEMS image origin/load address (that is kept from previous setup) - Caching of 30 MB of SDRAM used for RTEMS (start at 0x08200000) is changed to writeback mode which provides higher throughput. - The first 1 MB of RTEMS dedicated SDRAM is remapped to address 0 to provide area for ARM CPU exceptions table. - Internal registers and rest of the Flash (above 1 MB) are mapped one to one. Registers region is extended to 2 MB to cover eSRAM found on i.MX1 chip variant. - The first two megabytes of SDRAM unused by RTEMS are mapped with attributes to allow specific purposes. - the first MB (at address 0x08000000) is nocached to allow directly set some values read by booot-block after warm reset - the second MB (at address 0x08100000) is set for write-through caching. That allows to use memory for LCD frame-buffer without need to flush cache after each redraw. Signed-off-by: Pavel Pisa <pi@baree.pikron.com>
Diffstat (limited to 'cpukit')
0 files changed, 0 insertions, 0 deletions