summaryrefslogtreecommitdiff
path: root/IntelFsp2Pkg/Library
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2016-06-17 17:24:02 +0800
committerJiewen Yao <jiewen.yao@intel.com>2016-06-18 07:19:04 +0800
commitcc0b456a05f8dd1ebfb9be485465be37e96999e7 (patch)
tree2c7fe447fec9ae5352c84f47f8b8f7166842b775 /IntelFsp2Pkg/Library
parentf862a3b6f9dc026ea0e108fd548c65c75346bada (diff)
downloadedk2-cc0b456a05f8dd1ebfb9be485465be37e96999e7.tar.gz
IntelFsp2Pkg: rename GetFspVpdDataPointer() to GetFspCfgRegionDataPointer()
FSP2.0 removed VPD concept. Rename GetFspVpdDataPointer() to GetFspCfgRegionDataPointer() to follow FSP2.0 specification (CfgRegionOffset). Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Cc: Amy Chan <amy.chan@intel.com> Cc: Satya Yarlagadda <satya.p.yarlagadda@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Amy Chan <amy.chan@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/Library')
-rw-r--r--IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c b/IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c
index efd55f464..151b18934 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
)
{