X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2Pkg%2FInclude%2FLibrary%2FFspCommonLib.h;h=5f7a14b9b24a98671c239ddf71c2dd59728fd664;hp=0bb0c53786b841331cf215b062363ed796973bac;hb=40bc7509142af30d8befd198afbdeeaa58964234;hpb=cf1d454983fb4fd3b580a92bd242310467a5eaef diff --git a/IntelFsp2Pkg/Include/Library/FspCommonLib.h b/IntelFsp2Pkg/Include/Library/FspCommonLib.h index 0bb0c53786..5f7a14b9b2 100644 --- a/IntelFsp2Pkg/Include/Library/FspCommonLib.h +++ b/IntelFsp2Pkg/Include/Library/FspCommonLib.h @@ -234,13 +234,13 @@ GetFspInfoHeaderFromApiContext ( ); /** - This function gets the VPD data pointer. + This function gets the CfgRegion data pointer. - @return VpdDataRgnPtr VPD data pointer. + @return CfgRegion data pointer. **/ VOID * EFIAPI -GetFspVpdDataPointer ( +GetFspCfgRegionDataPointer ( VOID ); @@ -290,23 +290,14 @@ SetPhaseStatusCode ( ); /** - This function gets FSP CAR base. + This function updates the return status of the FSP API with requested reset type and returns to Boot Loader. -**/ -UINT32 -EFIAPI -GetFspCarBase ( - VOID - ); - -/** - This function gets FSP CAR size. + @param[in] FspResetType Reset type that needs to returned as API return status **/ -UINT32 +VOID EFIAPI -GetFspCarSize ( - VOID +FspApiReturnStatusReset ( + IN UINT32 FspResetType ); - #endif