]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFsp2Pkg/Include/Library/FspCommonLib.h
IntelFsp2Pkg: Add function to get bootloader stack pointer
authorChasel, Chiu <chasel.chiu@intel.com>
Wed, 23 Jan 2019 04:07:45 +0000 (12:07 +0800)
committerChasel, Chiu <chasel.chiu@intel.com>
Mon, 28 Jan 2019 07:25:53 +0000 (15:25 +0800)
commit35897da27ed289f086d2b528800fa60d6ef2407d
tree40d4816035a2a991a84ed3edd009ea628e055632
parentf30e4aed99ae126f767e6c8db1f1fde25161273a
IntelFsp2Pkg: Add function to get bootloader stack pointer

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1391

FSP on-going enhancement for stack utilization required
to know bootloader stack pointer and this pointer can be
retrieved by first input parameter address when FSP-M
entry API invoked by bootloader.

Test: Verified on internal platform and booting successfully

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
IntelFsp2Pkg/Include/Library/FspCommonLib.h
IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c