barebox/arch/arm/boards/eukrea_cpuimx27
Sascha Hauer cad14480bf ARM: create a second level page table entry for the exception vectors
Often enough the exception vectors are not on TEXT_BASE (for example
on i.MX SoCs in internal boot mode), so the board specific code did
not map the exception vectors to 0x0 but whatever happens to be on
TEXT_BASE. Also, the current section-only mapping requires the
exception vectors to be on a 1MB boundary.
Instead, create the possibility to create second level tables and
use this to map a copy of the exception vectors in a board
independent way.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-03-10 14:49:47 +01:00
..
env eukrea's boards: unify kernel partition's size 2010-11-02 08:37:53 +01:00
config.h move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
eukrea_cpuimx27.c ARM: create a second level page table entry for the exception vectors 2011-03-10 14:49:47 +01:00
eukrea_cpuimx27.dox move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
lowlevel_init.S move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
Makefile move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00