Re: [U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-08 Thread Jagan Teki
Hi Simon, On 7 June 2015 at 20:20, Simon Glass s...@chromium.org wrote: The logic is incorrect and currently has no effect. Fix it so that we can write to SPI flash, since by default it is write-protected. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 4 ++-- 1

Re: [U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-08 Thread Bin Meng
Hi Jagan, On Tue, Jun 9, 2015 at 1:58 AM, Jagan Teki jt...@openedev.com wrote: Hi Simon, On 7 June 2015 at 20:20, Simon Glass s...@chromium.org wrote: The logic is incorrect and currently has no effect. Fix it so that we can write to SPI flash, since by default it is write-protected.

[U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-07 Thread Simon Glass
The logic is incorrect and currently has no effect. Fix it so that we can write to SPI flash, since by default it is write-protected. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/ich.c

Re: [U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-07 Thread Bin Meng
On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: The logic is incorrect and currently has no effect. Fix it so that we can write to SPI flash, since by default it is write-protected. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 4 ++-- 1 file