summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-09-16 13:33:20 +0800
committerGuo Mang <mang.guo@intel.com>2017-09-16 13:33:20 +0800
commit5828302b28b55f95cab37d38fcc9e41e488d7ae5 (patch)
tree8d63ad76d5e9b8834f42998315dfd7fd73f469dc /Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
parent4e8b56192fe1330d31e9cba0fe233f491da906d3 (diff)
downloadedk2-platforms-5828302b28b55f95cab37d38fcc9e41e488d7ae5.tar.xz
Vlv2TbltDevicePkg: Enable signed capsule.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c')
-rw-r--r--Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
index 2e13a01e38..e9c356560b 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
+++ b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
@@ -1630,7 +1630,7 @@ EFIAPI
PlatformBdsPolicyBehavior (
IN OUT LIST_ENTRY *DriverOptionList,
IN OUT LIST_ENTRY *BootOptionList,
- IN PROCESS_CAPSULES ProcessCapsules,
+ IN PROCESS_CAPSULES BdsProcessCapsules,
IN BASEM_MEMORY_TEST BaseMemoryTest
)
{
@@ -1965,13 +1965,17 @@ PlatformBdsPolicyBehavior (
PcdSetBool(PcdEsrtSyncFmp, FALSE);
}
+ DEBUG((EFI_D_INFO, "ProcessCapsules Before EndOfDxe ......\n"));
+ Status = ProcessCapsules ();
+ DEBUG((EFI_D_INFO, "ProcessCapsules %r\n", Status));
+
+
//
// Close boot script and install ready to lock
//
InstallReadyToLock ();
- PlatformBootManagerProcessCapsules();
PlatformBdsLockNonUpdatableFlash ();