X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FInclude%2FLibrary%2FFspSecPlatformLib.h;fp=IntelFspPkg%2FInclude%2FLibrary%2FFspSecPlatformLib.h;h=d5c7e77930c05bde68031267c1685dd6071c7ad9;hp=c6ed43001d7087dee569ab7fec809e6221856b09;hb=b23441875c34bd15badb76e8d0b001ebd5d7010d;hpb=7669f7349829f0e4755552ba0d6e600492fd8170 diff --git a/IntelFspPkg/Include/Library/FspSecPlatformLib.h b/IntelFspPkg/Include/Library/FspSecPlatformLib.h index c6ed43001d..d5c7e77930 100644 --- a/IntelFspPkg/Include/Library/FspSecPlatformLib.h +++ b/IntelFspPkg/Include/Library/FspSecPlatformLib.h @@ -71,4 +71,18 @@ SecCarInit ( IN FSP_TEMP_RAM_INIT_PARAMS *TempRamInitParamPtr ); +/** + This function check the signture of UPD. + + @param[in] ApiIdx Internal index of the FSP API. + @param[in] ApiParam Parameter of the FSP API. + +**/ +EFI_STATUS +EFIAPI +FspUpdSignatureCheck ( + IN UINT32 ApiIdx, + IN VOID *ApiParam + ); + #endif