aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Makarov <aleksey.makarov@linaro.org>2016-03-23 21:38:42 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-04-04 21:53:30 -0400
commitc7200ffe432c6544b373f08fab33dc8e9b92516c (patch)
tree1f06864423df6ad8e516c61f54bdddcc299ae303
parentf1974b484f9d070623215b4f461f3420b4fbbd07 (diff)
ACPICA: Headers: Add new constants for the DBG2 ACPI table
ACPICA commit 1607b69238df9c1b2940262a17aa94ec49033278 Link: https://github.com/acpica/acpica/commit/1607b692 Signed-off-by: Aleksey Makarov <aleksey.makarov@linaro.org>. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--include/acpi/actbl2.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h
index a4ef62537cac..7702b27a18ed 100644
--- a/include/acpi/actbl2.h
+++ b/include/acpi/actbl2.h
@@ -321,7 +321,7 @@ struct acpi_csrt_descriptor {
321 * DBG2 - Debug Port Table 2 321 * DBG2 - Debug Port Table 2
322 * Version 0 (Both main table and subtables) 322 * Version 0 (Both main table and subtables)
323 * 323 *
324 * Conforms to "Microsoft Debug Port Table 2 (DBG2)", May 22 2012. 324 * Conforms to "Microsoft Debug Port Table 2 (DBG2)", December 10, 2015
325 * 325 *
326 ******************************************************************************/ 326 ******************************************************************************/
327 327
@@ -371,6 +371,11 @@ struct acpi_dbg2_device {
371 371
372#define ACPI_DBG2_16550_COMPATIBLE 0x0000 372#define ACPI_DBG2_16550_COMPATIBLE 0x0000
373#define ACPI_DBG2_16550_SUBSET 0x0001 373#define ACPI_DBG2_16550_SUBSET 0x0001
374#define ACPI_DBG2_ARM_PL011 0x0003
375#define ACPI_DBG2_ARM_SBSA_32BIT 0x000D
376#define ACPI_DBG2_ARM_SBSA_GENERIC 0x000E
377#define ACPI_DBG2_ARM_DCC 0x000F
378#define ACPI_DBG2_BCM2835 0x0010
374 379
375#define ACPI_DBG2_1394_STANDARD 0x0000 380#define ACPI_DBG2_1394_STANDARD 0x0000
376 381