summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-17 00:07:24 +0100
committerRonald G. Minnich <rminnich@gmail.com>2012-11-17 00:29:18 +0100
commit6446626c1e575bf77a795f92ceead167e731990c (patch)
treeb05744ee26018dee15a7017cb475efa9ef9bd7b2
parent17b77ab6aa4833f6b369a12dd9da87c8104f482c (diff)
downloadcoreboot-6446626c1e575bf77a795f92ceead167e731990c.tar.gz
coreboot-6446626c1e575bf77a795f92ceead167e731990c.tar.bz2
coreboot-6446626c1e575bf77a795f92ceead167e731990c.zip
Use new system agent binaries
Change-Id: I716564c4ea3b8e298cdeb82dc68e68474ed595cc Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1879 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
m---------3rdparty0
-rw-r--r--src/northbridge/intel/sandybridge/Kconfig3
2 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty b/3rdparty
-Subproject 631f0a82094ba619bdc81688f3dceca29770ae9
+Subproject b617b812e3cf1d2c4e60efc90bf8b6023212419
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 574a599215eb..7ab8cc062d5a 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -118,7 +118,8 @@ config HAVE_MRC
config MRC_FILE
string "Intel System Agent path and filename"
depends on HAVE_MRC
- default "mrc.bin"
+ default "systemagent-ivybridge.bin" if NORTHBRIDGE_INTEL_IVYBRIDGE
+ default "systemagent-sandybridge.bin" if NORTHBRIDGE_INTEL_SANDYBRIDGE
help
The path and filename of the file to use as System Agent
binary.