]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: acpi: Correct the version of the MADT
authorSimon Glass <sjg@chromium.org>
Fri, 17 Jul 2020 03:22:37 +0000 (21:22 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commit22a7396f7f8ae6aac473e16deb7eda4f9efa84b0
treed77484d3aaa53dfe831383d69ff4144d66c4949e
parenta308b1fa3901d93fb89e00e2841c8c872a8fe026
x86: acpi: Correct the version of the MADT

Currently U-Boot implements version 2 but reports version 4. Correct it.

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