Revision: 16837
http://sourceforge.net/p/edk2/code/16837
Author: hwu1225
Date: 2015-02-12 07:46:25 +0000 (Thu, 12 Feb 2015)
Log Message:
-----------
rename XXXDflt to XXXDefault (expand for better readability)
(Sync patch r16835 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Reviewed-by: "Mudusuru, Giri P" <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16835
Modified Paths:
--------------
branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s
Modified: branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
2015-02-12 07:38:47 UTC (rev 16836)
+++ branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
2015-02-12 07:46:25 UTC (rev 16837)
@@ -40,9 +40,9 @@
EXTERN GetFspBaseAddress:PROC
EXTERN GetBootFirmwareVolumeOffset:PROC
EXTERN Pei2LoaderSwitchStack:PROC
-EXTERN FspSelfCheck(FspSelfCheckDflt):PROC
-EXTERN LoadUcode(LoadUcodeDflt):PROC
-EXTERN SecPlatformInit(SecPlatformInitDflt):PROC
+EXTERN FspSelfCheck(FspSelfCheckDefault):PROC
+EXTERN LoadUcode(LoadUcodeDefault):PROC
+EXTERN SecPlatformInit(SecPlatformInitDefault):PROC
EXTERN SecCarInit:PROC
;
@@ -82,7 +82,7 @@
ENDM
;------------------------------------------------------------------------------
-FspSelfCheckDflt PROC NEAR PUBLIC
+FspSelfCheckDefault PROC NEAR PUBLIC
; Inputs:
; eax -> Return address
; Outputs:
@@ -97,10 +97,10 @@
xor eax, eax
exit:
jmp ebp
-FspSelfCheckDflt ENDP
+FspSelfCheckDefault ENDP
;------------------------------------------------------------------------------
-SecPlatformInitDflt PROC NEAR PUBLIC
+SecPlatformInitDefault PROC NEAR PUBLIC
; Inputs:
; eax -> Return address
; Outputs:
@@ -115,10 +115,10 @@
xor eax, eax
exit:
jmp ebp
-SecPlatformInitDflt ENDP
+SecPlatformInitDefault ENDP
;------------------------------------------------------------------------------
-LoadUcodeDflt PROC NEAR PUBLIC
+LoadUcodeDefault PROC NEAR PUBLIC
; Inputs:
; esp -> LOAD_UCODE_PARAMS pointer
; Register Usage:
@@ -300,7 +300,7 @@
exit:
jmp ebp
-LoadUcodeDflt ENDP
+LoadUcodeDefault ENDP
EstablishStackFsp PROC NEAR PRIVATE
;
Modified: branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s
2015-02-12 07:38:47 UTC (rev 16836)
+++ branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s
2015-02-12 07:46:25 UTC (rev 16837)
@@ -183,7 +183,7 @@
.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 @@
# 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 @@
# 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 @@
# 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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits