Re: [U-Boot] [PATCH 06/22] x86: Store and display previous sleep state

2017-03-21 Thread Simon Glass
Hi Bin, On 16 March 2017 at 08:26, Bin Meng wrote: > Add one member in the global data to store previous sleep state, > and display the state during boot in print_cpuinfo(). > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/cpu.c | 6 ++ > arch/x86/include/asm/acpi_s3.h

[U-Boot] [PATCH 06/22] x86: Store and display previous sleep state

2017-03-16 Thread Bin Meng
Add one member in the global data to store previous sleep state, and display the state during boot in print_cpuinfo(). Signed-off-by: Bin Meng --- arch/x86/cpu/cpu.c | 6 ++ arch/x86/include/asm/acpi_s3.h | 20 arch/x86/include/asm/global_data.h |