]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:47 +0000 (11:29 +0200)
commit6ae23eda200c8876a5a902615a3e3edce701e536
tree92cd5deab1197f65a6e14bf7be7d14be8a5e6e02
parent57c2448a06b6662a5a0a77f748adaee31c856524
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]