mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
Remove mac image parsing as it breaks GUI navigation
Use MacEfiUnpack utility to expand the images prior to using UEFITool: https://github.com/acidanthera/OcSupportPkg/tree/master/Utilities/MacEfiUnpack
This commit is contained in:
parent
1e1d5c6e17
commit
fa954394cc
6 changed files with 15 additions and 115 deletions
|
@ -110,9 +110,6 @@ UString itemSubtypeToUString(const UINT8 type, const UINT8 subtype)
|
|||
if (subtype == Subtypes::UefiCapsule) return UString("UEFI 2.0");
|
||||
if (subtype == Subtypes::ToshibaCapsule) return UString("Toshiba");
|
||||
break;
|
||||
case Types::MacImage:
|
||||
if (subtype == Subtypes::MacGenericImage) return UString("Mac 1.0");
|
||||
break;
|
||||
case Types::Region: return regionTypeToUString(subtype);
|
||||
case Types::File: return fileTypeToUString(subtype);
|
||||
case Types::Section: return sectionTypeToUString(subtype);
|
||||
|
@ -219,4 +216,4 @@ UString fitEntryTypeToUString(const UINT8 type)
|
|||
}
|
||||
|
||||
return UString("Unknown");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue