[coreboot-gerrit] New patch to review for coreboot: intel/braswell: Disable IFD & ME by default so abuild can build

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Jan 4 22:25:56 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12828

-gerrit

commit 60a5567d7e9bfff4015c115baa7be6fbadf977cf
Author: Martin Roth <martinroth at google.com>
Date:   Mon Jan 4 14:23:53 2016 -0700

    intel/braswell: Disable IFD & ME by default so abuild can build
    
    The Braswell IFD & ME blobs aren't published in the 3rdparty repo, so
    disable them by default for now.
    
    Change-Id: If68ff1f37fbf7afb2f9eb1e5d9942afcf40ab1e3
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/soc/intel/braswell/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index 11d946a..c546e40 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -124,13 +124,13 @@ config ENABLE_BUILTIN_COM1
 	  the debug console.
 
 config HAVE_IFD_BIN
-	def_bool y
+	def_bool n
 
 config BUILD_WITH_FAKE_IFD
 	def_bool !HAVE_IFD_BIN
 
 config HAVE_ME_BIN
-	def_bool y
+	def_bool n
 
 config IED_REGION_SIZE
 	hex



More information about the coreboot-gerrit mailing list