remarkable-uboot/arch/x86
Simon Glass 5e98947f9b x86: Add function to get top of usable ram
The memory layout calculations are done in calculate_relocation_address(),
and coreboot has its own version of this function. But in fact all we
really need is to set the top of usable RAM, and then the base version
will work as is.

So instead of allowing the whole calculate_relocation_address() function
to be replaced, create board_get_usable_ram_top() which can be used by
a board to specify the top of the area where U-Boot relocations to.

Signed-off-by: Simon Glass <sjg@chromium.org>
2013-03-04 15:56:46 -08:00
..
cpu x86: Add function to get top of usable ram 2013-03-04 15:56:46 -08:00
dts x86: fdt: Create basic .dtsi file for coreboot 2012-12-06 14:30:42 -08:00
include/asm x86: Remove unused real mode code 2013-02-14 20:19:03 -08:00
lib x86: Add function to get top of usable ram 2013-03-04 15:56:46 -08:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00