commit | 636555a4c4c96607613a7013b4b8536b10b5e8e4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:48 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:24 2019 +0800 |
tree | 8314857a7a2036bb3cf68cbdc2c985372eed20dc | |
parent | 92842147c3113e83462fcad00fa5cd343c4b945e [diff] |
spi: ich: Add TPL support 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>