]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/Ia32/FspHelper.s
Clean update API name for ASM function.
[mirror_edk2.git] / IntelFspPkg / FspSecCore / Ia32 / FspHelper.s
index 40b822ac8712dd0fe1761bcd63d678d289b03e87..a6cf36259d69a4511a459e6f7862e6cb76122a55 100644 (file)
@@ -23,11 +23,16 @@ ASM_PFX(FspInfoHeaderRelativeOff):
    .long    0x012345678\r
 \r
 \r
-ASM_GLOBAL ASM_PFX(GetFspBaseAddress)\r
-ASM_PFX(GetFspBaseAddress):\r
-   mov    $GetFspBaseAddress, %eax\r
+ASM_GLOBAL ASM_PFX(AsmGetFspBaseAddress)\r
+ASM_PFX(AsmGetFspBaseAddress):\r
+   mov    $AsmGetFspBaseAddress, %eax\r
    sub    $FspInfoHeaderRelativeOff, %eax\r
    add    $0x01C, %eax\r
    mov    (%eax), %eax\r
    ret\r
 \r
+ASM_GLOBAL ASM_PFX(AsmGetFspInfoHeader)\r
+ASM_PFX(AsmGetFspInfoHeader):\r
+   mov    $AsmGetFspBaseAddress, %eax\r
+   sub    $FspInfoHeaderRelativeOff, %eax\r
+   ret\r