[U-Boot] [PATCH v2 01/22] x86: acpi: Add Kconfig option and header file for ACPI resume

Bin Meng bmeng.cn at gmail.com
Wed Apr 26 07:33:51 UTC 2017


On Fri, Apr 21, 2017 at 10:24 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> This introduces a Kconfig option for ACPI S3 resume, as well as a
> header file to include anything related to ACPI S3 resume.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v2:
> - fixed several nits in CONFIG_HAVE_ACPI_RESUME Kconfig help text
> - return -EINVAL instead of -1 in acpi_sleep_from_pm1()
> - add a function comment block for acpi_sleep_from_pm1()
>
>  arch/x86/Kconfig               | 12 ++++++++
>  arch/x86/include/asm/acpi_s3.h | 64 ++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 76 insertions(+)
>  create mode 100644 arch/x86/include/asm/acpi_s3.h
>

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


More information about the U-Boot mailing list