ImageTool: Reassigned some PCDs to allow

them have different values in OpenCore tools.
This commit is contained in:
Mikhail Krichanov 2023-12-06 12:16:31 +03:00 committed by MikhailKrichanov
parent 100f28940d
commit d6052e2e34

View File

@ -442,6 +442,10 @@ int main (int argc, const char *argv[])
bool FixedAddress;
int ArgIndex;
PcdGet8 (PcdUefiImageFormatSupportNonFv) = 0x00;
PcdGet8 (PcdUefiImageFormatSupportFv) = 0x03;
PcdGet32 (PcdImageProtectionPolicy) = 0x00;
if (argc < 2) {
fprintf (stderr, "ImageTool: No command is specified\n");
DEBUG_RAISE ();