sandybridge: Kill CONFIG_HAVE_MRC_CACHE
Change-Id: I54955fa44d126b7a3d382f57b4aa0dac01688104 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7129 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
fa1d688a78
commit
7d6b0afdf5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue