]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/Include/Guid/EarlyPL011BaseAddress.h
8818a87aec4f2315b090ceb7256ca0706b30fbe7
[mirror_edk2.git] / ArmVirtPkg / Include / Guid / EarlyPL011BaseAddress.h
1 /** @file
2 GUID for the HOB that caches the base address of the PL011 serial port, for
3 when PCD access is not available.
4
5 Copyright (C) 2014, Red Hat, Inc.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9 **/
10
11 #ifndef __EARLY_PL011_BASE_ADDRESS_H__
12 #define __EARLY_PL011_BASE_ADDRESS_H__
13
14 #define EARLY_PL011_BASE_ADDRESS_GUID { \
15 0xB199DEA9, 0xFD5C, 0x4A84, \
16 { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } \
17 }
18
19 extern EFI_GUID gEarlyPL011BaseAddressGuid;
20
21 #endif