Re: [edk2-devel] [PATCH edk2-platforms v1 1/1] Platform/ARM: FVP: Fix build break when Secure Boot is enabled

2022-08-15 Thread Ard Biesheuvel
On Mon, 15 Aug 2022 at 16:10, Sami Mujawar wrote: > > The edk2 patch at: > "6eb407947592 SecurityPkg: SecureBootVariableLib: Added > newly supported interfaces" introduced a new dependency > of PlatformPKProtectionLib to SecureBootVariableLib. > > This causes the FVP model platform builds to fail

[edk2-devel] [PATCH edk2-platforms v1 1/1] Platform/ARM: FVP: Fix build break when Secure Boot is enabled

2022-08-15 Thread Sami Mujawar
The edk2 patch at: "6eb407947592 SecurityPkg: SecureBootVariableLib: Added newly supported interfaces" introduced a new dependency of PlatformPKProtectionLib to SecureBootVariableLib. This causes the FVP model platform builds to fail when Secure Boot is enabled (i.e. SECURE_BOOT_ENABLE = TRUE).