Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-17 | x86: fsp: acpi: Pass different boot mode to FSP init | 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 <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Roese <sr@denx.de> | |||
2017-05-17 | x86: acpi: Add Kconfig option and header file for ACPI resume | Bin Meng | |
This introduces a Kconfig option for ACPI S3 resume, as well as a header file to include anything related to ACPI S3 resume. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Roese <sr@denx.de> |