diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-07 08:13:19 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-08 03:18:15 +0000 |
commit | 740afc4ddef4f4853e1fa8d92d17fc5aeb72adfd (patch) | |
tree | 8cdccca2e3cbcf1bda5b7efc771bdc8f6d5d00f1 /src | |
parent | a7421fb9cb91b4f6467d6e658f00aa8c34d7ebd8 (diff) |
arch/x86/postcar: Support CBMEM_TOP_BACKUP
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 <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21445
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |