summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/Library
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-09-19 16:30:53 +0800
committerGuo Mang <mang.guo@intel.com>2017-09-20 15:02:04 +0800
commit6d1cc0a32702097f241d1fbae285a1249e1a155d (patch)
treeca9733c4ae1b86e990f186313f0930ca769e855e /Vlv2TbltDevicePkg/Library
parent8a6684d69bf4712fad4ac8aea0c5a40dde4824b4 (diff)
downloadedk2-platforms-6d1cc0a32702097f241d1fbae285a1249e1a155d.tar.xz
Vlv2TbltDevicePkg: Add ESRT table in OS
1. Add ESRT table in OS. 2. Changed SystemFirmware Descriptor. 3. Remove redundant code. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/Library')
-rw-r--r--Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
index e9c356560b..697ad67a30 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
+++ b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
@@ -2083,6 +2083,9 @@ FULL_CONFIGURATION:
#ifdef FTPM_ENABLE
TrEEPhysicalPresenceLibProcessRequest(NULL);
#endif
+ if (EsrtManagement != NULL) {
+ EsrtManagement->SyncEsrtFmp();
+ }
//
// Close boot script and install ready to lock
//