mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-15 15:44:54 -04:00
Add AMIC A25LQ64 to internal JEDEC ID database
This commit is contained in:
parent
0030ea9481
commit
214b356f84
3 changed files with 5 additions and 5 deletions
|
@ -4676,10 +4676,9 @@ make_partition_table_consistent:
|
|||
UModelIndex partitionIndex = model->addItem(localOffset + partitions[i].ptEntry.Offset.Offset, Types::CpdPartition, Subtypes::ManifestCpdPartition, name, UString(), info, header, body, UByteArray(), Fixed, parent);
|
||||
|
||||
// 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());
|
||||
// Add the header size as a local offset
|
||||
// Since the body starts after the header length
|
||||
parseCpdExtensionsArea(partitionIndex, (UINT32)header.size());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue