u-boot/arch/x86
Simon Glass 8b42dfc3b6 x86: Fix DRAM bank size init with generic board
The intention of the memory init code is that it should work the same with
CONFIG_SYS_GENERIC_BOARD and without. This is tricky because dram_init()
is called prior to relocation with generic board (matching other archs)
and after relocation without generic board.

Adjust the init sequence so that dram_init() is not called in the generic
board case, which seems like the easiest fix for now. Also ensure that
relocation addresses are still calculated.

Signed-off-by: Simon Glass <sjg@chromium.org>
2013-04-15 16:26:09 -07:00
..
cpu x86: Fix DRAM bank size init with generic board 2013-04-15 16:26:09 -07:00
dts x86: fdt: Create basic .dtsi file for coreboot 2012-12-06 14:30:42 -08:00
include/asm x86: Enable generic board 2013-03-15 16:14:01 -04:00
lib x86: Move PCI init before SPI init 2013-03-19 08:45:37 -07:00
config.mk x86: Enable generic board support 2013-03-15 16:14:00 -04:00