Re: [PATCH v7 10/17] x86: apl: Add SPL loaders

2019-12-14 Thread Bin Meng
On Mon, Dec 9, 2019 at 8:41 AM 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 > Reviewed-by: Bin Meng > > --- > > Changes in v7: None > Changes in v6: > - Make

[PATCH v7 10/17] x86: apl: Add SPL loaders

2019-12-08 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 Reviewed-by: Bin Meng --- Changes in v7: None Changes in v6: - Make BOOT_FROM_FAST_SPI_FLASH a Kconfig option - Move image pos/size access f