Re: [PATCH v6 101/102] x86: apl: Add FSP support

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:55 PM Simon Glass wrote: > > The memory and silicon init parts of the FSP need support code to work. > Add this for Apollo Lake. > > Signed-off-by: Simon Glass > --- > > Changes in v6: > - Drop mention of devicetree for VTD feature > - Drop mention of ramstage > - Fix

[PATCH v6 101/102] x86: apl: Add FSP support

2019-12-06 Thread Simon Glass
The memory and silicon init parts of the FSP need support code to work. Add this for Apollo Lake. Signed-off-by: Simon Glass --- Changes in v6: - Drop mention of devicetree for VTD feature - Drop mention of ramstage - Fix various coding style problems - Make BOOT_FROM_FAST_SPI_FLASH a Kconfig