9
0
Fork 0
barebox/arch/arm/cpu
Sascha Hauer 5f56079cd5 ARM: move armlinux_add_dram to location which is always compiled
We want to use the memory banks later in the MMU which is
independent of Linux, so move this to a location which is
always compiled.

Also, make the memory bank list global and add an iterator
for it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-08-01 21:49:33 +08:00
..
Kconfig ARM cache l2x0: depend on MMU 2011-08-01 21:49:33 +08:00
Makefile ARM: make exception handling optional 2011-04-11 15:58:21 +02:00
cache-armv4.S init: introduce __BARE_INIT for .section ".text_bare_init.text" 2010-09-20 08:56:37 +02:00
cache-armv5.S init: introduce __BARE_INIT for .section ".text_bare_init.text" 2010-09-20 08:56:37 +02:00
cache-armv6.S init: introduce __BARE_INIT for .section ".text_bare_init.text" 2010-09-20 08:56:37 +02:00
cache-armv7.S ARM v7: Fix typos in cache-armv7.S 2011-03-08 12:33:16 +01:00
cache-l2x0.c cache-l2x0: sparse fixes 2010-10-21 22:21:24 +02:00
cpu.c ARM: move armlinux_add_dram to location which is always compiled 2011-08-01 21:49:33 +08:00
cpuinfo.c remove typedef cmd_tbl_t and replace it with struct command 2010-02-01 17:25:32 +01:00
exceptions.S Fix Exception handling 2009-02-20 18:24:36 +01:00
interrupts.c ARM: Add stack unwinding support 2011-03-10 14:50:07 +01:00
mmu.c ARM: create a second level page table entry for the exception vectors 2011-03-10 14:49:47 +01:00
start.c ARM: compile in image size and magic into barebox image 2011-05-06 08:53:26 +02:00