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 wrote: > On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: >> Instead of having an x86-specific DRAM init function, adjust things so we >> can use the normal one. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/coreboot/sdram.c | 11 ---

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 wrote: > Instead of having an x86-specific DRAM init function, adjust things so we > can use the normal one. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/coreboot/sdram.c | 11 --- > arch/x86/include/asm/u-boot-x86.h | 4 ++-- > c

[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 --- arch/x86/cpu/coreboot/sdram.c | 11 --- arch/x86/include/asm/u-boot-x86.h | 4 ++-- common/board_f.c | 6 +- 3 files changed, 7 ins