summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/DxeMain.h
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@arm.com>2020-04-07 09:48:30 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-04-07 08:15:46 +0000
commitaab6a9c9aebb1f6614e72e98bdf6b5af93a43527 (patch)
treea099cdf6867d176f1cb3776d48f1de02d4b5b59c /MdeModulePkg/Core/Dxe/DxeMain.h
parentc5824c27be9dc9ce4ec2ae13fe925e1b4e820bc2 (diff)
downloadedk2-aab6a9c9aebb1f6614e72e98bdf6b5af93a43527.tar.gz
edk2-aab6a9c9aebb1f6614e72e98bdf6b5af93a43527.tar.bz2
edk2-aab6a9c9aebb1f6614e72e98bdf6b5af93a43527.zip
MdeModulePkg/DxeCore: merge properties table routines into MAT handling
The memory attributes table handling code shared some parts of the properties table handling code when it was introduced. The latter has been dropped, and so we can merge the remaining pieces into the former. Link: https://bugzilla.tianocore.org/show_bug.cgi?id=2633 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com> Acked-by: Jiewen Yao <Jiewen.yao@intel.com> Acked-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/Dxe/DxeMain.h')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index 6a64852730..9bd3c0d084 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -2816,15 +2816,6 @@ CoreUpdateMemoryAttributes (
);
/**
- Initialize PropertiesTable support.
-**/
-VOID
-EFIAPI
-CoreInitializePropertiesTable (
- VOID
- );
-
-/**
Initialize MemoryAttrubutesTable support.
**/
VOID