Browse Source

flash: Add new flash to nor flash list

Signed-off-by: Yuin Yee Chew <yuinyee.chew@starfivetech.com>
Yuin Yee Chew 10 months ago
parent
commit
99d42918b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c

+ 1 - 0
EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c

@@ -35,6 +35,7 @@ STATIC CONST NOR_FLASH_INFO  NorFlashIds[] = {
   /* GIGADEVICE */
   { L"gd25q64b",       { 0xc8, 0x40, 0x17 }, 3, 256, 64 * 1024,  128,  NOR_FLASH_ERASE_4K                       },
   { L"gd25lq32",       { 0xc8, 0x60, 0x16 }, 3, 256, 64 * 1024,  64,   NOR_FLASH_ERASE_4K                       },
+  { L"gd25lq128E",     { 0xc8, 0x60, 0x18 }, 3, 256, 64 * 1024,  256,  NOR_FLASH_ERASE_4K                       }, //need revise back datasheet
   /* ISSI */
   { L"is25lp032",      { 0x9d, 0x60, 0x16 }, 3, 256, 64 * 1024,  64,   0                                        },
   { L"is25lp064",      { 0x9d, 0x60, 0x17 }, 3, 256, 64 * 1024,  128,  0                                        },