1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-17 00:22:07 +02:00
Files
u-boot-megous/arch/x86/lib
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
..
2016-01-19 08:31:21 -05:00
2017-05-17 17:11:46 +08:00
2014-11-21 07:34:15 +01:00
2017-04-18 15:51:21 +08:00
2017-08-16 08:30:24 -04:00