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

2017-04-26 Thread Bin Meng
On Fri, Apr 21, 2017 at 10:24 PM, 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 > Reviewed-by: Simon Glass > > --- > > Changes in v2: > - add a function comment block for acpi

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

2017-04-21 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 Reviewed-by: Simon Glass --- Changes in v2: - add a function comment block for acpi_ss_string() - use a string array for sleep state string - add a des