Skip to content

Commit 200950b

Browse files
wojtas-marcinrafaeljw
authored andcommitted
ACPICA: Headers: Add new DBG2 Serial Port Subtypes
The Microsoft Debug Port Table 2 (DBG2) specification revision September 21, 2020 comprises additional Serial Port Subtypes [1]. Reflect that in the actbl1.h header file. [1] https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/acpi-debug-port-table ACPICA commit d95c7d206b5836c7770e8e9cd613859887fded8f Link: acpica/acpica@d95c7d20 Signed-off-by: Marcin Wojtas <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 78df71b commit 200950b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

include/acpi/actbl1.h

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ struct acpi_csrt_descriptor {
483483
* DBG2 - Debug Port Table 2
484484
* Version 0 (Both main table and subtables)
485485
*
486-
* Conforms to "Microsoft Debug Port Table 2 (DBG2)", December 10, 2015
486+
* Conforms to "Microsoft Debug Port Table 2 (DBG2)", September 21, 2020
487487
*
488488
******************************************************************************/
489489

@@ -533,11 +533,24 @@ struct acpi_dbg2_device {
533533

534534
#define ACPI_DBG2_16550_COMPATIBLE 0x0000
535535
#define ACPI_DBG2_16550_SUBSET 0x0001
536+
#define ACPI_DBG2_MAX311XE_SPI 0x0002
536537
#define ACPI_DBG2_ARM_PL011 0x0003
538+
#define ACPI_DBG2_MSM8X60 0x0004
539+
#define ACPI_DBG2_16550_NVIDIA 0x0005
540+
#define ACPI_DBG2_TI_OMAP 0x0006
541+
#define ACPI_DBG2_APM88XXXX 0x0008
542+
#define ACPI_DBG2_MSM8974 0x0009
543+
#define ACPI_DBG2_SAM5250 0x000A
544+
#define ACPI_DBG2_INTEL_USIF 0x000B
545+
#define ACPI_DBG2_IMX6 0x000C
537546
#define ACPI_DBG2_ARM_SBSA_32BIT 0x000D
538547
#define ACPI_DBG2_ARM_SBSA_GENERIC 0x000E
539548
#define ACPI_DBG2_ARM_DCC 0x000F
540549
#define ACPI_DBG2_BCM2835 0x0010
550+
#define ACPI_DBG2_SDM845_1_8432MHZ 0x0011
551+
#define ACPI_DBG2_16550_WITH_GAS 0x0012
552+
#define ACPI_DBG2_SDM845_7_372MHZ 0x0013
553+
#define ACPI_DBG2_INTEL_LPSS 0x0014
541554

542555
#define ACPI_DBG2_1394_STANDARD 0x0000
543556

0 commit comments

Comments
 (0)