]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Include/Library/FspCommonLib.h
IntelFsp2Pkg SecFspSecPlatformLibNull: Convert Ia32/Flat32.asm to NASM
[mirror_edk2.git] / IntelFsp2Pkg / Include / Library / FspCommonLib.h
index 0bb0c53786b841331cf215b062363ed796973bac..231f1e44b3b715f10b86be750be41e23eb04b876 100644 (file)
@@ -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
@@ -309,4 +309,15 @@ GetFspCarSize (
   VOID\r
   );\r
 \r
+/**\r
+  This function updates the return status of the FSP API with requested reset type and returns to Boot Loader.\r
+\r
+  @param[in] FspResetType     Reset type that needs to returned as API return status\r
+\r
+**/\r
+VOID\r
+EFIAPI\r
+FspApiReturnStatusReset (\r
+  IN UINT32   FspResetType\r
+  );\r
 #endif\r