summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg
diff options
context:
space:
mode:
authorYao, Jiewen <Jiewen.yao@intel.com>2015-07-07 05:47:08 +0000
committerjyao1 <jyao1@Edk2>2015-07-07 05:47:08 +0000
commitdd4e2bcfaa068fd958169944e99149fa06b58354 (patch)
tree94c6592253a19595c6a29632e6bc1e4208d0a9f6 /SourceLevelDebugPkg
parentebf735f11907e31e1fa80f21737d277d8a964e17 (diff)
downloadedk2-dd4e2bcfaa068fd958169944e99149fa06b58354.tar.gz
edk2-dd4e2bcfaa068fd958169944e99149fa06b58354.tar.bz2
edk2-dd4e2bcfaa068fd958169944e99149fa06b58354.zip
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
Diffstat (limited to 'SourceLevelDebugPkg')
0 files changed, 0 insertions, 0 deletions