Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68591 )
Change subject: mb/prodrive/atlas: Disable S3 ......................................................................
mb/prodrive/atlas: Disable S3
The Atlas board has currenlty the problem that suspending the System causes the System to freeze. Therefore disable S3, until the cause is figured out and fixed.
Change-Id: I5b28787df9b01683fcd4a1de8267840a80bb4fe6 --- M src/mainboard/prodrive/atlas/Kconfig 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/68591/1
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index f86db31..5f0a053 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -4,7 +4,6 @@ select INTEL_LPSS_UART_FOR_CONSOLE select EC_ACPI select FSP_TYPE_IOT - select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select INTEL_GMA_HAVE_VBT select MAINBOARD_HAS_TPM2