]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s
rename XXXDflt to XXXDefault (expand for better readability)
[mirror_edk2.git] / IntelFspPkg / FspSecCore / Ia32 / FspApiEntry.s
index 995aef6088e9f160a5be03cfa1305a7041546e98..973aec4c19be50fe08dc2543d180cf0ce0701efd 100644 (file)
@@ -183,7 +183,7 @@ ASM_GLOBAL    ASM_PFX(Pei2LoaderSwitchStack)
 .equ          DATA_LEN_AT_STACK_TOP, (DATA_LEN_OF_PER0 + DATA_LEN_OF_MCUD + 4)\r
 \r
 #------------------------------------------------------------------------------\r
-# FspSelfCheckDflt\r
+# FspSelfCheckDefault\r
 # Inputs:\r
 #   eax -> Return address\r
 # Outputs:\r
@@ -192,20 +192,20 @@ ASM_GLOBAL    ASM_PFX(Pei2LoaderSwitchStack)
 #   eax is cleared and ebp is used for return address.\r
 #   All others reserved.\r
 #------------------------------------------------------------------------------\r
-ASM_GLOBAL ASM_PFX(FspSelfCheckDflt)\r
-ASM_PFX(FspSelfCheckDflt):\r
+ASM_GLOBAL ASM_PFX(FspSelfCheckDefault)\r
+ASM_PFX(FspSelfCheckDefault):\r
    #\r
    # Save return address to EBP\r
    #\r
    movl  %eax, %ebp\r
    xorl  %eax, %eax\r
 \r
-FspSelfCheckDfltExit:\r
+FspSelfCheckDefaultExit:\r
    jmp   *%ebp\r
 \r
 \r
 #------------------------------------------------------------------------------\r
-# SecPlatformInitDflt\r
+# SecPlatformInitDefault\r
 # Inputs:\r
 #   eax -> Return address\r
 # Outputs:\r
@@ -214,15 +214,15 @@ FspSelfCheckDfltExit:
 #   eax is cleared and ebp is used for return address.\r
 #   All others reserved.\r
 #------------------------------------------------------------------------------\r
-ASM_GLOBAL ASM_PFX(SecPlatformInitDflt)\r
-ASM_PFX(SecPlatformInitDflt):\r
+ASM_GLOBAL ASM_PFX(SecPlatformInitDefault)\r
+ASM_PFX(SecPlatformInitDefault):\r
    #\r
    # Save return address to EBP\r
    #\r
    movl   %eax, %ebp\r
    xorl   %eax, %eax\r
 \r
-SecPlatformInitDfltExit:\r
+SecPlatformInitDefaultExit:\r
    jmp   *%ebp\r
 \r
 \r
@@ -550,7 +550,7 @@ ASM_PFX(TempRamInitApi):
   # CPUID/DeviceID check\r
   #\r
   movl    $TempRamInitApiL0, %eax\r
-  jmp     ASM_PFX(FspSelfCheckDflt)  # @note: ESP can not be changed.\r
+  jmp     ASM_PFX(FspSelfCheckDefault)  # @note: ESP can not be changed.\r
 TempRamInitApiL0:\r
   cmpl    $0x00, %eax\r
   jnz     NemInitExit\r