Reviewed-by: Marcin Krzeminski <[email protected]>
> -----Original Message----- > From: Cédric Le Goater [mailto:[email protected]] > Sent: Thursday, October 20, 2016 9:18 AM > To: Peter Crosthwaite <[email protected]> > Cc: Kevin Wolf <[email protected]>; [email protected]; Peter > Maydell <[email protected]>; [email protected]; Krzeminski, > Marcin (Nokia - PL/Wroclaw) <[email protected]>; Cédric Le > Goater <[email protected]> > Subject: [PATCH] m25p80: add support for the mx66l1g45g > > Signed-off-by: Cédric Le Goater <[email protected]> > --- > hw/block/m25p80.c | 1 + > 1 file changed, 1 insertion(+) > > Index: qemu-aspeed.git/hw/block/m25p80.c > ========================================================== > ========= > --- qemu-aspeed.git.orig/hw/block/m25p80.c > +++ qemu-aspeed.git/hw/block/m25p80.c > @@ -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) },
