File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ extern const UByteArray EFI_INTEL_FILE_SYSTEM2_GUID // D6A1CD70-4B33-4994-A6EA-3
6363(" \x70\xCD\xA1\xD6\x33\x4B\x94\x49\xA6\xEA\x37\x5F\x2C\xCC\x54\x37 " , 16 );
6464extern const UByteArray EFI_SONY_FILE_SYSTEM_GUID // 4F494156-AED6-4D64-A537-B8A5557BCEEC
6565(" \x56\x41\x49\x4F\xD6\xAE\x64\x4D\xA5\x37\xB8\xA5\x55\x7B\xCE\xEC " , 16 );
66+ extern const UByteArray EFI_HP_FILE_SYSTEM_GUID // 372B56DF-CC9F-4817-AB97-0A10A92CEAA5
67+ (" \xDF\x56\x2B\x37\x9F\xCC\x17\x48\xAB\x97\x0A\x10\xA9\x2C\xEA\xA5 " , 16 );
6668// PEI apriori file
6769extern const UByteArray EFI_PEI_APRIORI_FILE_GUID // 1B45CC0A-156A-428A-AF62-49864DA0E6E6
6870(" \x0A\xCC\x45\x1B\x6A\x15\x8A\x42\xAF\x62\x49\x86\x4D\xA0\xE6\xE6 " , 16 );
@@ -206,7 +208,8 @@ const std::vector<UByteArray> FFSv2Volumes({
206208 EFI_APPLE_IMMUTABLE_FV_GUID,
207209 EFI_INTEL_FILE_SYSTEM_GUID,
208210 EFI_INTEL_FILE_SYSTEM2_GUID,
209- EFI_SONY_FILE_SYSTEM_GUID
211+ EFI_SONY_FILE_SYSTEM_GUID,
212+ EFI_HP_FILE_SYSTEM_GUID
210213});
211214
212215const std::vector<UByteArray> FFSv3Volumes ({EFI_FIRMWARE_FILE_SYSTEM3_GUID});
Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ extern const UByteArray EFI_INTEL_FILE_SYSTEM2_GUID; // D6A1CD70-4B33-4994-A6EA-
131131
132132extern const UByteArray EFI_SONY_FILE_SYSTEM_GUID; // 4F494156-AED6-4D64-A537-B8A5557BCEEC
133133
134+ extern const UByteArray EFI_HP_FILE_SYSTEM_GUID; // 372B56DF-CC9F-4817-AB97-0A10A92CEAA5
135+
134136// Vector of volume GUIDs with FFSv2-compatible files
135137extern const std::vector<UByteArray> FFSv2Volumes;
136138
You can’t perform that action at this time.
0 commit comments