]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/SecMain.h
Rollback file GUID change, because it is VTF file and GUID is predefined.
[mirror_edk2.git] / IntelFspPkg / FspSecCore / SecMain.h
index 4dfbc850b35d2614c9c13fc6a7531b1402ee3afc..a9b48d12052a36ac4442ba93ff2c63b2a7efb203 100644 (file)
@@ -107,6 +107,7 @@ 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] PeiCoreEntry       Pei Core entrypoint.\r
 \r
   @return This function never returns.\r
 \r
@@ -116,7 +117,8 @@ EFIAPI
 SecStartup (\r
   IN UINT32                   SizeOfRam,\r
   IN UINT32                   TempRamBase,\r
-  IN VOID                    *BootFirmwareVolume\r
+  IN VOID                    *BootFirmwareVolume,\r
+  IN UINTN                    PeiCoreEntry\r
   );\r
 \r
 /**\r