X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FFspSecCore%2FIa32%2FFspApiEntry.s;h=973aec4c19be50fe08dc2543d180cf0ce0701efd;hp=995aef6088e9f160a5be03cfa1305a7041546e98;hb=c030e74c67b2caec4113e8255e74ccbbe0fcd051;hpb=95c95ac0efb10fe4b608a3388d928eb947c15085 diff --git a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s index 995aef6088..973aec4c19 100644 --- a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s +++ b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s @@ -183,7 +183,7 @@ ASM_GLOBAL ASM_PFX(Pei2LoaderSwitchStack) .equ DATA_LEN_AT_STACK_TOP, (DATA_LEN_OF_PER0 + DATA_LEN_OF_MCUD + 4) #------------------------------------------------------------------------------ -# FspSelfCheckDflt +# FspSelfCheckDefault # Inputs: # eax -> Return address # Outputs: @@ -192,20 +192,20 @@ ASM_GLOBAL ASM_PFX(Pei2LoaderSwitchStack) # eax is cleared and ebp is used for return address. # All others reserved. #------------------------------------------------------------------------------ -ASM_GLOBAL ASM_PFX(FspSelfCheckDflt) -ASM_PFX(FspSelfCheckDflt): +ASM_GLOBAL ASM_PFX(FspSelfCheckDefault) +ASM_PFX(FspSelfCheckDefault): # # Save return address to EBP # movl %eax, %ebp xorl %eax, %eax -FspSelfCheckDfltExit: +FspSelfCheckDefaultExit: jmp *%ebp #------------------------------------------------------------------------------ -# SecPlatformInitDflt +# SecPlatformInitDefault # Inputs: # eax -> Return address # Outputs: @@ -214,15 +214,15 @@ FspSelfCheckDfltExit: # eax is cleared and ebp is used for return address. # All others reserved. #------------------------------------------------------------------------------ -ASM_GLOBAL ASM_PFX(SecPlatformInitDflt) -ASM_PFX(SecPlatformInitDflt): +ASM_GLOBAL ASM_PFX(SecPlatformInitDefault) +ASM_PFX(SecPlatformInitDefault): # # Save return address to EBP # movl %eax, %ebp xorl %eax, %eax -SecPlatformInitDfltExit: +SecPlatformInitDefaultExit: jmp *%ebp @@ -550,7 +550,7 @@ ASM_PFX(TempRamInitApi): # CPUID/DeviceID check # movl $TempRamInitApiL0, %eax - jmp ASM_PFX(FspSelfCheckDflt) # @note: ESP can not be changed. + jmp ASM_PFX(FspSelfCheckDefault) # @note: ESP can not be changed. TempRamInitApiL0: cmpl $0x00, %eax jnz NemInitExit