From 6446626c1e575bf77a795f92ceead167e731990c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 17 Nov 2012 00:07:24 +0100 Subject: [PATCH] Use new system agent binaries Change-Id: I716564c4ea3b8e298cdeb82dc68e68474ed595cc Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1879 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- 3rdparty | 2 +- src/northbridge/intel/sandybridge/Kconfig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/3rdparty b/3rdparty index 631f0a8209..b617b812e3 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 631f0a82094ba619bdc81688f3dceca29770ae95 +Subproject commit b617b812e3cf1d2c4e60efc90bf8b60232124192 diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index 574a599215..7ab8cc062d 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.