Re: [Qemu-devel] [PATCH v3] hw/m25p80.c: add WRSR(0x01) support

2013-02-12 Thread Edgar E. Iglesias
On Mon, Feb 04, 2013 at 05:56:25PM +0800, Kuo-Jung Su wrote: From: Kuo-Jung Su dant...@faraday-tech.com Atmel, SST and Intel/Numonyx serial flash tend to power up with the software protection bits set. And thus the new m25p80.c in linux kernel would always tries to use WREN(0x06) +

Re: [Qemu-devel] [PATCH v3] hw/m25p80.c: add WRSR(0x01) support

2013-02-06 Thread Peter Crosthwaite
On Mon, Feb 4, 2013 at 7:56 PM, Kuo-Jung Su dant...@gmail.com wrote: From: Kuo-Jung Su dant...@faraday-tech.com Atmel, SST and Intel/Numonyx serial flash tend to power up with the software protection bits set. And thus the new m25p80.c in linux kernel would always tries to use WREN(0x06) +

[Qemu-devel] [PATCH v3] hw/m25p80.c: add WRSR(0x01) support

2013-02-04 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Atmel, SST and Intel/Numonyx serial flash tend to power up with the software protection bits set. And thus the new m25p80.c in linux kernel would always tries to use WREN(0x06) + WRSR(0x01) to turn-off the protection. The WEL(0x02) of status register is