]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/SecMain.c
Update IntelFspPkg to support FSP1.1
[mirror_edk2.git] / IntelFspPkg / FspSecCore / SecMain.c
index 12c9526d832350075db6e992912eabf3e446b452..63376e9b6ed9e053a87af6de72913a8d6f3c411c 100644 (file)
@@ -42,7 +42,7 @@ UINT64  mIdtEntryTemplate = 0xffff8e000008ffe4ULL;
   @param[in] TempRamBase        Base address of tempory ram\r
   @param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.\r
   @param[in] PeiCore            PeiCore entry point.\r
-  @param[in] BootloaderStack    Bootloader stack.\r
+  @param[in] BootLoaderStack    BootLoader stack.\r
   @param[in] ApiIdx             the index of API.\r
 \r
   @return This function never returns.\r
@@ -55,7 +55,7 @@ SecStartup (
   IN UINT32                   TempRamBase,\r
   IN VOID                    *BootFirmwareVolume,\r
   IN PEI_CORE_ENTRY           PeiCore,\r
-  IN UINT32                   BootloaderStack,\r
+  IN UINT32                   BootLoaderStack,\r
   IN UINT32                   ApiIdx\r
   )\r
 {\r
@@ -106,7 +106,7 @@ SecStartup (
   //\r
   // Iniitalize the global FSP data region\r
   //\r
-  FspGlobalDataInit (&PeiFspData, BootloaderStack, (UINT8)ApiIdx);\r
+  FspGlobalDataInit (&PeiFspData, BootLoaderStack, (UINT8)ApiIdx);\r
 \r
   //\r
   // Update the base address and length of Pei temporary memory\r