x86: Move acpi_s3.h to a common location
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:32 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:46 +0000 (13:57 +0800)
commit49a0f8cc964c612164ef101267f90266279409a7
treeba8badcc01eb994e0ab5fd0e393cb99a3a52fd20
parent59c871bca799e1dae0144192d936ac0a3c172686
x86: Move acpi_s3.h to a common location

At present this hedaer is only available on x86. To allow sandbox to use
it for testing, move it to a common location.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/baytrail/acpi.c
arch/x86/cpu/cpu.c
arch/x86/cpu/wakeup.S
arch/x86/lib/acpi_s3.c
arch/x86/lib/coreboot_table.c
arch/x86/lib/fsp/fsp_common.c
arch/x86/lib/fsp1/fsp_common.c
drivers/pci/pci_rom.c
drivers/sysreset/sysreset_x86.c
include/acpi_s3.h [moved from arch/x86/include/asm/acpi_s3.h with 100% similarity]