Re: [U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support

2019-11-27 Thread Bin Meng
Hi Simon, On Thu, Nov 28, 2019 at 10:22 AM Simon Glass wrote: > > HI Bin, > > On Tue, 26 Nov 2019 at 23:11, Bin Meng wrote: > > > > Hi Simon, > > > > On Wed, Nov 27, 2019 at 1:08 AM Simon Glass wrote: > > > > > > Hi Bin, > > > > > > On Tue, 26 Nov 2019 at 01:36, Bin Meng wrote: > > > > > > >

Re: [U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support

2019-11-27 Thread Simon Glass
HI Bin, On Tue, 26 Nov 2019 at 23:11, Bin Meng wrote: > > Hi Simon, > > On Wed, Nov 27, 2019 at 1:08 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Tue, 26 Nov 2019 at 01:36, Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Mon, Nov 25, 2019 at 12:11 PM Simon Glass wrote: > > > > > > >

Re: [U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support

2019-11-26 Thread Bin Meng
Hi Simon, On Wed, Nov 27, 2019 at 1:08 AM Simon Glass wrote: > > Hi Bin, > > On Tue, 26 Nov 2019 at 01:36, Bin Meng wrote: > > > > Hi Simon, > > > > On Mon, Nov 25, 2019 at 12:11 PM Simon Glass wrote: > > > > > > Add support for some important configuration options and FSP memory init. > > >

Re: [U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support

2019-11-26 Thread Simon Glass
Hi Bin, On Tue, 26 Nov 2019 at 01:36, Bin Meng wrote: > > Hi Simon, > > On Mon, Nov 25, 2019 at 12:11 PM Simon Glass wrote: > > > > Add support for some important configuration options and FSP memory init. > > The memory init uses swizzle tables from the device tree. > > > > Support for the

Re: [U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support

2019-11-26 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:11 PM Simon Glass wrote: > > Add support for some important configuration options and FSP memory init. > The memory init uses swizzle tables from the device tree. > > Support for the FSP_S binary is also included. > > Bootstage timing is used for both FSP_M

[U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support

2019-11-24 Thread Simon Glass
Add support for some important configuration options and FSP memory init. The memory init uses swizzle tables from the device tree. Support for the FSP_S binary is also included. Bootstage timing is used for both FSP_M and FSP_S and memory-mapped SPI reads. Signed-off-by: Simon Glass ---