]> git.dujemihanovic.xyz Git - u-boot.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)
commitf37979e7b75e1290e9756c3e964a85ef8b10c3c7
tree0c3d6f10e90c19e57f367cb6ab0327e65d59b883
parentd2628984b7831b26d8f9ac25c966d6151df7a929
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