]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Include/Library/FspCommonLib.h
IntelFsp2Pkg: Clean up source files
[mirror_edk2.git] / IntelFsp2Pkg / Include / Library / FspCommonLib.h
index 0bb0c53786b841331cf215b062363ed796973bac..1c99be3b1f7248bd03e62fb3b4f5c899c913c787 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2018, 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
@@ -234,13 +234,13 @@ GetFspInfoHeaderFromApiContext (
   );\r
 \r
 /**\r
-  This function gets the VPD data pointer.\r
+  This function gets the CfgRegion data pointer.\r
 \r
-  @return VpdDataRgnPtr   VPD data pointer.\r
+  @return CfgRegion data pointer.\r
 **/\r
 VOID *\r
 EFIAPI\r
-GetFspVpdDataPointer (\r
+GetFspCfgRegionDataPointer (\r
   VOID\r
   );\r
 \r
@@ -268,7 +268,7 @@ SetFspApiCallingIndex (
 \r
 /**\r
   This function gets FSP Phase StatusCode.\r
-  \r
+\r
   @retval StatusCode\r
 **/\r
 UINT32\r
@@ -290,23 +290,14 @@ SetPhaseStatusCode (
   );\r
 \r
 /**\r
-  This function gets FSP CAR base.\r
-\r
-**/\r
-UINT32\r
-EFIAPI\r
-GetFspCarBase (\r
-  VOID\r
-  );\r
+  This function updates the return status of the FSP API with requested reset type and returns to Boot Loader.\r
 \r
-/**\r
-  This function gets FSP CAR size.\r
+  @param[in] FspResetType     Reset type that needs to returned as API return status\r
 \r
 **/\r
-UINT32\r
+VOID\r
 EFIAPI\r
-GetFspCarSize (\r
-  VOID\r
+FspApiReturnStatusReset (\r
+  IN UINT32   FspResetType\r
   );\r
-\r
 #endif\r