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/northbridge/intel/nehalem/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/nehalem') diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig index 884660ad88..281f7279bc 100644 --- a/src/northbridge/intel/nehalem/Kconfig +++ b/src/northbridge/intel/nehalem/Kconfig @@ -21,6 +21,7 @@ config NORTHBRIDGE_INTEL_NEHALEM select TSC_MONOTONIC_TIMER select INTEL_GMA_ACPI select NORTHBRIDGE_INTEL_COMMON_MRC_CACHE + select ACPI_HUGE_LOWMEM_BACKUP if NORTHBRIDGE_INTEL_NEHALEM -- cgit v1.2.3