diff options
| author | Ed Maste | 2013-05-29 15:58:29 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2013-06-01 12:25:39 +0200 |
| commit | cd2e64ce306910f6a627d899e6779eda33f8511c (patch) | |
| tree | c13a171b109b3bd45b669f9caeefef37cfe128cc /hw | |
| parent | qemu: fix out of tree cross compile (diff) | |
| download | qemu-cd2e64ce306910f6a627d899e6779eda33f8511c.tar.gz qemu-cd2e64ce306910f6a627d899e6779eda33f8511c.tar.xz qemu-cd2e64ce306910f6a627d899e6779eda33f8511c.zip | |
m25p80: Add Micron n25q032a
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 <emaste@freebsd.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/block/m25p80.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index 759c84d140..a927a6bc21 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) }, { INFO("n25q128a11", 0x20bb18, 0, 64 << 10, 256, 0) }, { INFO("n25q128a13", 0x20ba18, 0, 64 << 10, 256, 0) }, { INFO("n25q256a", 0x20ba19, 0, 64 << 10, 512, ER_4K) }, |
