]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspWrapperPkg/FspInitPei/FspInitPei.h
BaseTools: Workspace - use built in OrderedDict instead of custom version.
[mirror_edk2.git] / IntelFspWrapperPkg / FspInitPei / FspInitPei.h
index 5118cd04e362e66aa5560976fa6e65f1616e87d0..6d70f0c2ab12afb3063565a61a6de2f892ddb4e1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This is PEIM header file.\r
 \r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2015, 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
 \r
 #include <Ppi/FspInitDone.h>\r
 #include <Ppi/EndOfPeiPhase.h>\r
+#include <Ppi/MemoryDiscovered.h>\r
+#include <Ppi/TemporaryRamDone.h>\r
 \r
 extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc;\r
 \r
+/**\r
+  Do FSP initialization based on FspApi version 1.\r
+\r
+  @param[in] FspHeader FSP header pointer.\r
+\r
+  @return FSP initialization status.\r
+**/\r
+EFI_STATUS\r
+PeiFspInitV1 (\r
+  IN FSP_INFO_HEADER *FspHeader\r
+  );\r
+\r
+/**\r
+  Do FSP initialization based on FspApi version 2.\r
+\r
+  @param[in] FspHeader FSP header pointer.\r
+\r
+  @return FSP initialization status.\r
+**/\r
+EFI_STATUS\r
+PeiFspInitV2 (\r
+  IN FSP_INFO_HEADER *FspHeader\r
+  );\r
+\r
 #endif\r