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

Bin Meng bmeng.cn at gmail.com
Wed Apr 26 07:34:35 UTC 2017


On Mon, Apr 24, 2017 at 11:38 AM, Simon Glass <sjg at chromium.org> wrote:
> 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>

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


More information about the U-Boot mailing list