Add Insyde Flash Device Map parser

This commit is contained in:
Nikolaj Schlej 2025-03-03 01:27:24 +07:00
parent 0b66c5c7ff
commit b3c68b7006
28 changed files with 1361 additions and 230 deletions

View file

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