Add AMIC A25LQ64 to internal JEDEC ID database

This commit is contained in:
Nikolaj Schlej 2025-02-12 08:50:50 +01:00
parent 0030ea9481
commit 214b356f84
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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");

View File

@ -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());
}
}
}