Zhang, Chao B (3):
  SecurityPkg: Enable Customized Secure Boot feature
  SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition.  
        Implement Customized SecureBoot Mode transition logic according
    to Mantis 1263, including AuditMode/DeployedMode/PK update
    management.       Also implement image verification logic in
    AuditMode. Image Certificate & Hash are recorded to EFI Image
    Execution Table.      
    https://mantis.uefi.org/mantis/view.php?id=1263
  SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized
    SecureBoot Mode       Add SecureBoot UI support for Customized
    SecureBoot Mode transition according to Mantis 1263. User can do
    secure boot mode transition through UI.      
    https://mantis.uefi.org/mantis/view.php?id=1263

 .../Include/Guid/AuthenticatedVariableFormat.h     |    1 +
 SecurityPkg/Library/AuthVariableLib/AuthService.c  | 1414 +++++++++++++++++---
 .../Library/AuthVariableLib/AuthServiceInternal.h  |   93 ++
 .../Library/AuthVariableLib/AuthVariableLib.c      |  109 +-
 .../Library/AuthVariableLib/AuthVariableLib.inf    |    4 +
 .../DxeImageVerificationLib.c                      |  670 +++++++++-
 SecurityPkg/SecurityPkg.dec                        |    6 +-
 .../SecureBootConfigDxe/SecureBootConfig.vfr       |   77 +-
 .../SecureBootConfigDxe/SecureBootConfigImpl.c     |  432 +++++-
 .../SecureBootConfigDxe/SecureBootConfigNvData.h   |   11 +-
 .../SecureBootConfigStrings.uni                    |  Bin 13086 -> 14876 bytes
 11 files changed, 2437 insertions(+), 380 deletions(-)

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to