u-boot-brain/arch/x86/cpu
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
..
coreboot x86: Add function to get top of usable ram 2013-03-04 15:56:46 -08:00
config.mk Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
cpu.c x86: Move gd_addr into arch_global_data 2013-02-01 15:39:42 -05:00
interrupts.c x86: Provide tick counter and frequency reference for Intel core architecture 2012-12-06 14:30:43 -08:00
Makefile x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR 2013-02-14 20:18:58 -08:00
resetvec.S Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
start16.S x86: Add back cold- and warm-boot flags 2012-12-06 14:30:42 -08:00
start.S x86: Set up the global data pointer in C instead of asm 2013-02-01 15:36:53 -05:00
timer.c x86: Add a dummy implementation for timer_get_us 2012-11-30 13:44:05 -08:00
u-boot.lds x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR 2013-02-14 20:18:58 -08:00