commit | c7c46e8523a4e4ef2162e4890af9b0d3df10757e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 07 13:12:04 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | a050d5131439996922415267f1c7a2f88730405b | |
parent | d43e0baba081056bf6246e7efbfce989d7f9aa20 [diff] |
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>