[coreboot] New patch to review for coreboot: 9a9f03c Use new system agent binaries

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Nov 17 00:08:09 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1879

-gerrit

commit 9a9f03c3f21849c45bd3cd8a613dbb08fc270896
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Sat Nov 17 00:07:24 2012 +0100

    Use new system agent binaries
    
    Change-Id: I716564c4ea3b8e298cdeb82dc68e68474ed595cc
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 3rdparty                                  | 2 +-
 src/northbridge/intel/sandybridge/Kconfig | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/3rdparty b/3rdparty
index 631f0a8..b617b81 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 574a599..7ab8cc0 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.




More information about the coreboot mailing list