mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-20 02:05:32 -04:00
Add Insyde Flash Device Map parser
This commit is contained in:
parent
0b66c5c7ff
commit
b3c68b7006
28 changed files with 1361 additions and 230 deletions
|
@ -49,14 +49,16 @@ namespace Types {
|
|||
FdcStore,
|
||||
SysFStore,
|
||||
EvsaStore,
|
||||
FlashMapStore,
|
||||
PhoenixFlashMapStore,
|
||||
InsydeFlashDeviceMapStore,
|
||||
CmdbStore,
|
||||
NvarGuidStore,
|
||||
NvarEntry,
|
||||
VssEntry,
|
||||
SysFEntry,
|
||||
EvsaEntry,
|
||||
FlashMapEntry,
|
||||
PhoenixFlashMapEntry,
|
||||
InsydeFlashDeviceMapEntry,
|
||||
Microcode,
|
||||
SlicData,
|
||||
IfwiHeader,
|
||||
|
@ -204,5 +206,6 @@ extern UString compressionTypeToUString(const UINT8 algorithm);
|
|||
extern UString regionTypeToUString(const UINT8 type);
|
||||
extern UString fitEntryTypeToUString(const UINT8 type);
|
||||
extern UString hashTypeToUString(const UINT16 digest_agorithm_id);
|
||||
extern UString insydeFlashDeviceMapEntryTypeGuidToUString(const EFI_GUID & guid);
|
||||
|
||||
#endif // TYPES_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue