]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: tangier: Enable ACPI support for Intel Tangier
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Oct 2017 11:55:07 +0000 (14:55 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 7 Oct 2017 07:07:59 +0000 (15:07 +0800)
commit39665beed6f741fd8ae6ebf23d07fbd546a0d55e
treec04c918b4a6bbe45b903af031806d9f01dacd53c
parentb6519b777d4a2fa3ee8a94e269f13afb79bacf6b
x86: tangier: Enable ACPI support for Intel Tangier

Intel Tangier SoC is a part of Intel Merrifield platform which doesn't
utilize ACPI by default. Here is an attempt to unleash ACPI flexibility
power on Intel Merrifield based platforms.

The change brings minimum support of the devices that found on
Intel Merrifield based end user device.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/tangier/Makefile
arch/x86/cpu/tangier/acpi.c [new file with mode: 0644]
arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl [new file with mode: 0644]
arch/x86/include/asm/arch-tangier/acpi/platform.asl [new file with mode: 0644]
arch/x86/include/asm/arch-tangier/acpi/southcluster.asl [new file with mode: 0644]
arch/x86/include/asm/arch-tangier/global_nvs.h [new file with mode: 0644]