[U-Boot] [PATCH 048/126] x86: Move acpi_s3.h to a common location

Bin Meng bmeng.cn at gmail.com
Mon Oct 7 01:55:30 UTC 2019


On Sat, Oct 5, 2019 at 11:33 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> 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>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list