mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-02-13 15:22:42 +08:00
Add AMIC A25LQ64 to internal JEDEC ID database
This commit is contained in:
parent
0030ea9481
commit
214b356f84
@ -943,7 +943,7 @@ void UEFITool::readSettings()
|
||||
// Set monospace font
|
||||
QString fontName;
|
||||
int fontSize;
|
||||
#if defined Q_OS_OSX
|
||||
#if defined Q_OS_MACOS
|
||||
fontName = settings.value("mainWindow/fontName", QString("Menlo")).toString();
|
||||
fontSize = settings.value("mainWindow/fontSize", 10).toInt();
|
||||
#elif defined Q_OS_WIN
|
||||
|
@ -220,6 +220,7 @@ UString jedecIdToUString(UINT8 vendorId, UINT8 deviceId0, UINT8 deviceId1)
|
||||
case 0x373016: return UString("AMIC A25L032");
|
||||
case 0x374015: return UString("AMIC A25LQ16");
|
||||
case 0x374016: return UString("AMIC A25LQ32A");
|
||||
case 0x374017: return UString("AMIC A25LQ64");
|
||||
|
||||
// PMC
|
||||
case 0x9DF713: return UString("PMC Pm25LV080B");
|
||||
|
@ -4677,9 +4677,8 @@ make_partition_table_consistent:
|
||||
|
||||
// Parse data as extensions area
|
||||
// Add the header size as a local offset
|
||||
// Since the body starts after the
|
||||
// header length
|
||||
parseCpdExtensionsArea(partitionIndex, header.size());
|
||||
// Since the body starts after the header length
|
||||
parseCpdExtensionsArea(partitionIndex, (UINT32)header.size());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user