From 740afc4ddef4f4853e1fa8d92d17fc5aeb72adfd Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 7 Sep 2017 08:13:19 +0300 Subject: arch/x86/postcar: Support CBMEM_TOP_BACKUP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Boards with CBMEM_TOP_BACKUP=y can also use POSTCAR_STAGE for MTRR setup after adding this file in the build. Change-Id: I5f9a673ff59ccfbba16308d27f653f5cf3b49017 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21445 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/x86/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 5f184c5d96..04e679fa87 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -280,6 +280,7 @@ postcar-generic-ccopts += -D__POSTCAR__ postcar-y += boot.c postcar-y += cbfs_and_run.c +postcar-y += cbmem.c postcar-y += cpu_common.c postcar-y += exit_car.S postcar-y += memcpy.c -- cgit v1.2.3