]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
IntelFsp2Pkg: FspSecCore support for X64
authorTed Kuo <ted.kuo@intel.com>
Fri, 15 Apr 2022 08:37:39 +0000 (01:37 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 16 Apr 2022 00:18:14 +0000 (00:18 +0000)
commit00aa71ce20472f0a7bc01e735a0c419adf727def
treea0b26a7b9be95b42b9f73c6e456893b760123c58
parentd40965b9877135028673884abc8f5a9b6b0ef5dc
IntelFsp2Pkg: FspSecCore support for X64

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3893
1.Added FspSecCore support for X64.
2.Bumped FSP header revision to 7 to indicate FSP 64bit is supported.
3.Corrected few typos.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Ashraf Ali S <ashraf.ali.s@intel.com>
Signed-off-by: Ted Kuo <ted.kuo@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
18 files changed:
IntelFsp2Pkg/FspSecCore/Fsp22SecCoreS.inf
IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf
IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf
IntelFsp2Pkg/FspSecCore/FspSecCoreT.inf
IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryCommon.nasm
IntelFsp2Pkg/FspSecCore/X64/Fsp22ApiEntryS.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/FspApiEntryCommon.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/FspApiEntryM.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/FspApiEntryS.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/FspApiEntryT.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/FspHelper.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/MicrocodeLoadNasm.inc [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/ReadRsp.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/Stack.nasm [new file with mode: 0644]
IntelFsp2Pkg/Include/Guid/FspHeaderFile.h
IntelFsp2Pkg/Include/SaveRestoreSseAvxNasm.inc [new file with mode: 0644]
IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c
IntelFsp2Pkg/Library/BaseFspSwitchStackLib/X64/Stack.nasm