]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add DSDT table for supporting ACPI on QEMU
authorSaket Sinha <saket.sinha89@gmail.com>
Sat, 22 Aug 2015 06:50:57 +0000 (12:20 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:47 +0000 (11:29 +0200)
commit285284ae00528166fc06c2ac604390efa3bda0c1
tree898be5fabc3e4b19ed76442ae68ccb68aad00126
parent6ae23eda200c8876a5a902615a3e3edce701e536
x86: Add DSDT table for supporting ACPI on QEMU

The DSDT table contains a bytecode that is executed by a driver in the kernel.

Signed-off-by: Saket Sinha <saket.sinha89@gmail.com>
Tested with QEMU '-M q35'
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/qemu/Makefile
arch/x86/cpu/qemu/acpi/cpu-hotplug.asl [new file with mode: 0644]
arch/x86/cpu/qemu/acpi/dbug.asl [new file with mode: 0644]
arch/x86/cpu/qemu/acpi/hpet.asl [new file with mode: 0644]
arch/x86/cpu/qemu/acpi/isa.asl [new file with mode: 0644]
arch/x86/cpu/qemu/acpi/pci-crs.asl [new file with mode: 0644]
arch/x86/cpu/qemu/dsdt.asl [new file with mode: 0644]