9
0
Fork 0
barebox/arch/arm/cpu
Sascha Hauer 6bb06524d6 ARM pbl: actually create cached mappings in the decompressor
We called create_sections with 4096MB as size argument, but create_sections
expected the argument in bytes, so create sections was completely optimized
away due to the size >>= 20. This patch changes the size argument to be in
megabytes and adjusts map_cachable to pass the argument in megabytes.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-10-04 18:30:58 +02:00
..
Kconfig arm/mach-pxa: Initial Intel/Marvell PXA support 2011-12-05 09:30:27 +01:00
Makefile ARM: give boards control of the reset entry point 2012-09-27 19:30:04 +02:00
cache-armv4.S ARM __mmu_cache_*: Do not clobber registers 2012-08-13 20:27:38 +02:00
cache-armv5.S ARM: Separate assembler functions into their own section 2012-07-23 23:57:44 +02:00
cache-armv6.S ARM: Separate assembler functions into their own section 2012-07-23 23:57:44 +02:00
cache-armv7.S ARM __mmu_cache_*: Do not clobber registers 2012-08-13 20:27:38 +02:00
cache-l2x0.c introduce io.h 2011-09-22 19:03:05 +02:00
cpu.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
cpuinfo.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
exceptions.S ARM: move exception vector table to exceptions.S 2012-07-24 08:21:26 +02:00
interrupts.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
mmu.c ARM mmu: use xmemalign 2012-09-16 22:12:16 +02:00
mmu.h ARM MMU: call __mmu_cache_* as regular C functions 2012-08-13 20:27:38 +02:00
mmuinfo.c mmuinfo: add a command do display the result of virtual to physical translation 2012-06-30 22:06:21 +02:00
start-pbl.c ARM pbl: actually create cached mappings in the decompressor 2012-10-04 18:30:58 +02:00
start.c Merge branch 'for-next/arm-board-reset' 2012-10-03 21:19:30 +02:00