]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCore.h
ArmVExpressPkg: restrict ArmVExpressSysConfigLib to SEC and DXE_DRIVER
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCore.h
index 08c5ebd031b10fc9261981e1d19a66efb7375004..20684e2f904c04afb1160b52802b5b6cdbac9505 100644 (file)
 #include <PiPei.h>\r
 #include <Ppi/TemporaryRamSupport.h>\r
 \r
+VOID\r
+CreatePpiList (\r
+  OUT UINTN                   *PpiListSize,\r
+  OUT EFI_PEI_PPI_DESCRIPTOR  **PpiList\r
+  );\r
 \r
 EFI_STATUS\r
 EFIAPI\r
-SecTemporaryRamSupport (\r
+PrePeiCoreTemporaryRamSupport (\r
   IN CONST EFI_PEI_SERVICES   **PeiServices,\r
   IN EFI_PHYSICAL_ADDRESS     TemporaryMemoryBase,\r
   IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,\r
@@ -69,4 +74,10 @@ SecondaryMain (
   IN UINTN MpId\r
   );\r
 \r
+VOID\r
+PeiCommonExceptionEntry (\r
+  IN UINT32 Entry,\r
+  IN UINTN LR\r
+  );\r
+\r
 #endif\r