Re: [PATCH v6 045/102] x86: fsp: Add FSP2 base support

2019-12-07 Thread Bin Meng
On Sun, Dec 8, 2019 at 11:11 AM Bin Meng wrote: > > On Sat, Dec 7, 2019 at 12:49 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

Re: [PATCH v6 045/102] x86: fsp: Add FSP2 base support

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:49 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 and FSP_S and

[PATCH v6 045/102] x86: fsp: Add FSP2 base support

2019-12-06 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 ---