]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/SecMain.h
Fix comments format error.Fsp1.1 update.
[mirror_edk2.git] / IntelFspPkg / FspSecCore / SecMain.h
index 4dfbc850b35d2614c9c13fc6a7531b1402ee3afc..7efd2f0983da79d61e6a24a722ff78d9e0baedc1 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -107,6 +107,9 @@ InitializeFloatingPointUnits (
   @param[in] SizeOfRam          Size of the temporary memory available for use.\r
   @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] ApiIdx             the index of API.\r
 \r
   @return This function never returns.\r
 \r
@@ -116,7 +119,10 @@ EFIAPI
 SecStartup (\r
   IN UINT32                   SizeOfRam,\r
   IN UINT32                   TempRamBase,\r
-  IN VOID                    *BootFirmwareVolume\r
+  IN VOID                    *BootFirmwareVolume,\r
+  IN PEI_CORE_ENTRY           PeiCore,\r
+  IN UINT32                   BootloaderStack,\r
+  IN UINT32                   ApiIdx\r
   );\r
 \r
 /**\r