commit | ba6faff0144104b1cb8fa4d52783d1f16a46923d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 04 16:26:12 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 06 12:07:45 2015 -0700 |
tree | f7a9eaa7476cad5432886ee7d121044d7adc035a | |
parent | 16e11d2f8c052462f42d17aceec47f62fd411342 [diff] |
x86: Add SPI support to quark/galileo The Quark SoC contains a legacy SPI controller in the legacy bridge which is ICH7 compatible. Like Tunnel Creek and BayTrail, the BIOS control register offset in the ICH SPI driver is wrong for the Quark SoC too, unprotect_spi_flash() is added to enable the flash write. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>