aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-01-29 10:14:48 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-05-18 12:21:20 +0000
commitdc71e254941cf922e4686fc40bf8d77f3ccfe447 (patch)
treec6ce9d6700a4c87d1db67dc310058aafc3301622 /src/northbridge/intel/nehalem/Makefile.inc
parent0e9bbcc90544c1c1be8007740fc988d953a578aa (diff)
nb/intel/nehalem: Use the common mrc cache driver
The common mrc cache driver allows to save the raminit training results to a separate fmap region which is more manageable than a cbfsfile. Change-Id: I25a6d3fe5466d142e3d10429a87b19047040c251 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23484 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/intel/nehalem/Makefile.inc')
-rw-r--r--src/northbridge/intel/nehalem/Makefile.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/northbridge/intel/nehalem/Makefile.inc b/src/northbridge/intel/nehalem/Makefile.inc
index b5c19ffaf3..acb828c1c5 100644
--- a/src/northbridge/intel/nehalem/Makefile.inc
+++ b/src/northbridge/intel/nehalem/Makefile.inc
@@ -29,14 +29,4 @@ romstage-y += ../../../arch/x86/walkcbfs.S
smm-$(CONFIG_HAVE_SMI_HANDLER) += finalize.c
-$(obj)/mrc.cache:
- dd if=/dev/zero count=1 \
- bs=$(shell printf "%d" $(CONFIG_MRC_CACHE_SIZE) ) | \
- tr '\000' '\377' > $@
-
-cbfs-files-y += mrc.cache
-mrc.cache-file := $(obj)/mrc.cache
-mrc.cache-align := 0x10000
-mrc.cache-type := mrc_cache
-
endif