]> git.baikalelectronics.ru Git - uboot.git/commit
x86: acpi: Support generation of the DBG2 table
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:10 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:17 +0000 (11:27 +0800)
commit1c0192b87bca7682ad39d40394d6392e8cbe5245
tree0c3d6f10e90c19e57f367cb6ab0327e65d59b883
parenta14973d8042c591d06db3a58764b09668438f383
x86: acpi: Support generation of the DBG2 table

Add an implementation of the DBG2 (Debug Port Table 2) ACPI table.
Adjust one of the header includes to be in the correct order, before
adding more.

Note that the DBG2 table is generic but the PCI UART is x86-specific at
present since it assumes an ns16550 UART. It can be generalised later
if necessary.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/acpi_table.h
arch/x86/lib/acpi_table.c
include/acpi/acpi_table.h
lib/acpi/acpi_table.c