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>
This commit is contained in:
parent
17b77ab6aa
commit
6446626c1e
2
3rdparty
2
3rdparty
|
@ -1 +1 @@
|
||||||
Subproject commit 631f0a82094ba619bdc81688f3dceca29770ae95
|
Subproject commit b617b812e3cf1d2c4e60efc90bf8b60232124192
|
|
@ -118,7 +118,8 @@ config HAVE_MRC
|
||||||
config MRC_FILE
|
config MRC_FILE
|
||||||
string "Intel System Agent path and filename"
|
string "Intel System Agent path and filename"
|
||||||
depends on HAVE_MRC
|
depends on HAVE_MRC
|
||||||
default "mrc.bin"
|
default "systemagent-ivybridge.bin" if NORTHBRIDGE_INTEL_IVYBRIDGE
|
||||||
|
default "systemagent-sandybridge.bin" if NORTHBRIDGE_INTEL_SANDYBRIDGE
|
||||||
help
|
help
|
||||||
The path and filename of the file to use as System Agent
|
The path and filename of the file to use as System Agent
|
||||||
binary.
|
binary.
|
||||||
|
|
Loading…
Reference in New Issue