Skip to content

Commit

Permalink
Headers: Add new constants for the DBG2 ACPI table
Browse files Browse the repository at this point in the history
From Aleksey Makarov <aleksey.makarov@linaro.org>.
  • Loading branch information
acpibob committed Feb 19, 2016
1 parent 60d9cfd commit 1607b69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/include/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ typedef struct acpi_csrt_descriptor
* DBG2 - Debug Port Table 2
* Version 0 (Both main table and subtables)
*
* Conforms to "Microsoft Debug Port Table 2 (DBG2)", May 22 2012.
* Conforms to "Microsoft Debug Port Table 2 (DBG2)", December 10, 2015
*
******************************************************************************/

Expand Down Expand Up @@ -493,6 +493,11 @@ typedef struct acpi_dbg2_device

#define ACPI_DBG2_16550_COMPATIBLE 0x0000
#define ACPI_DBG2_16550_SUBSET 0x0001
#define ACPI_DBG2_ARM_PL011 0x0003
#define ACPI_DBG2_ARM_SBSA_32BIT 0x000D
#define ACPI_DBG2_ARM_SBSA_GENERIC 0x000E
#define ACPI_DBG2_ARM_DCC 0x000F
#define ACPI_DBG2_BCM2835 0x0010

#define ACPI_DBG2_1394_STANDARD 0x0000

Expand Down

0 comments on commit 1607b69

Please sign in to comment.