]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Include/Library/FspSecPlatformLib.h
IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers.
[mirror_edk2.git] / IntelFsp2Pkg / Include / Library / FspSecPlatformLib.h
index 4d01b5f6d98692ee47e5c5255e1a1b51cbd26c8e..51a0309aed26f61be54ba40be886fe97441ca8f9 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
@@ -79,4 +79,18 @@ FspUpdSignatureCheck (
   IN VOID     *ApiParam\r
   );\r
 \r
+/**\r
+  This function handles FspMultiPhaseSiInitApi.\r
+\r
+  @param[in]  ApiIdx           Internal index of the FSP API.\r
+  @param[in]  ApiParam         Parameter of the FSP API.\r
+\r
+**/\r
+EFI_STATUS\r
+EFIAPI\r
+FspMultiPhaseSiInitApiHandler (\r
+  IN UINT32   ApiIdx,\r
+  IN VOID     *ApiParam\r
+  );\r
+\r
 #endif\r