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

2017-03-21 Thread Simon Glass
Hi Bin, On 16 March 2017 at 08:26, Bin Meng 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 > --- > > arch/x86/include/asm/acpi_table.h | 1 + > arch/x86/include/asm/tables.h

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

2017-03-16 Thread Bin Meng
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 --- arch/x86/include/asm/acpi_table.h | 1 + arch/x86/include/asm/tables.h | 1 + arch/x86/lib/acpi_table.c | 72 +++