Re: [U-Boot] [PATCH 13/39] x86: Use the standard dram_init() function

2014-11-08 Thread Simon Glass
On 7 November 2014 02:42, Bin Meng bmeng...@gmail.com wrote: On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: Instead of having an x86-specific DRAM init function, adjust things so we can use the normal one. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 13/39] x86: Use the standard dram_init() function

2014-11-07 Thread Bin Meng
On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: Instead of having an x86-specific DRAM init function, adjust things so we can use the normal one. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/coreboot/sdram.c | 11 ---

[U-Boot] [PATCH 13/39] x86: Use the standard dram_init() function

2014-11-06 Thread Simon Glass
Instead of having an x86-specific DRAM init function, adjust things so we can use the normal one. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/coreboot/sdram.c | 11 --- arch/x86/include/asm/u-boot-x86.h | 4 ++-- common/board_f.c | 6 +- 3