Re: [U-Boot] [PATCH 5/9] Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"

2017-10-27 Thread Bin Meng
On Thu, Oct 19, 2017 at 9:20 AM, Bin Meng wrote: > This reverts commit 1e6ebee667da47fd3a87839a239a7574c66f5659. > > It's not appropriate to call the Intel SPI driver specific stuff in > the FSP codes. We may add a simple DTS property "intel,spi-lock-down" > and let the Intel

[U-Boot] [PATCH 5/9] Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"

2017-10-18 Thread Bin Meng
This reverts commit 1e6ebee667da47fd3a87839a239a7574c66f5659. It's not appropriate to call the Intel SPI driver specific stuff in the FSP codes. We may add a simple DTS property "intel,spi-lock-down" and let the Intel SPI driver call these stuff instead. Signed-off-by: Bin Meng