[coreboot-gerrit] New patch to review for coreboot: 064691a ivybridge: Don't propose to include systemagent on native boards.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Aug 9 18:08:34 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6566

-gerrit

commit 064691a018e8f16b95fb9e4bfd5d0a4d39284fed
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Aug 9 18:07:42 2014 +0200

    ivybridge: Don't propose to include systemagent on native boards.
    
    Change-Id: Ib70a6741b55609840b6fd2fca16bcf9883bf143c
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/intel/sandybridge/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 883d36f..cccc09e 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -79,6 +79,7 @@ config DCACHE_RAM_MRC_VAR_SIZE
 
 config HAVE_MRC
 	bool "Add a System Agent binary"
+	depends on !NORTHBRIDGE_INTEL_IVYBRIDGE_NATIVE
 	help
 	  Select this option to add a System Agent binary to
 	  the resulting coreboot image.



More information about the coreboot-gerrit mailing list