]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePi/PrePi.h
ArmPlatformPkg/HdLcdArmVExpressLib: use write-combine mapping for VRAM
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PrePi.h
index e13900dbd477415a6d8092b99f69e4fe2fecbba2..e7f58e59240c92dd13c4bf7b36143d4b71d21455 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
 \r
 #define SerialPrint(txt)  SerialPortWrite (txt, AsciiStrLen(txt)+1);\r
 \r
-// Vector Table for PrePi Phase\r
-VOID\r
-PrePiVectorTable (\r
-  VOID\r
-  );\r
+extern UINT64 mSystemMemoryEnd;\r
 \r
 RETURN_STATUS\r
 EFIAPI\r
@@ -45,7 +41,6 @@ VOID
 PrePiMain (\r
   IN  UINTN                     UefiMemoryBase,\r
   IN  UINTN                     StacksBase,\r
-  IN  UINTN                     GlobalVariableBase,\r
   IN  UINT64                    StartTimeStamp\r
   );\r
 \r
@@ -66,7 +61,6 @@ VOID
 PrimaryMain (\r
   IN  UINTN                     UefiMemoryBase,\r
   IN  UINTN                     StacksBase,\r
-  IN  UINTN                     GlobalVariableBase,\r
   IN  UINT64                    StartTimeStamp\r
   );\r
 \r
@@ -81,4 +75,16 @@ BuildMemoryTypeInformationHob (
   VOID\r
   );\r
 \r
+EFI_STATUS\r
+GetPlatformPpi (\r
+  IN  EFI_GUID  *PpiGuid,\r
+  OUT VOID      **Ppi\r
+  );\r
+\r
+// Initialize the Architecture specific controllers\r
+VOID\r
+ArchInitialize (\r
+  VOID\r
+  );\r
+\r
 #endif /* _PREPI_H_ */\r