From 43e9c93eba3767f990aba518ef3e38c7a8892212 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 10 Nov 2016 11:50:21 +0200 Subject: ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Except fo nehalem, K8, f10 and f15 (non-AGESA) romstage ramstack is placed in CBMEM and ramstage loader takes care of tiny backup. Change-Id: I8477944f48ed2493d0a5e436a4088eb9fc3d59c5 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17358 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/Kconfig | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index a22a2b3edc..436964c415 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -556,16 +556,9 @@ config HAVE_ACPI_RESUME bool default n -config ACPI_TINY_LOWMEM_BACKUP - bool - default n - help - On S3 resume path, backup only the region of low memory ramstage - will occupy. Requires platform places romstage ramstack in CBMEM. - config ACPI_HUGE_LOWMEM_BACKUP bool - default !ACPI_TINY_LOWMEM_BACKUP + default n help On S3 resume path, backup low memory from RAMBASE..RAMTOP in CBMEM. -- cgit v1.2.3