From: Jingyu Li <jingyu.l...@sophgo.com> Add GigaDevice GD25LB512ME definition to NorFlashInfoLib.
Cc: Leif Lindholm <l...@nuviainc.com> Signed-off-by: Jingyu Li <jingyu.l...@sophgo.com> --- 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 422fdac8519b..46ce87d07449 100644 --- a/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c +++ b/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c @@ -42,6 +42,7 @@ STATIC CONST NOR_FLASH_INFO NorFlashIds[] = { { L"gd25q128", { 0xc8, 0x40, 0x18 }, 3, 256, 64 * 1024, 256, NOR_FLASH_ERASE_4K }, { L"gd25lq128", { 0xc8, 0x60, 0x18 }, 3, 256, 64 * 1024, 256, NOR_FLASH_ERASE_4K }, { L"gd25q256", { 0xc8, 0x40, 0x19 }, 3, 256, 64 * 1024, 512, NOR_FLASH_ERASE_4K }, + { L"gd25lb512me", { 0xc8, 0x67, 0x1a }, 3, 256, 64 * 1024, 1024, NOR_FLASH_ERASE_4K | NOR_FLASH_4B_ADDR }, /* ISSI */ { L"is25lp032", { 0x9d, 0x60, 0x16 }, 3, 256, 64 * 1024, 64, 0 }, { L"is25lp064", { 0x9d, 0x60, 0x17 }, 3, 256, 64 * 1024, 128, 0 }, -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120294): https://edk2.groups.io/g/devel/message/120294 Mute This Topic: https://groups.io/mt/107789522/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-