summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-12-12 10:09:51 +0800
committerLiming Gao <liming.gao@intel.com>2016-12-12 10:52:33 +0800
commit94a1bc1212edf521b7c96bfb9dc653818c95bec7 (patch)
tree956f78cc495aaf67591d1370f9f623aaadbc2703 /MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
parenta7d10bb09dda44e25029b4d0da67ac9348a29f31 (diff)
downloadedk2-94a1bc1212edf521b7c96bfb9dc653818c95bec7.tar.gz
edk2-94a1bc1212edf521b7c96bfb9dc653818c95bec7.tar.bz2
edk2-94a1bc1212edf521b7c96bfb9dc653818c95bec7.zip
MdeModulePkg PiSmmCore: Retrieve Smram base address from system table
PiSmmIpl records LoadModuleAtFixAddressSmramBase in LMFAConfigurationTable. Update PiSmmCore to directly get the address from this system table. Cc: Star Zeng <star.zeng@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/PiSmmCore/PiSmmCore.h')
-rw-r--r--MdeModulePkg/Core/PiSmmCore/PiSmmCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
index d1e7791302..58590d5f61 100644
--- a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
+++ b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
@@ -37,6 +37,7 @@
#include <Guid/EventGroup.h>
#include <Guid/EventLegacyBios.h>
#include <Guid/MemoryProfile.h>
+#include <Guid/LoadModuleAtFixedAddress.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>