]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/Include/Guid/EarlyPL011BaseAddress.h
Renamed ArmPlatformPkg/ArmVirtualizationPkg into ArmVirtPkg
[mirror_edk2.git] / ArmVirtPkg / Include / Guid / EarlyPL011BaseAddress.h
diff --git a/ArmVirtPkg/Include/Guid/EarlyPL011BaseAddress.h b/ArmVirtPkg/Include/Guid/EarlyPL011BaseAddress.h
new file mode 100644 (file)
index 0000000..1b703a8
--- /dev/null
@@ -0,0 +1,27 @@
+/** @file\r
+  GUID for the HOB that caches the base address of the PL011 serial port, for\r
+  when PCD access is not available.\r
+\r
+  Copyright (C) 2014, Red Hat, Inc.\r
+\r
+  This program and the accompanying materials are licensed and made available\r
+  under the terms and conditions of the BSD License that accompanies this\r
+  distribution. The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
+  WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef __EARLY_PL011_BASE_ADDRESS_H__\r
+#define __EARLY_PL011_BASE_ADDRESS_H__\r
+\r
+#define EARLY_PL011_BASE_ADDRESS_GUID { \\r
+          0xB199DEA9, 0xFD5C, 0x4A84, \\r
+          { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } \\r
+        }\r
+\r
+extern EFI_GUID gEarlyPL011BaseAddressGuid;\r
+\r
+#endif\r