Re: [PATCH v6 095/102] x86: apl: Add SPL loaders

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > Add loaders for SPL and TPL so that the next stage can be loaded from > memory-mapped SPI or, failing that, the Fast SPI driver. > > Signed-off-by: Simon Glass > > --- > > Changes in v6: > - Make BOOT_FROM_FAST_SPI_FLASH a Kconfig option > -

[PATCH v6 095/102] x86: apl: Add SPL loaders

2019-12-06 Thread Simon Glass
Add loaders for SPL and TPL so that the next stage can be loaded from memory-mapped SPI or, failing that, the Fast SPI driver. Signed-off-by: Simon Glass --- Changes in v6: - Make BOOT_FROM_FAST_SPI_FLASH a Kconfig option - Move image pos/size access functions and symbols to generic SPL code