This series enables the ArmVirtualizationPkg QEMU/KVM platform to be built with
UEFI Secure Boot support.

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 replaces the slightly dodgy 'BEFORE xxx' Depex in the NorFlashDxe
driver with an equally dodgy APRIORI DXE {} declaration to ensure that this
driver is loaded before the Variable Runtime DXE tries to attach to the
Firmware Volume, allowing the NOR flash driver to initialize the variable
store if it has not been initialized yet.

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/ArmJunoPkg/ArmJuno.fdf                                          
      |  2 ++
 ArmPlatformPkg/ArmPlatformPkg.dec                                              
      | 12 ++++++++----
 ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf                  
      |  4 ++++
 ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf                 
      |  4 ++++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf                         
      |  4 ++++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.fdf                           
      |  4 ++++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.fdf                      
      |  2 ++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf                         
      |  2 ++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.fdf                  
      |  2 ++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A9x4.fdf                        
      |  2 ++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-AEMv8Ax4.fdf                    
      |  2 ++
 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec                               
      |  4 ----
 ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualization.dsc.inc                  
      | 27 +++++++++++++++++++++++++++
 ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.dsc                  
      | 29 ++++++++++++++++++++++++++++-
 ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.fdf                  
      | 11 +++++++++++
 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf                             
      |  7 ++-----
 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c                            
      |  4 ++--
 SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c                     
      |  5 -----
 
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
 |  2 --
 19 files changed, 106 insertions(+), 23 deletions(-)

-- 
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

Reply via email to