]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformPei/Platform.h
UefiCpuPkg/Microcode.c: Add verification before calculate CheckSum32
[mirror_edk2.git] / OvmfPkg / PlatformPei / Platform.h
index dad3c61e2641c2cb566a33bb6ff0fe22d33bb67a..b12a5c1f5f78e70ae476a62ba7d77460db66aa8c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Platform PEI module include file.\r
 \r
-  Copyright (c) 2006 - 2014, 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
@@ -41,12 +41,6 @@ AddMemoryRangeHob (
   EFI_PHYSICAL_ADDRESS        MemoryLimit\r
   );\r
 \r
-VOID\r
-AddUntestedMemoryBaseSizeHob (\r
-  EFI_PHYSICAL_ADDRESS        MemoryBase,\r
-  UINT64                      MemorySize\r
-  );\r
-\r
 VOID\r
 AddReservedMemoryBaseSizeHob (\r
   EFI_PHYSICAL_ADDRESS        MemoryBase,\r
@@ -55,13 +49,12 @@ AddReservedMemoryBaseSizeHob (
   );\r
 \r
 VOID\r
-AddUntestedMemoryRangeHob (\r
-  EFI_PHYSICAL_ADDRESS        MemoryBase,\r
-  EFI_PHYSICAL_ADDRESS        MemoryLimit\r
+AddressWidthInitialization (\r
+  VOID\r
   );\r
 \r
 VOID\r
-AddressWidthInitialization (\r
+Q35TsegMbytesInitialization (\r
   VOID\r
   );\r
 \r
@@ -85,6 +78,16 @@ PeiFvInitialization (
   VOID\r
   );\r
 \r
+VOID\r
+InstallFeatureControlCallback (\r
+  VOID\r
+  );\r
+\r
+VOID\r
+InstallClearCacheCallback (\r
+  VOID\r
+  );\r
+\r
 EFI_STATUS\r
 InitializeXen (\r
   VOID\r
@@ -95,6 +98,11 @@ XenDetect (
   VOID\r
   );\r
 \r
+VOID\r
+AmdSevInitialize (\r
+  VOID\r
+  );\r
+\r
 extern BOOLEAN mXen;\r
 \r
 VOID\r
@@ -108,4 +116,8 @@ extern BOOLEAN mS3Supported;
 \r
 extern UINT8 mPhysMemAddressWidth;\r
 \r
+extern UINT32 mMaxCpuCount;\r
+\r
+extern UINT16 mHostBridgeDevId;\r
+\r
 #endif // _PLATFORM_PEI_H_INCLUDED_\r