audk/IntelFspWrapperPkg/FspInitPei
Yao, Jiewen dd4e2bcfaa FspInitPei function calling parameters not matching with the function definition.
IntelFspWrapperPkg, In the file FspInitPeiV1.c and FspInitPeiV2.c, there are function calling:
GetStackInfo (BootMode, FALSE, &StackBase, &StackSize);

But the function GetStackInfo() defined as EFI_STATUS EFIAPI GetStackInfo (
  IN  UINT32               BootMode,
  IN  BOOLEAN              FspInitDone,
  OUT UINT64               *StackSize,
  OUT EFI_PHYSICAL_ADDRESS *StackBase
  )

It should be GetStackInfo (BootMode, FALSE, &StackSize, &StackBase); 

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: "Yao, Jiewen" <Jiewen.yao@intel.com>
Reviewed-by: "Ma, Maurice" <maurice.ma@intel.com>
Reviewed-by: "Rangarajan, Ravi P" <ravi.p.rangarajan@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17850 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-07 05:47:08 +00:00
..
FindPeiCore.c Add IntelFspWrapper to support boot EDKII on FSP bin. 2014-07-24 06:52:43 +00:00
FspInitPei.c Fsp1.1 update. 2015-02-12 07:02:43 +00:00
FspInitPei.h Fix comments format error.Fsp1.1 update. 2015-02-12 15:13:37 +00:00
FspInitPei.inf Add dual FSP binaries support. 2015-04-29 03:50:20 +00:00
FspInitPeiV1.c FspInitPei function calling parameters not matching with the function definition. 2015-07-07 05:47:08 +00:00
FspInitPeiV2.c FspInitPei function calling parameters not matching with the function definition. 2015-07-07 05:47:08 +00:00
FspNotifyS3.c Update IntelFspWrapperPkg according to FSP1.1. 2015-02-11 04:41:46 +00:00
SecMain.c Update IntelFspWrapperPkg according to FSP1.1. 2015-02-11 04:41:46 +00:00
SecMain.h Add IntelFspWrapper to support boot EDKII on FSP bin. 2014-07-24 06:52:43 +00:00