u-boot-brain/arch
Bin Meng 1e6ebee667 x86: fsp: Configure SPI opcode registers before SPI is locked down
Some Intel FSP (like Braswell) does SPI lock-down during the call
to fsp_notify(INIT_PHASE_BOOT). But before SPI lock-down is done,
it's bootloader's responsibility to configure the SPI controller's
opcode registers properly otherwise SPI controller driver doesn't
know how to communicate with the SPI flash device.

This introduces a Kconfig option CONFIG_FSP_LOCKDOWN_SPI for such
FSPs. When it is on, U-Boot will configure the SPI opcode registers
before the lock-down.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
2017-08-24 11:00:47 +08:00
..
arc env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
arm ARM: dts: uniphier: add dr_mode property to dwc3 node 2017-08-20 23:07:02 +09:00
m68k m68k: add board stmark2, mcf5441x based 2017-08-18 01:26:52 +02:00
microblaze env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
mips env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
nds32 env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
nios2 env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
powerpc env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
sandbox sandbox: remove os_putc() and os_puts() 2017-07-28 12:02:47 -06:00
sh env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
x86 x86: fsp: Configure SPI opcode registers before SPI is locked down 2017-08-24 11:00:47 +08:00
xtensa env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
.gitignore
Kconfig Convert CONFIG_CMD_ZBOOT to Kconfig 2017-08-11 17:44:53 -04:00