[U-Boot] [PATCH v2 08/22] x86: acpi: Add wake up assembly stub
Bin Meng
bmeng.cn at gmail.com
Wed Apr 26 07:34:30 UTC 2017
On Fri, Apr 21, 2017 at 10:24 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> This adds a wake up stub before jumping to OS wake up vector.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v2:
> - add brackets around the second x in RELOCATED(x) macro
> - word-wrap to use more columns
> - change to use present tense in the comments
>
> arch/x86/cpu/Makefile | 1 +
> arch/x86/cpu/wakeup.S | 78 ++++++++++++++++++++++++++++++++++++++++++
> arch/x86/include/asm/acpi_s3.h | 9 +++++
> 3 files changed, 88 insertions(+)
> create mode 100644 arch/x86/cpu/wakeup.S
>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list