summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h
diff options
context:
space:
mode:
authorChasel Chiu <chasel.chiu@intel.com>2022-07-18 20:28:17 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-07-19 22:24:31 +0000
commit140446cd595cad870a0e8cef7a367bae8f09effa (patch)
tree90b28165d5ea37401b7f31f035950bb3a57e6fa1 /IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h
parent671b0cea510ad6de02ee9d6dbdf8f9bbb881f35d (diff)
downloadedk2-140446cd595cad870a0e8cef7a367bae8f09effa.tar.gz
edk2-140446cd595cad870a0e8cef7a367bae8f09effa.tar.bz2
edk2-140446cd595cad870a0e8cef7a367bae8f09effa.zip
IntelFsp2Pkg: Support 64bit FspResetType for X64 build.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3999 FspResetType will be either 32bit or 64 bit basing on the build type. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h')
-rw-r--r--IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h b/IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h
index f049361d78..ff66e48ae2 100644
--- a/IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h
+++ b/IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h
@@ -30,7 +30,7 @@
**/
-UINT32
+EFI_STATUS
EFIAPI
Pei2LoaderSwitchStack (
VOID
@@ -46,7 +46,7 @@ Pei2LoaderSwitchStack (
**/
-UINT32
+EFI_STATUS
EFIAPI
Loader2PeiSwitchStack (
VOID