]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint.
authorjiewen yao <jiewen.yao@intel.com>
Fri, 29 Jan 2016 11:55:32 +0000 (19:55 +0800)
committerjiewen yao <jiewen.yao@intel.com>
Tue, 16 Feb 2016 23:29:30 +0000 (07:29 +0800)
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>
MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c

index e60d2f2dcc07c3340cc095fc3a360f50e5eb1003..0a34711b22a4ab411aa4d08fa5e3f5c04ff87fc0 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   DXE Core Main Entry Point\r
 \r
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -388,6 +388,7 @@ DxeMain (
   MemoryProfileInstallProtocol ();\r
 \r
   CoreInitializePropertiesTable ();\r
+  CoreInitializeMemoryAttributesTable ();\r
 \r
   //\r
   // Get persisted vector hand-off info from GUIDeed HOB again due to HobStart may be updated,\r