Update IntelFspWrapperPkg according to FSP1.1.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16826 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -82,6 +82,38 @@ UpdateFspUpdConfigs (
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
Get TempRamExit parameter.
|
||||
|
||||
@note At this point, memory is ready, PeiServices are available to use.
|
||||
|
||||
@return TempRamExit parameter.
|
||||
**/
|
||||
VOID *
|
||||
EFIAPI
|
||||
GetTempRamExitParam (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
Get FspSiliconInit parameter.
|
||||
|
||||
@note At this point, memory is ready, PeiServices are available to use.
|
||||
|
||||
@return FspSiliconInit parameter.
|
||||
**/
|
||||
VOID *
|
||||
EFIAPI
|
||||
GetFspSiliconInitParam (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
Get S3 PEI memory information.
|
||||
|
||||
|
Reference in New Issue
Block a user