From: Jiewen Yao Date: Fri, 17 Jun 2016 09:24:02 +0000 (+0800) Subject: IntelFsp2Pkg: rename GetFspVpdDataPointer() to GetFspCfgRegionDataPointer() X-Git-Tag: edk2-stable201903~6835 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=cc0b456a05f8dd1ebfb9be485465be37e96999e7 IntelFsp2Pkg: rename GetFspVpdDataPointer() to GetFspCfgRegionDataPointer() FSP2.0 removed VPD concept. Rename GetFspVpdDataPointer() to GetFspCfgRegionDataPointer() to follow FSP2.0 specification (CfgRegionOffset). Cc: Giri P Mudusuru Cc: Amy Chan Cc: Satya Yarlagadda Cc: Maurice Ma Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao Reviewed-by: Giri P Mudusuru Reviewed-by: Amy Chan --- diff --git a/IntelFsp2Pkg/Include/Library/FspCommonLib.h b/IntelFsp2Pkg/Include/Library/FspCommonLib.h index 0bb0c53786..e13d0c3346 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 ); diff --git a/IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c b/IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c index efd55f464c..151b189343 100644 --- a/IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c +++ b/IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c @@ -425,13 +425,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 ) {