mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-24 20:14:39 -04:00
common/descriptor.cpp: add JEDEC ID C86015 definition as GD25LQ16V (#236)
"parseIntelImage: SPI flash with unknown JEDEC ID C86015 found in VSCC table" message was displayed on a device equipped with GigaDevice GD25LQ16V SPI flash Co-authored-by: Nikolai Kostrigin <nickel@altlinux.org>
This commit is contained in:
parent
2335e69dce
commit
d1e47539fc
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ UString jedecIdToUString(UINT8 vendorId, UINT8 deviceId0, UINT8 deviceId1)
|
|||
case 0xC84017: return UString("GigaDevice GD25x64");
|
||||
case 0xC84018: return UString("GigaDevice GD25x128");
|
||||
case 0xC84019: return UString("GigaDevice GD25x256C");
|
||||
case 0xC86015: return UString("GigaDevice GD25LQ16V");
|
||||
case 0xC86017: return UString("GigaDevice GD25Lx64");
|
||||
case 0xC86018: return UString("GigaDevice GD25Lx128");
|
||||
case 0xC86019: return UString("GigaDevice GD25LQ256C");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue