]> git.baikalelectronics.ru Git - uboot.git/commit
x86: acpi: Move MADT down a bit
authorSimon Glass <sjg@chromium.org>
Tue, 7 Jul 2020 19:12:04 +0000 (13:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commit7a710ce69896db185915cf56449ea6edf3cecb6e
treea050d5131439996922415267f1c7a2f88730405b
parente03b9de7c5903288903fd816f51bb2eac9992c49
x86: acpi: Move MADT down a bit

Put this table before MCFG so that it matches the order that coreboot uses
when passing tables to Linux. This is a cosmetic change since the order of
the tables does not otherwise matter.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/acpi_table.c