Re: [U-Boot] [PATCH v2 08/22] x86: acpi: Add wake up assembly stub

2017-04-26 Thread Bin Meng
On Fri, Apr 21, 2017 at 10:24 PM, Bin Meng wrote: > This adds a wake up stub before jumping to OS wake up vector. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > > --- > > Changes in v2: > - add brackets around the second x in RELOCATED(x) macro > - word-wrap to use more columns > - cha

[U-Boot] [PATCH v2 08/22] x86: acpi: Add wake up assembly stub

2017-04-21 Thread Bin Meng
This adds a wake up stub before jumping to OS wake up vector. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- 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