diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-06-27 15:59:18 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-06-28 01:35:39 +0200 |
commit | 1cc3416f5fb58883fdad7192856c258c01909fd7 (patch) | |
tree | ebc750b195c4a79ecee9854b1c6addc1e0023409 /src/northbridge/intel/sandybridge/Kconfig | |
parent | e44a89f6fd4f421f28ef766b380dca112bf4aea2 (diff) |
Add support to enable/disable builtin GbE (again)
This requires a new system agent binary (v6 / v11 on haswell).
Note that the existing system agent binaries are long time obsolete
and won't work with current coreboot, so this update is overdue.
Change-Id: I48d8649576ca84d2b85ab082ce06f3462e189059
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/3568
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/northbridge/intel/sandybridge/Kconfig')
-rw-r--r-- | src/northbridge/intel/sandybridge/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index 56d2cd7a38..3a65782e92 100644 --- a/src/northbridge/intel/sandybridge/Kconfig +++ b/src/northbridge/intel/sandybridge/Kconfig @@ -118,8 +118,7 @@ config HAVE_MRC config MRC_FILE string "Intel System Agent path and filename" depends on HAVE_MRC - default "systemagent-ivybridge.bin" if NORTHBRIDGE_INTEL_IVYBRIDGE - default "systemagent-sandybridge.bin" if NORTHBRIDGE_INTEL_SANDYBRIDGE + default "systemagent-r6.bin" help The path and filename of the file to use as System Agent binary. |