From fb32be4090f088da8db877d3dce42d95b50212b6 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 12 Apr 2017 04:31:54 +0300 Subject: AGESA: Implement EARLY_CBMEM_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Boards without AGESA_LEGACY_WRAPPER gain EARLY_CBMEM_INIT. This does not apply to family12 and family14 just yet, as they do invalidate without write-back on CAR teardown. Change-Id: I008356efa2bc3df0ed1f0720e225ecc7e9995127 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/19329 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/northbridge/amd/agesa/family14/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/amd/agesa/family14') diff --git a/src/northbridge/amd/agesa/family14/Kconfig b/src/northbridge/amd/agesa/family14/Kconfig index 2e295ef528..4f6c51e0d9 100644 --- a/src/northbridge/amd/agesa/family14/Kconfig +++ b/src/northbridge/amd/agesa/family14/Kconfig @@ -14,6 +14,7 @@ ## config NORTHBRIDGE_AMD_AGESA_FAMILY14 bool + select LATE_CBMEM_INIT if NORTHBRIDGE_AMD_AGESA_FAMILY14 -- cgit v1.2.3