From 3eac100ece691d7725632e7b17ccfd9f9ca83cd9 Mon Sep 17 00:00:00 2001 From: lushifex Date: Wed, 22 Feb 2017 14:34:31 +0800 Subject: Enable Secure Boot. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex --- Platform/BroxtonPlatformPkg/PlatformPkg.fdf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/PlatformPkg.fdf') diff --git a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf b/Platform/BroxtonPlatformPkg/PlatformPkg.fdf index a5a3555413..24764073be 100644 --- a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf +++ b/Platform/BroxtonPlatformPkg/PlatformPkg.fdf @@ -450,7 +450,7 @@ APRIORI DXE { INF $(PLATFORM_SI_PACKAGE)/SouthCluster/Sdio/Dxe/SD/SdControllerDxe/SdControllerDxe.inf INF $(PLATFORM_SI_PACKAGE)/SouthCluster/Sdio/Dxe/SD/SdMediaDeviceDxe/SdMediaDeviceDxe.inf - + INF IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf # @@ -574,6 +574,13 @@ APRIORI DXE { INF $(PLATFORM_PACKAGE_COMMON)/PnpDxe/PnpDxe.inf + # + # Secure Boot + # +!if $(SECURE_BOOT_ENABLE) == TRUE + INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf +!endif + # # SMM # @@ -710,7 +717,7 @@ APRIORI DXE { SECTION PE32 = ShellBinPkg/UefiShell/$(IA32_X64_LC)/Shell.efi } - INF $(PLATFORM_PACKAGE_COMMON)/Features/UsbDeviceDxe/UsbDeviceDxe.inf + INF $(PLATFORM_PACKAGE_COMMON)/Features/UsbDeviceDxe/UsbDeviceDxe.inf # # USB TypeC -- cgit v1.2.3