diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2016-06-17 17:24:02 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2016-06-18 07:19:04 +0800 |
commit | cc0b456a05f8dd1ebfb9be485465be37e96999e7 (patch) | |
tree | 2c7fe447fec9ae5352c84f47f8b8f7166842b775 /IntelFsp2Pkg/Include/Library | |
parent | f862a3b6f9dc026ea0e108fd548c65c75346bada (diff) | |
download | edk2-cc0b456a05f8dd1ebfb9be485465be37e96999e7.zip edk2-cc0b456a05f8dd1ebfb9be485465be37e96999e7.tar.gz edk2-cc0b456a05f8dd1ebfb9be485465be37e96999e7.tar.bz2 |
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/Include/Library')
-rw-r--r-- | IntelFsp2Pkg/Include/Library/FspCommonLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFsp2Pkg/Include/Library/FspCommonLib.h b/IntelFsp2Pkg/Include/Library/FspCommonLib.h index 0bb0c53..e13d0c3 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
);
|