mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-21 08:47:38 +02:00
ImageTool: Reassigned some PCDs to allow
them have different values in OpenCore tools.
This commit is contained in:
parent
100f28940d
commit
d6052e2e34
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user