commit | bdd28975af0eef796f41e9cf5345f21acc61c992 | [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 | 641217de1b93f0ead5b5f3ecd2ec3bfc79940764 [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>