aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-11-10 11:50:21 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-12-11 09:12:48 +0100
commit43e9c93eba3767f990aba518ef3e38c7a8892212 (patch)
tree0e3bcf144bb80d8fca6edf46c822b48b16797da3 /src/Kconfig
parent803acfa064c7e58901193571a0c293a19abb60f7 (diff)
ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP default
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 <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17358 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig9
1 files changed, 1 insertions, 8 deletions
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.