Skip to content

Commit

Permalink
OvmfPkg: Integrate default SB keys and SB state
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Oct 24, 2023
1 parent 315c4fa commit 8fc1c21
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions OvmfPkg/OvmfPkgX64.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@
gDasharoSystemFeaturesTokenSpaceGuid.PcdSecurityShowWiFiBtOption|TRUE
gDasharoSystemFeaturesTokenSpaceGuid.PcdSecurityShowCameraOption|TRUE

gEfiSecurityPkgTokenSpaceGuid.PcdSecureBootDefaultEnable|0
################################################################################
#
# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
Expand Down
25 changes: 25 additions & 0 deletions OvmfPkg/OvmfPkgX64.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,31 @@ INF OvmfPkg/PvScsiDxe/PvScsiDxe.inf
INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
INF SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.inf
INF SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.inf

# gDefaultKEKFileGuid
FILE FREEFORM = 6F64916E-9F7A-4C35-B952-CD041EFB05A3 {
SECTION RAW = UefiPayloadPkg/SecureBootDefaultKeys/MicCorKEKCA2011_2011-06-24.crt
SECTION UI = "DefaultKekCert"
}

# gDefaultPKFileGuid
FILE FREEFORM = 85254EA7-4759-4FC4-82D4-5EED5FB0A4A0 {
SECTION RAW = UefiPayloadPkg/SecureBootDefaultKeys/pk.crt
SECTION UI = "DefaultPkCert"
}

# gDefaultdbFileGuid
FILE FREEFORM = C491D352-7623-4843-ACCC-2791A7574421 {
SECTION RAW = UefiPayloadPkg/SecureBootDefaultKeys/MicWinProPCA2011_2011-10-19.crt
SECTION RAW = UefiPayloadPkg/SecureBootDefaultKeys/MicCorUEFCA2011_2011-06-27.crt
SECTION UI = "DefaultDbCert"
}

# gDefaultdbxFileGuid
FILE FREEFORM = 5740766A-718E-4DC0-9935-C36F7D3F884F {
SECTION RAW = UefiPayloadPkg/SecureBootDefaultKeys/DBXUpdate.bin
SECTION UI = "DefaultDbxCert"
}
!endif

INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
Expand Down

0 comments on commit 8fc1c21

Please sign in to comment.