x86: Move acpi_table header to main include/ directory
authorSimon Glass <sjg@chromium.org>
Wed, 8 Apr 2020 22:57:36 +0000 (16:57 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 16 Apr 2020 06:36:28 +0000 (14:36 +0800)
commit776cc2019467567b9a834f80cc5b03128efa372a
treeecacaab497f73c667c1790ba1dc952d4a70e5f13
parent3cabcf966d42649cd60eb575c9cf5c22eb9e9123
x86: Move acpi_table header to main include/ directory

This file is potentially useful to other architectures saddled with ACPI
so move most of its contents to a common location.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
12 files changed:
arch/x86/cpu/baytrail/acpi.c
arch/x86/cpu/cpu.c
arch/x86/cpu/quark/acpi.c
arch/x86/cpu/tangier/acpi.c
arch/x86/include/asm/acpi_table.h
arch/x86/lib/acpi.c
arch/x86/lib/acpi_s3.c
arch/x86/lib/acpi_table.c
arch/x86/lib/tables.c
arch/x86/lib/zimage.c
include/acpi/acpi_table.h [new file with mode: 0644]
lib/efi_loader/efi_acpi.c