On 16 November 2017 at 16:24, Leif Lindholm <[email protected]> wrote: > On Wed, Nov 15, 2017 at 11:19:32AM +0000, Ard Biesheuvel wrote: >> From: Pipat Methavanitpong <[email protected]> >> >> Add Macronix MX66U1G45G definition to NorFlashInfoLib >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Pipat Methavanitpong <[email protected]> >> Signed-off-by: Ard Biesheuvel <[email protected]> >> --- >> EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c >> b/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c >> index 750f37a0e8..fb26b4f9bc 100644 >> --- a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c >> +++ b/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c >> @@ -57,6 +57,7 @@ STATIC CONST NOR_FLASH_INFO NorFlashIds[] = { >> {L"mx25l51235f", {0xc2, 0x20, 0x1a}, 3, 256, 64 * 1024, 1024, 0}, >> {L"mx25l12855e", {0xc2, 0x26, 0x18}, 3, 256, 64 * 1024, 256, 0}, >> {L"mx66u51235f", {0xc2, 0x25, 0x3a}, 3, 256, 64 * 1024, 1024, 0}, >> + {L"mx66u1g45g", {0xc2, 0x25, 0x3b}, 3, 256, 64 * 1024, 2048, 0}, >> {L"mx66l1g45g", {0xc2, 0x20, 0x1b}, 3, 256, 64 * 1024, 2048, 0}, > > Hmm, I'm beginning to think we should have figured out a sorting > strategy for this table ... oh well. > > The values match what QEMU uses, so: > Reviewed-by: Leif Lindholm <[email protected]> >
Pushed as ca094756267e _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

