XenevaOS
Loading...
Searching...
No Matches
DebugPort2Table.h
Go to the documentation of this file.
1
18#ifndef _DEBUG_PORT_2_TABLE_H_
19#define _DEBUG_PORT_2_TABLE_H_
20
22
23//
24// Ensure proper structure formats
25//
26#pragma pack(1)
27
28//
29// Debug Device Information structure.
30//
45
46#define EFI_ACPI_DBG2_DEBUG_DEVICE_INFORMATION_STRUCT_REVISION 0x00
47
48#define EFI_ACPI_DBG2_PORT_TYPE_SERIAL 0x8000
49#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_FULL_16550 0x0000
50#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_16550_SUBSET_COMPATIBLE_WITH_MS_DBGP_SPEC 0x0001
51#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_ARM_PL011_UART 0x0003
52#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_ARM_SBSA_GENERIC_UART_2X 0x000d
53#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_ARM_SBSA_GENERIC_UART 0x000e
54#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_DCC 0x000f
55#define EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_BCM2835_UART 0x0010
56#define EFI_ACPI_DBG2_PORT_TYPE_1394 0x8001
57#define EFI_ACPI_DBG2_PORT_SUBTYPE_1394_STANDARD 0x0000
58#define EFI_ACPI_DBG2_PORT_TYPE_USB 0x8002
59#define EFI_ACPI_DBG2_PORT_SUBTYPE_USB_XHCI 0x0000
60#define EFI_ACPI_DBG2_PORT_SUBTYPE_USB_EHCI 0x0001
61#define EFI_ACPI_DBG2_PORT_TYPE_NET 0x8003
62
63//
64// Debug Port 2 Table definition.
65//
71
72#pragma pack()
73
74//
75// DBG2 Revision (defined in spec)
76//
77#define EFI_ACPI_DEBUG_PORT_2_TABLE_REVISION 0x00
78
79#endif
unsigned int UINT32
Definition ProcessorBind.h:102
UINT8 Reserved
Definition Acpi30.h:40
unsigned short UINT16
Definition actypes.h:237
unsigned char UINT8
Definition actypes.h:236
Definition DebugPort2Table.h:31
UINT16 PortSubtype
Definition DebugPort2Table.h:40
UINT16 OemDataLength
Definition DebugPort2Table.h:37
UINT16 BaseAddressRegisterOffset
Definition DebugPort2Table.h:42
UINT16 Length
Definition DebugPort2Table.h:33
UINT8 Revision
Definition DebugPort2Table.h:32
UINT16 PortType
Definition DebugPort2Table.h:39
UINT16 OemDataOffset
Definition DebugPort2Table.h:38
UINT8 NumberofGenericAddressRegisters
Definition DebugPort2Table.h:34
UINT16 NameSpaceStringOffset
Definition DebugPort2Table.h:36
UINT16 NameSpaceStringLength
Definition DebugPort2Table.h:35
UINT16 AddressSizeOffset
Definition DebugPort2Table.h:43
Definition DebugPort2Table.h:66
EFI_ACPI_DESCRIPTION_HEADER Header
Definition DebugPort2Table.h:67
UINT32 OffsetDbgDeviceInfo
Definition DebugPort2Table.h:68
UINT32 NumberDbgDeviceInfo
Definition DebugPort2Table.h:69
Definition Acpi10.h:32