[U-Boot] [PATCH v2 09/22] x86: acpi: Add one API to find OS wakeup vector

Simon Glass sjg at chromium.org
Mon Apr 24 03:38:12 UTC 2017


On 21 April 2017 at 08:24, Bin Meng <bmeng.cn at gmail.com> wrote:
> This adds one API acpi_find_wakeup_vector() to locate OS wakeup
> vector from the ACPI FACS table, to be used in the S3 boot path.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - add a function comment block for acpi_find_wakeup_vector()
>
>  arch/x86/include/asm/acpi_table.h | 10 ++++++
>  arch/x86/include/asm/tables.h     |  1 +
>  arch/x86/lib/acpi_table.c         | 72 +++++++++++++++++++++++++++++++++++++++
>  3 files changed, 83 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list