In the EDKII open source package: 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); instead of 
GetStackInfo (BootMode, FALSE, &StackBase, &StackSize);



Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Yao, Jiewen <jiewen....@intel.com>

Attachment: FspInitPei.patch
Description: FspInitPei.patch

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to