Re: [U-Boot] [PATCH 05/22] x86: fsp: acpi: Pass different boot mode to FSP init

2017-03-21 Thread Simon Glass
On 16 March 2017 at 08:26, Bin Meng wrote: > When ACPI S3 resume is turned on, we should pass different boot mode > to FSP init instead of default BOOT_FULL_CONFIG. > > Signed-off-by: Bin Meng > --- > > arch/x86/include/asm/acpi_s3.h | 18 ++ > arch/x86/lib/fsp/fsp_common.c | 26

[U-Boot] [PATCH 05/22] x86: fsp: acpi: Pass different boot mode to FSP init

2017-03-16 Thread Bin Meng
When ACPI S3 resume is turned on, we should pass different boot mode to FSP init instead of default BOOT_FULL_CONFIG. Signed-off-by: Bin Meng --- arch/x86/include/asm/acpi_s3.h | 18 ++ arch/x86/lib/fsp/fsp_common.c | 26 +- 2 files changed, 43 insertion