summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg/Core/StandaloneMmCore.h
diff options
context:
space:
mode:
authorRay Ni <ray.ni@intel.com>2023-12-25 13:59:07 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-12-25 06:15:54 +0000
commit54c662845f5dfa3f1146b0c345b91615b0e77af2 (patch)
tree45773b218d2fdded654c78ebeae49eb8caa5f89b /StandaloneMmPkg/Core/StandaloneMmCore.h
parent1065536c64ab919ad5c207e50b82d4a88ac29ed8 (diff)
downloadedk2-54c662845f5dfa3f1146b0c345b91615b0e77af2.tar.gz
edk2-54c662845f5dfa3f1146b0c345b91615b0e77af2.tar.bz2
edk2-54c662845f5dfa3f1146b0c345b91615b0e77af2.zip
StandaloneMmPkg/Core: Remove dead code
Load-module-at-fixed-address feature does not work in standalone MM core. The patch removes the 2 dead functions and related global variables that are related to the feature. Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'StandaloneMmPkg/Core/StandaloneMmCore.h')
-rw-r--r--StandaloneMmPkg/Core/StandaloneMmCore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.h b/StandaloneMmPkg/Core/StandaloneMmCore.h
index da23b8dc3c..cfb417d7cc 100644
--- a/StandaloneMmPkg/Core/StandaloneMmCore.h
+++ b/StandaloneMmPkg/Core/StandaloneMmCore.h
@@ -177,7 +177,6 @@ typedef struct {
extern MM_CORE_PRIVATE_DATA *gMmCorePrivate;
extern EFI_MM_SYSTEM_TABLE gMmCoreMmst;
extern LIST_ENTRY gHandleList;
-extern EFI_PHYSICAL_ADDRESS gLoadModuleAtFixAddressMmramBase;
/**
Called to initialize the memory service.