Re: [U-Boot] [PATCH 59/69] x86: broadwell: Add support for SDRAM setup

2016-03-11 Thread Simon Glass
Hi Bin, On 11 March 2016 at 01:30, Bin Meng wrote: > Hi Simon, > > On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: >> Broadwell uses a binary blob called the memory reference code (MRC) to start >> up its SDRAM. This is similar to ivybridge so we can mostly use common code >> for running thi

Re: [U-Boot] [PATCH 59/69] x86: broadwell: Add support for SDRAM setup

2016-03-11 Thread Bin Meng
Hi Simon, On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: > Broadwell uses a binary blob called the memory reference code (MRC) to start > up its SDRAM. This is similar to ivybridge so we can mostly use common code > for running this blob. > > Signed-off-by: Simon Glass > --- > > arch/x86/c

[U-Boot] [PATCH 59/69] x86: broadwell: Add support for SDRAM setup

2016-03-06 Thread Simon Glass
Broadwell uses a binary blob called the memory reference code (MRC) to start up its SDRAM. This is similar to ivybridge so we can mostly use common code for running this blob. Signed-off-by: Simon Glass --- arch/x86/cpu/broadwell/Makefile| 1 + arch/x86/cpu/broadwell/sdram.c