]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Sec/SecMain.h
Still use |.efi Rule for INF file with binary EFI image, because the binary EFI image...
[mirror_edk2.git] / OvmfPkg / Sec / SecMain.h
index 50c5b295e9f7ed14203ff64d58b0d7d84523ae39..1a4ed40bf70547634605c3912ea92e277b0d480b 100644 (file)
@@ -44,7 +44,14 @@ TemporaryRamMigration (
   IN UINTN                    CopySize
   );
 
-#define INITIAL_TOP_OF_STACK      BASE_128KB
+VOID
+EFIAPI
+FindPeiCoreEntryPoint (
+  IN  EFI_FIRMWARE_VOLUME_HEADER       **BootFirmwareVolumePtr,
+  OUT VOID                             **PeiCoreEntryPoint
+  );
+
+#define INITIAL_TOP_OF_STACK      BASE_512KB
 
 #endif // _PLATFORM_SECMAIN_H_