]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformPei/Xen.c
OvmfPkg/PlatformPei: Add memory above 4GB as tested
[mirror_edk2.git] / OvmfPkg / PlatformPei / Xen.c
index 7fa9019f1a053f6e46876cec4609851f99834337..3a4358251e3889e7f4ef8a1e97ee56948a342e4e 100644 (file)
@@ -1,7 +1,7 @@
 /**@file\r
   Xen Platform PEI support\r
 \r
-  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
   Copyright (c) 2011, Andrei Warkentin <andreiw@motorola.com>\r
 \r
   This program and the accompanying materials\r
@@ -189,11 +189,7 @@ XenPublishRamRegions (
         continue;\r
       }\r
 \r
-      if (Entry->BaseAddr >= BASE_4GB) {\r
-        AddUntestedMemoryBaseSizeHob (Entry->BaseAddr, Entry->Length);\r
-      } else {\r
-        AddMemoryBaseSizeHob (Entry->BaseAddr, Entry->Length);\r
-      }\r
+      AddMemoryBaseSizeHob (Entry->BaseAddr, Entry->Length);\r
 \r
       MtrrSetMemoryAttribute (Entry->BaseAddr, Entry->Length, CacheWriteBack);\r
     }\r