]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
IntelFsp2WrapperPkg: Add support to handle ResetRequired return Status from FSP.
[mirror_edk2.git] / IntelFsp2WrapperPkg / Include / Library / FspWrapperPlatformLib.h
index 30dc8df5dab392cadc2ce8ac5abb0ea19db49705..25f4eca797f54c31172c149c312bc9b688d7ec16 100644 (file)
@@ -70,4 +70,17 @@ GetS3MemoryInfo (
   OUT EFI_PHYSICAL_ADDRESS *S3PeiMemBase\r
   );\r
 \r
+/**\r
+  Perform platform related reset in FSP wrapper.\r
+\r
+  This function will reset the system with requested ResetType.\r
+\r
+  @param[in] FspStatusResetType  The type of reset the platform has to perform.\r
+**/\r
+VOID\r
+EFIAPI\r
+CallFspWrapperResetSystem (\r
+  IN UINT32    FspStatusResetType\r
+  );\r
+\r
 #endif\r