mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-24 03:57:10 -04:00
Expand Type column of the report to fit new FlashDeviceMap store and entry types
This commit is contained in:
parent
3cb5dc0165
commit
fbf6afdfc8
2 changed files with 2 additions and 3 deletions
|
@ -59,7 +59,7 @@ USTATUS FfsReport::generateRecursive(std::vector<UString> & report, const UModel
|
||||||
}
|
}
|
||||||
|
|
||||||
report.push_back(
|
report.push_back(
|
||||||
UString(" ") + itemTypeToUString(model->type(index)).leftJustified(16)
|
UString(" ") + itemTypeToUString(model->type(index)).leftJustified(20)
|
||||||
+ UString("| ") + itemSubtypeToUString(model->type(index), model->subtype(index)).leftJustified(22)
|
+ UString("| ") + itemSubtypeToUString(model->type(index), model->subtype(index)).leftJustified(22)
|
||||||
+ offset
|
+ offset
|
||||||
+ usprintf("| %08X | %08X | ", (UINT32)data.size(), crc)
|
+ usprintf("| %08X | %08X | ", (UINT32)data.size(), crc)
|
||||||
|
|
|
@ -70,7 +70,6 @@ extern const UByteArray NVRAM_ADDITIONAL_STORE_VOLUME_GUID; // 00504624-8A59-4EE
|
||||||
#define NVRAM_VSS_STORE_SIGNATURE 0x53535624 // $VSS
|
#define NVRAM_VSS_STORE_SIGNATURE 0x53535624 // $VSS
|
||||||
#define NVRAM_APPLE_SVS_STORE_SIGNATURE 0x53565324 // $SVS
|
#define NVRAM_APPLE_SVS_STORE_SIGNATURE 0x53565324 // $SVS
|
||||||
#define NVRAM_APPLE_NSS_STORE_SIGNATURE 0x53534E24 // $NSS
|
#define NVRAM_APPLE_NSS_STORE_SIGNATURE 0x53534E24 // $NSS
|
||||||
#define NVRAM_VSS_VARIABLE_START_ID 0x55AA
|
|
||||||
|
|
||||||
// Variable store header flags
|
// Variable store header flags
|
||||||
#define NVRAM_VSS_VARIABLE_STORE_FORMATTED 0x5a
|
#define NVRAM_VSS_VARIABLE_STORE_FORMATTED 0x5a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue