Re: [U-Boot] [PATCH 11/22] x86: acpi: Resume OS if resume vector is found

2017-04-23 Thread Simon Glass
Hi Stefan, On 17 April 2017 at 03:37, Stefan Roese wrote: > Hi Bin, > > On 12.04.2017 10:14, Bin Meng wrote: >> On Wed, Mar 22, 2017 at 4:06 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 16 March 2017 at 08:26, Bin Meng wrote: In an S3

Re: [U-Boot] [PATCH 11/22] x86: acpi: Resume OS if resume vector is found

2017-04-17 Thread Stefan Roese
Hi Bin, On 12.04.2017 10:14, Bin Meng wrote: > On Wed, Mar 22, 2017 at 4:06 AM, Simon Glass wrote: >> Hi Bin, >> >> On 16 March 2017 at 08:26, Bin Meng wrote: >>> In an S3 resume path, U-Boot does everything like a cold boot except >>> in the

Re: [U-Boot] [PATCH 11/22] x86: acpi: Resume OS if resume vector is found

2017-04-13 Thread Simon Glass
Hi Bin, On 12 April 2017 at 02:14, Bin Meng wrote: > > Hi Simon, > > On Wed, Mar 22, 2017 at 4:06 AM, Simon Glass wrote: > > Hi Bin, > > > > On 16 March 2017 at 08:26, Bin Meng wrote: > >> In an S3 resume path, U-Boot does everything

Re: [U-Boot] [PATCH 11/22] x86: acpi: Resume OS if resume vector is found

2017-04-12 Thread Bin Meng
Hi Simon, On Wed, Mar 22, 2017 at 4:06 AM, Simon Glass wrote: > Hi Bin, > > On 16 March 2017 at 08:26, Bin Meng wrote: >> In an S3 resume path, U-Boot does everything like a cold boot except >> in the last_stage_init() it jumps to the OS resume vector. >>

Re: [U-Boot] [PATCH 11/22] x86: acpi: Resume OS if resume vector is found

2017-03-21 Thread Simon Glass
Hi Bin, On 16 March 2017 at 08:26, Bin Meng wrote: > In an S3 resume path, U-Boot does everything like a cold boot except > in the last_stage_init() it jumps to the OS resume vector. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/cpu.c |

[U-Boot] [PATCH 11/22] x86: acpi: Resume OS if resume vector is found

2017-03-16 Thread Bin Meng
In an S3 resume path, U-Boot does everything like a cold boot except in the last_stage_init() it jumps to the OS resume vector. Signed-off-by: Bin Meng --- arch/x86/cpu/cpu.c | 8 arch/x86/include/asm/acpi_s3.h | 10 ++ arch/x86/lib/Makefile