mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Update AMIC Technology spi flash info
Info taken from http://www.amictechnology.com/english/flash_spi_flash.html
This commit is contained in:
parent
cd110eafa6
commit
57e4d6dfa0
1 changed files with 5 additions and 4 deletions
|
@ -210,10 +210,11 @@ UString jedecIdToUString(UINT8 vendorId, UINT8 deviceId0, UINT8 deviceId1)
|
|||
case 0x014016: return UString("Spansion S25FL132K");
|
||||
case 0x014017: return UString("Spansion S25FL164K");
|
||||
|
||||
// Amic
|
||||
case 0x373015: return UString("Amic A25L016");
|
||||
case 0x373016: return UString("Amic A25L032");
|
||||
case 0x374016: return UString("Amic A25L032A");
|
||||
// AMIC Technology
|
||||
case 0x373015: return UString("AMIC A25L016");
|
||||
case 0x373016: return UString("AMIC A25L032");
|
||||
case 0x374015: return UString("AMIC A25LQ16");
|
||||
case 0x374016: return UString("AMIC A25LQ32A");
|
||||
|
||||
// PMC
|
||||
case 0x9DF713: return UString("PMC Pm25LV080B");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue