]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformPei/Platform.h
OvmfPkg/PlatformPei: Add Xen support
[mirror_edk2.git] / OvmfPkg / PlatformPei / Platform.h
index 3e5dca2ce7002604fdde1bad691cb6f886377ac7..383e6a43646b0d1e79b81496f23ba35a184fb705 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Platform PEI module include file.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2011, 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
@@ -45,6 +45,12 @@ AddUntestedMemoryBaseSizeHob (
   UINT64                      MemorySize\r
   );\r
 \r
+VOID\r
+AddReservedMemoryBaseSizeHob (\r
+  EFI_PHYSICAL_ADDRESS        MemoryBase,\r
+  UINT64                      MemorySize\r
+  );\r
+\r
 VOID\r
 AddUntestedMemoryRangeHob (\r
   EFI_PHYSICAL_ADDRESS        MemoryBase,\r
@@ -61,4 +67,9 @@ PeiFvInitialization (
   VOID\r
   );\r
 \r
+EFI_STATUS\r
+InitializeXen (\r
+  VOID\r
+  );\r
+\r
 #endif // _PLATFORM_PEI_H_INCLUDED_\r