|
@@ -321,7 +321,7 @@ struct acpi_csrt_descriptor {
|
|
* DBG2 - Debug Port Table 2
|
|
* DBG2 - Debug Port Table 2
|
|
* Version 0 (Both main table and subtables)
|
|
* 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
|
|
*
|
|
*
|
|
******************************************************************************/
|
|
******************************************************************************/
|
|
|
|
|
|
@@ -371,6 +371,11 @@ struct acpi_dbg2_device {
|
|
|
|
|
|
#define ACPI_DBG2_16550_COMPATIBLE 0x0000
|
|
#define ACPI_DBG2_16550_COMPATIBLE 0x0000
|
|
#define ACPI_DBG2_16550_SUBSET 0x0001
|
|
#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
|
|
#define ACPI_DBG2_1394_STANDARD 0x0000
|
|
|
|
|