[U-Boot] [PATCH 048/126] x86: Move acpi_s3.h to a common location
Bin Meng
bmeng.cn at gmail.com
Sat Oct 5 15:33:25 UTC 2019
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> arch/x86/cpu/baytrail/acpi.c | 2 +-
> arch/x86/cpu/cpu.c | 2 +-
> arch/x86/cpu/wakeup.S | 2 +-
> arch/x86/lib/acpi_s3.c | 2 +-
> arch/x86/lib/coreboot_table.c | 2 +-
> arch/x86/lib/fsp/fsp_common.c | 2 +-
> arch/x86/lib/fsp1/fsp_common.c | 2 +-
> drivers/pci/pci_rom.c | 2 +-
> drivers/sysreset/sysreset_x86.c | 2 +-
> {arch/x86/include/asm => include}/acpi_s3.h | 0
> 10 files changed, 9 insertions(+), 9 deletions(-)
> rename {arch/x86/include/asm => include}/acpi_s3.h (100%)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list