From: jiewen yao Date: Fri, 29 Jan 2016 11:55:32 +0000 (+0800) Subject: MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint. X-Git-Tag: edk2-stable201903~7857 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a94d51bde5e8dd55a5916ba75c9938b5796633f6 MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint. Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Reviewed-by: "Gao, Liming" --- diff --git a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c index e60d2f2dcc..0a34711b22 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.
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
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,