commit | f37979e7b75e1290e9756c3e964a85ef8b10c3c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:45:10 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:17 2020 +0800 |
tree | 0c3d6f10e90c19e57f367cb6ab0327e65d59b883 | |
parent | d2628984b7831b26d8f9ac25c966d6151df7a929 [diff] |
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>