]> git.sur5r.net Git - u-boot/commit
x86: Add ACPI table support to QEMU
authorSaket Sinha <saket.sinha89@gmail.com>
Sat, 22 Aug 2015 06:50:56 +0000 (12:20 +0530)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:14 +0000 (07:54 -0700)
commite94019ede750f2807b5a211ba39beb05bba5714d
tree713f963d1911d008bc74d26e4824e4dcca144188
parent867bcb63e79f66bc88d4546d132c5895ea339a66
x86: Add ACPI table support to QEMU

This patch mainly adds ACPI support to QEMU.
Verified by booting Linux kernel on QEMU Q35.

Signed-off-by: Saket Sinha <saket.sinha89@gmail.com>
Minor whitespace fixes and dropped mention of i440FX in commit message:
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/qemu/Makefile
arch/x86/cpu/qemu/acpi.c [new file with mode: 0644]