From cc0b456a05f8dd1ebfb9be485465be37e96999e7 Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Fri, 17 Jun 2016 17:24:02 +0800 Subject: [PATCH 1/1] 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 --- IntelFsp2Pkg/Include/Library/FspCommonLib.h | 6 +++--- IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 ) { -- 2.39.2