From: Cédric Le Goater Date: Wed, 25 Sep 2019 14:32:44 +0000 (+0200) Subject: m25p80: Add support for w25q512jv X-Git-Tag: v4.2.0-rc0~56^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=519370bc63ea885ee8e69eb5dc3c64799206e5b2;p=thirdparty%2Fqemu.git m25p80: Add support for w25q512jv Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley Message-id: 20190925143248.10000-20-clg@kaod.org Signed-off-by: Peter Maydell --- diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index 47159de3a44..11ff5b9ad7b 100644 --- a/hw/block/m25p80.c +++ b/hw/block/m25p80.c @@ -327,6 +327,7 @@ static const FlashPartInfo known_devices[] = { { INFO("w25q80", 0xef5014, 0, 64 << 10, 16, ER_4K) }, { INFO("w25q80bl", 0xef4014, 0, 64 << 10, 16, ER_4K) }, { INFO("w25q256", 0xef4019, 0, 64 << 10, 512, ER_4K) }, + { INFO("w25q512jv", 0xef4020, 0, 64 << 10, 1024, ER_4K) }, }; typedef enum {