]> git.ipfire.org Git - people/ms/u-boot.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)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:14 +0000 (07:54 -0700)
commitbccdf1de75708fe4138a00cc05d8fde8b35476ac
tree3fd13e72917559ca0074b79905721683862ae0d7
parente94019ede750f2807b5a211ba39beb05bba5714d
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]