[U-Boot] [UBOOT PATCH v6 3/3] x86: Add DSDT table for supporting ACPI on QEMU
Simon Glass
sjg at chromium.org
Sun Aug 23 23:21:02 CEST 2015
On 22 August 2015 at 00:50, Saket Sinha <saket.sinha89 at gmail.com> wrote:
> The DSDT table contains a bytecode that is executed by a driver in the kernel.
>
> Signed-off-by: Saket Sinha <saket.sinha89 at gmail.com>
> ---
>
> arch/x86/cpu/qemu/Makefile | 2 +-
> arch/x86/cpu/qemu/acpi/cpu-hotplug.asl | 80 +++++++
> arch/x86/cpu/qemu/acpi/dbug.asl | 25 ++
> arch/x86/cpu/qemu/acpi/hpet.asl | 31 +++
> arch/x86/cpu/qemu/acpi/isa.asl | 102 ++++++++
> arch/x86/cpu/qemu/acpi/pci-crs.asl | 61 +++++
> arch/x86/cpu/qemu/dsdt.asl | 412 +++++++++++++++++++++++++++++++++
> 7 files changed, 712 insertions(+), 1 deletion(-)
> create mode 100644 arch/x86/cpu/qemu/acpi/cpu-hotplug.asl
> create mode 100644 arch/x86/cpu/qemu/acpi/dbug.asl
> create mode 100644 arch/x86/cpu/qemu/acpi/hpet.asl
> create mode 100644 arch/x86/cpu/qemu/acpi/isa.asl
> create mode 100644 arch/x86/cpu/qemu/acpi/pci-crs.asl
> create mode 100644 arch/x86/cpu/qemu/dsdt.asl
Applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list