IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3993 Add FSP-I API entry point for SMM support. Also update 64bit API entry code to assign ApiIdx to RAX to avoid confusion. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com> Signed-off-by: Hongbin1 Zhang <hongbin1.zhang@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
24eac4caf3
commit
4824924377
@@ -21,7 +21,7 @@ extern ASM_PFX(FspApiCommon)
|
||||
;----------------------------------------------------------------------------
|
||||
global ASM_PFX(NotifyPhaseApi)
|
||||
ASM_PFX(NotifyPhaseApi):
|
||||
mov eax, 2 ; FSP_API_INDEX.NotifyPhaseApiIndex
|
||||
mov rax, 2 ; FSP_API_INDEX.NotifyPhaseApiIndex
|
||||
jmp ASM_PFX(FspApiCommon)
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
@@ -33,7 +33,7 @@ ASM_PFX(NotifyPhaseApi):
|
||||
;----------------------------------------------------------------------------
|
||||
global ASM_PFX(FspSiliconInitApi)
|
||||
ASM_PFX(FspSiliconInitApi):
|
||||
mov eax, 5 ; FSP_API_INDEX.FspSiliconInitApiIndex
|
||||
mov rax, 5 ; FSP_API_INDEX.FspSiliconInitApiIndex
|
||||
jmp ASM_PFX(FspApiCommon)
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user