[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] m25p80: Add Micron n25q032a
From: |
Peter Crosthwaite |
Subject: |
Re: [Qemu-devel] [PATCH] m25p80: Add Micron n25q032a |
Date: |
Tue, 4 Jun 2013 21:31:29 +1000 |
Hi Ed,
On Wed, May 29, 2013 at 11:58 PM, Ed Maste <address@hidden> 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 <address@hidden>
> ---
> hw/block/m25p80.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
> index 759c84d..a927a6b 100644
> --- a/hw/block/m25p80.c
> +++ b/hw/block/m25p80.c
> @@ -123,6 +123,7 @@ static const FlashPartInfo known_devices[] = {
> { INFO("mx25l25655e", 0xc22619, 0, 64 << 10, 512, 0) },
>
> /* 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) },
> { INFO("n25q128a13", 0x20ba18, 0, 64 << 10, 256, 0) },
And this looks odd, these parts don't support 4K erase as well?
Regards,
Peter
> { INFO("n25q256a", 0x20ba19, 0, 64 << 10, 512, ER_4K) },
> --
> 1.7.11.5
>
>
- Re: [Qemu-devel] [PATCH] m25p80: Add Micron n25q032a,
Peter Crosthwaite <=