[coreboot-gerrit] Patch set updated for coreboot: ba5dc45 sandybridge: Kill CONFIG_HAVE_MRC_CACHE

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Oct 19 12:50:39 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7129

-gerrit

commit ba5dc4514900d8c05282f4f8562efd3fac62301b
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Oct 19 03:07:26 2014 +0200

    sandybridge: Kill CONFIG_HAVE_MRC_CACHE
    
    Change-Id: I54955fa44d126b7a3d382f57b4aa0dac01688104
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/t520/Kconfig              | 4 ----
 src/mainboard/lenovo/t530/Kconfig              | 4 ----
 src/mainboard/lenovo/x220/Kconfig              | 4 ----
 src/mainboard/lenovo/x230/Kconfig              | 4 ----
 src/northbridge/intel/sandybridge/Kconfig      | 4 ----
 src/northbridge/intel/sandybridge/Makefile.inc | 2 +-
 6 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index c20126d..a088bd0 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -25,10 +25,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	# Workaround for EC/KBC IRQ1.
 	select SERIRQ_CONTINUOUS_MODE
 
-config HAVE_MRC_CACHE
-	bool
-	default y
-
 config HAVE_IFD_BIN
 	bool
 	default n
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index a8c31c9..f6d49fc 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -26,10 +26,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	# Workaround for EC/KBC IRQ1.
 	select SERIRQ_CONTINUOUS_MODE
 
-config HAVE_MRC_CACHE
-	bool
-	default y
-
 config HAVE_IFD_BIN
 	bool
 	default n
diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig
index b81afc8..b00b786 100644
--- a/src/mainboard/lenovo/x220/Kconfig
+++ b/src/mainboard/lenovo/x220/Kconfig
@@ -25,10 +25,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	# Workaround for EC/KBC IRQ1.
 	select SERIRQ_CONTINUOUS_MODE
 
-config HAVE_MRC_CACHE
-	bool
-	default y
-
 config HAVE_IFD_BIN
 	bool
 	default n
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
index 4012de1..be6393b 100644
--- a/src/mainboard/lenovo/x230/Kconfig
+++ b/src/mainboard/lenovo/x230/Kconfig
@@ -25,10 +25,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	# Workaround for EC/KBC IRQ1.
 	select SERIRQ_CONTINUOUS_MODE
 
-config HAVE_MRC_CACHE
-	bool
-	default y
-
 config HAVE_IFD_BIN
 	bool
 	default n
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index c6ac458..47592c6 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -104,10 +104,6 @@ config HAVE_MRC
 
 	  Note: Without this binary coreboot will not work
 
-config HAVE_MRC_CACHE
-       bool
-       default HAVE_MRC
-
 config MRC_FILE
 	string "Intel System Agent path and filename"
 	depends on HAVE_MRC
diff --git a/src/northbridge/intel/sandybridge/Makefile.inc b/src/northbridge/intel/sandybridge/Makefile.inc
index 0762a2d..627a765 100644
--- a/src/northbridge/intel/sandybridge/Makefile.inc
+++ b/src/northbridge/intel/sandybridge/Makefile.inc
@@ -55,7 +55,7 @@ $(obj)/mrc.cache: $(obj)/config.h
 	bs=$(shell printf "%d" $(CONFIG_MRC_CACHE_SIZE) ) | \
 	tr '\000' '\377' > $@
 
-cbfs-files-$(CONFIG_HAVE_MRC_CACHE) += mrc.cache
+cbfs-files-y += mrc.cache
 mrc.cache-file := $(obj)/mrc.cache
 mrc-cache-position-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) := 0xfffd0000
 mrc-cache-position-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) := 0xfffd0000



More information about the coreboot-gerrit mailing list