On Thu, Apr 9, 2020 at 6:58 AM Simon Glass <[email protected]> wrote: > > 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 <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > Reviewed-by: Wolfgang Wallner <[email protected]> > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: > - Update commit message to say that we move most of its contents > - Move acpi_table.h to include/acpi > - Add forward declarations for the functions > > Changes in v2: None > > arch/x86/cpu/baytrail/acpi.c | 2 +- > arch/x86/cpu/cpu.c | 2 +- > arch/x86/cpu/quark/acpi.c | 2 +- > arch/x86/cpu/tangier/acpi.c | 4 +- > arch/x86/include/asm/acpi_table.h | 381 +---------------------------- > arch/x86/lib/acpi.c | 2 +- > arch/x86/lib/acpi_s3.c | 2 +- > arch/x86/lib/acpi_table.c | 2 +- > arch/x86/lib/tables.c | 2 +- > arch/x86/lib/zimage.c | 2 +- > include/acpi/acpi_table.h | 394 ++++++++++++++++++++++++++++++ > lib/efi_loader/efi_acpi.c | 2 +- > 12 files changed, 412 insertions(+), 385 deletions(-) > create mode 100644 include/acpi/acpi_table.h >
applied to u-boot-x86, thanks!

