This series enables the ArmVirtualizationPkg QEMU/KVM platform to be built with UEFI Secure Boot support.
I have now dropped all the APRIORI DXE {} stuff, since it is a lot messier than just cloning the NorFlashDxe and make it into a special version for UEFI Secure Boot, so that is what I have done instead in this version. Changes since v2: - completely new approach in patch #2, hence dropped Laszlo's R-b - added Olivier's R-b to patch #3 Changes since v1: - removed redundant '== FALSE' comparison in patch #2 - added R-b's Patch #1 removes some unused variables that prevent the build from completing with the default compiler settings that forbid those. Patch #2 clones NorFlashDxe.inf into NorFlashAuthenticatedDxe.inf with some GUID and file references replaced, so that the UEFI Secure Boot enabled builds depend on the correct versions of the variable runtime DXE and variable GUID. Patch #3 introduces the conditional modules and libraries that implement UEFI Secure Boot when building the platform with -D SECURE_BOOT_ENABLE. Ard Biesheuvel (3): SecurityPkg: remove unused variables ArmPlatformPkg: enable use of authenticated variables in NorFlashDxe ArmVirtualizationPkg: enable secure boot for ArmVirtualizationQemu ArmPlatformPkg/ArmPlatformPkg.dec | 4 ++ ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec | 4 -- ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualization.dsc.inc | 24 +++++++ ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.dsc | 39 ++++++++-- ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.fdf | 13 ++++ ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf | 76 ++++++++++++++++++++ ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedVariableDep.c | 19 +++++ ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h | 2 + ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf | 1 + ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c | 4 +- ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashVariableDep.c | 19 +++++ SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c | 5 -- SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c | 2 - 13 files changed, 194 insertions(+), 18 deletions(-) create mode 100644 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf create mode 100644 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedVariableDep.c create mode 100644 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashVariableDep.c -- 1.9.1 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel