u-boot-brain/arch/arm/cpu/armv7/omap-common
SRICHARAN R 41321fd4d6 ARM: OMAP5: Align memory used for testing to the power of 2
get_ram_size checks the given memory range for valid ram,
but expects the size of memory to be aligned to the power
of 2. In case of OMAP5 evm board the memory available is
2GB - 16MB(used for TRAP section) = 2032MB.

So always ensure that the size of memory used for testing is
aligned to the power of 2.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
2012-07-07 14:07:22 +02:00
..
boot-common.c ARM:AM33XX: Add SPL support for AM335X EVM 2012-01-16 08:40:12 +01:00
clocks-common.c OMAP5: palmas: Configure nominal opp vdd values 2012-05-15 08:31:23 +02:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
emif-common.c ARM: OMAP5: Align memory used for testing to the power of 2 2012-07-07 14:07:22 +02:00
gpio.c gpio: Replace ARM gpio.h with the common API in include/asm-generic 2012-01-09 20:10:32 -06:00
hwinit-common.c ARM: OMAP4+: dmm: Take care of overlapping dmm and trap sections. 2012-07-07 14:07:21 +02:00
lowlevel_init.S armv7: add appropriate headers for assembly functions 2012-05-15 08:31:26 +02:00
Makefile OMAP3+: Introduce generic logic for OMAP voltage controller 2012-05-15 08:31:22 +02:00
mem-common.c omap4: make omap4 code common for future reuse 2011-11-15 22:25:50 +01:00
reset.c OMAP3+: reset: Create a common reset layer. 2012-05-15 08:31:25 +02:00
spl_mmc.c arm: omap5: correct boot device mode7 for eMMC 2012-05-15 08:31:25 +02:00
spl_nand.c CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE 2012-04-19 22:01:13 +02:00
spl_ymodem.c SPL: Add YMODEM over UART load support 2012-03-26 23:09:25 +02:00
spl.c arm: omap5: correct boot device mode7 for eMMC 2012-05-15 08:31:25 +02:00
timer.c Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
u-boot-spl.lds omap: add basic SPL support 2011-08-03 12:49:20 +02:00
utils.c omap4: calculate EMIF register values 2011-08-03 12:49:19 +02:00
vc.c OMAP3+: Introduce generic logic for OMAP voltage controller 2012-05-15 08:31:22 +02:00