Re: [Qemu-devel] [PATCH] m25p80: Add Micron n25q032a

2013-06-04 Thread Peter Crosthwaite
Hi Ed, On Wed, May 29, 2013 at 11:58 PM, Ed Maste ema...@freebsd.org wrote: Based on the datasheet at http://www.micron.com/~/media/Documents/Products/Data%20Sheet/NOR%20Flash/Serial%20NOR/N25Q/n25q_32mb_1_8v_65nm.pdf Signed-off-by: Ed Maste ema...@freebsd.org --- hw/block/m25p80.c | 1 +

Re: [Qemu-devel] [PATCH] m25p80: Add Micron n25q032a

2013-06-04 Thread Ed Maste
On 4 June 2013 07:31, Peter Crosthwaite peter.crosthwa...@xilinx.com wrote: /* Micron */ +{ INFO(n25q032a,0x20bb16, 0, 64 10, 64, ER_4K) }, Does this have a11 and a13 variants as well? { INFO(n25q128a11, 0x20bb18, 0, 64 10, 256, 0) }, {

[Qemu-devel] [PATCH] m25p80: Add Micron n25q032a

2013-05-29 Thread Ed Maste
Based on the datasheet at http://www.micron.com/~/media/Documents/Products/Data%20Sheet/NOR%20Flash/Serial%20NOR/N25Q/n25q_32mb_1_8v_65nm.pdf Signed-off-by: Ed Maste ema...@freebsd.org --- hw/block/m25p80.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c