summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiewen yao <jiewen.yao@intel.com>2016-01-29 19:55:32 +0800
committerjiewen yao <jiewen.yao@intel.com>2016-02-17 07:29:30 +0800
commita94d51bde5e8dd55a5916ba75c9938b5796633f6 (patch)
treeeb673af787fe22f4c1803858b2e66790b9da1c67
parent67ab389a76abd3e7c1dbab7b478440b84504b930 (diff)
downloadedk2-a94d51bde5e8dd55a5916ba75c9938b5796633f6.zip
edk2-a94d51bde5e8dd55a5916ba75c9938b5796633f6.tar.gz
edk2-a94d51bde5e8dd55a5916ba75c9938b5796633f6.tar.bz2
MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint.
Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Gao, Liming" <liming.gao@intel.com>
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
index e60d2f2..0a34711 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
+++ b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
@@ -1,7 +1,7 @@
/** @file
DXE Core Main Entry Point
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -388,6 +388,7 @@ DxeMain (
MemoryProfileInstallProtocol ();
CoreInitializePropertiesTable ();
+ CoreInitializeMemoryAttributesTable ();
//
// Get persisted vector hand-off info from GUIDeed HOB again due to HobStart may be updated,