]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Include/Library/FspPlatformLib.h
IntelFsp2Pkg: Support to return error status from FSP API done
[mirror_edk2.git] / IntelFsp2Pkg / Include / Library / FspPlatformLib.h
index 61e77bdda1f12c14966836ea148efeac9a001018..1f3960126902dcb3e12edb982a3c0138654768e3 100644 (file)
@@ -93,4 +93,39 @@ FspWaitForNotify (
   VOID\r
   );\r
 \r
+/**\r
+  This function transfer control back to BootLoader after FspSiliconInit.\r
+\r
+  @param[in] Status return status for the FspSiliconInit.\r
+**/\r
+VOID\r
+EFIAPI\r
+FspSiliconInitDone2 (\r
+  IN EFI_STATUS Status\r
+  );\r
+\r
+/**\r
+  This function returns control to BootLoader after MemoryInitApi.\r
+\r
+  @param[in] Status return status for the MemoryInitApi.\r
+  @param[in,out] HobListPtr The address of HobList pointer.\r
+**/\r
+VOID\r
+EFIAPI\r
+FspMemoryInitDone2 (\r
+  IN EFI_STATUS Status,\r
+  IN OUT VOID   **HobListPtr\r
+  );\r
+\r
+/**\r
+  This function returns control to BootLoader after TempRamExitApi.\r
+\r
+  @param[in] Status return status for the TempRamExitApi.\r
+**/\r
+VOID\r
+EFIAPI\r
+FspTempRamExitDone2 (\r
+  IN EFI_STATUS Status\r
+  );\r
+\r
 #endif\r