TianoCore EDK2 master
Loading...
Searching...
No Matches
EarlyPL011BaseAddress.h
Go to the documentation of this file.
1
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
19extern EFI_GUID gEarlyPL011BaseAddressGuid;
20
21typedef struct {
22 //
23 // for SerialPortLib and console IO
24 //
25 UINT64 ConsoleAddress;
26 //
27 // for DebugLib; may equal ConsoleAddress if there's only one PL011 UART
28 //
29 UINT64 DebugAddress;
31
32#endif
Definition: Base.h:213