Re: [U-Boot] [PATCH v5 075/101] spi: ich: Add TPL support

2019-11-27 Thread Simon Glass
Hi Bin, On Wed, 27 Nov 2019 at 00:16, Bin Meng wrote: > > Hi Simon, > > On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > > > In TPL we want to reduce code size and support running with CONFIG_PCI > > disabled. Add special code to handle this using a fixed BAR programmed > > into the SPI

Re: [U-Boot] [PATCH v5 075/101] spi: ich: Add TPL support

2019-11-26 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > In TPL we want to reduce code size and support running with CONFIG_PCI > disabled. Add special code to handle this using a fixed BAR programmed > into the SPI on boot. Also cache the SPI flash to speed up boot. > > Signed-off-by:

[U-Boot] [PATCH v5 075/101] spi: ich: Add TPL support

2019-11-24 Thread Simon Glass
In TPL we want to reduce code size and support running with CONFIG_PCI disabled. Add special code to handle this using a fixed BAR programmed into the SPI on boot. Also cache the SPI flash to speed up boot. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: