u-boot/arch/x86/cpu
Gabe Black 9a7da182fa x86: Fill in the dram info using the e820 map on coreboot/x86
This way when that dram "banks" are displayed, there's some useful information
there. The number of "banks" we claim to have needs to be adjusted so that it
covers the number of RAM e820 regions we expect to have/care about.

This needs to be done after "RAM" initialization even though we always run
from RAM. The bd pointer in the global data structure doesn't automatically
point to anything, and it isn't set up until "RAM" is available since, I
assume, it would take too much space in the very constrained pre-RAM
environment.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2012-12-06 14:30:39 -08:00
..
coreboot x86: Fill in the dram info using the e820 map on coreboot/x86 2012-12-06 14:30:39 -08:00
sc520 sc520: fix build warning about unused temp var 2012-03-06 21:05:18 +11:00
Makefile x86: Add a dummy implementation for timer_get_us 2012-11-30 13:44:05 -08:00
config.mk Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
cpu.c x86: Add a default implementation for cleanup_before_linux() 2012-11-30 13:44:04 -08:00
interrupts.c x86: Tweak IDT and GDT for alignment and readability 2012-01-04 22:29:40 +11:00
resetvec.S Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
start.S x86: Put global data on the stack 2012-11-28 11:40:03 -08:00
start16.S x86: Tweak IDT and GDT for alignment and readability 2012-01-04 22:29:40 +11:00
timer.c x86: Add a dummy implementation for timer_get_us 2012-11-30 13:44:05 -08:00
u-boot.lds x86: Allow excluding reset vector code from u-boot 2012-11-28 11:40:03 -08:00