]> Git Repo - qemu.git/commitdiff
m25p80: add support for the mx66l1g45g
authorCédric Le Goater <[email protected]>
Tue, 27 Dec 2016 14:59:26 +0000 (14:59 +0000)
committerPeter Maydell <[email protected]>
Tue, 27 Dec 2016 14:59:26 +0000 (14:59 +0000)
Signed-off-by: Cédric Le Goater <[email protected]>
Reviewed-by: Marcin Krzeminski <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Reviewed-by: Andrew Jeffery <[email protected]>
Message-id: 1480434248[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/block/m25p80.c

index d29ff4cb4f4b78068048632a494869e5ccea260d..e3c1166ea6e3928b40127ccaa4e6901a6becfcbc 100644 (file)
@@ -203,6 +203,7 @@ static const FlashPartInfo known_devices[] = {
     { INFO("mx25l25655e", 0xc22619,      0,  64 << 10, 512, 0) },
     { INFO("mx66u51235f", 0xc2253a,      0,  64 << 10, 1024, ER_4K | ER_32K) },
     { INFO("mx66u1g45g",  0xc2253b,      0,  64 << 10, 2048, ER_4K | ER_32K) },
+    { INFO("mx66l1g45g",  0xc2201b,      0,  64 << 10, 2048, ER_4K | ER_32K) },
 
     /* Micron */
     { INFO("n25q032a11",  0x20bb16,      0,  64 << 10,  64, ER_4K) },
This page took 0.031232 seconds and 4 git commands to generate.