mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
f862a3b6f9
commit
cc0b456a05
|
@ -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
|
||||
);
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue