Re: [U-Boot] x86 FSP - delayed SDRAM init?

2015-01-24 Thread Simon Glass
Hi Bin, On 22 January 2015 at 18:32, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Jan 23, 2015 at 12:36 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 21 January 2015 at 22:39, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Jan 22, 2015 at 1:02 PM, Simon Glass

Re: [U-Boot] x86 FSP - delayed SDRAM init?

2015-01-22 Thread Bin Meng
Hi Simon, On Fri, Jan 23, 2015 at 12:36 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 21 January 2015 at 22:39, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Jan 22, 2015 at 1:02 PM, Simon Glass s...@chromium.org wrote: Hi Bin, On 21 January 2015 at 21:45, Bin Meng

Re: [U-Boot] x86 FSP - delayed SDRAM init?

2015-01-21 Thread Bin Meng
Hi Simon, On Thu, Jan 22, 2015 at 1:02 PM, Simon Glass s...@chromium.org wrote: Hi Bin, On 21 January 2015 at 21:45, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Jan 22, 2015 at 11:42 AM, Simon Glass s...@chromium.org wrote: Hi Bin, In the Baytrail FSP docs I see a note about the

Re: [U-Boot] x86 FSP - delayed SDRAM init?

2015-01-21 Thread Bin Meng
Hi Simon, On Thu, Jan 22, 2015 at 11:42 AM, Simon Glass s...@chromium.org wrote: Hi Bin, In the Baytrail FSP docs I see a note about the HOB passing back the 'Boot Loader Temporary Memory Data HOB'. This seems to be a copy of the entire temporary memory space. I wonder if we could recover

Re: [U-Boot] x86 FSP - delayed SDRAM init?

2015-01-21 Thread Simon Glass
Hi Bin, On 21 January 2015 at 21:45, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Jan 22, 2015 at 11:42 AM, Simon Glass s...@chromium.org wrote: Hi Bin, In the Baytrail FSP docs I see a note about the HOB passing back the 'Boot Loader Temporary Memory Data HOB'. This seems to be a

[U-Boot] x86 FSP - delayed SDRAM init?

2015-01-21 Thread Simon Glass
Hi Bin, In the Baytrail FSP docs I see a note about the HOB passing back the 'Boot Loader Temporary Memory Data HOB'. This seems to be a copy of the entire temporary memory space. I wonder if we could recover struct global_data from this? If so, then we could move the fsp_init stuff to