[coreboot-gerrit] Change in coreboot[master]: soc/intel/broadwell/Kconfig: Clean up redefined config options

Arthur Heymans (Code Review) gerrit at coreboot.org
Fri Aug 10 20:41:55 CEST 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/28011


Change subject: soc/intel/broadwell/Kconfig: Clean up redefined config options
......................................................................

soc/intel/broadwell/Kconfig: Clean up redefined config options

All broadwell board set HAVE_IFD_BIN to default n, overloading the option in
soc, therefore just use the defaults in sb/intel/common/firmware.

Change-Id: I250dbbc9d61ecedc1a1eb48751ad966732604349
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/google/auron/Kconfig
M src/mainboard/google/jecht/Kconfig
M src/mainboard/intel/wtm2/Kconfig
M src/mainboard/purism/librem_bdw/Kconfig
M src/soc/intel/broadwell/Kconfig
5 files changed, 0 insertions(+), 38 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/28011/1

diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig
index 92dd9e4..ea0e01f 100644
--- a/src/mainboard/google/auron/Kconfig
+++ b/src/mainboard/google/auron/Kconfig
@@ -74,12 +74,4 @@
 	string
 	default "pci8086,0406.rom"
 
-config HAVE_IFD_BIN
-	bool
-	default n
-
-config HAVE_ME_BIN
-	bool
-	default n
-
 endif
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index e980205..0720375 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -55,12 +55,4 @@
 	string
 	default "pci8086,0406.rom"
 
-config HAVE_IFD_BIN
-	bool
-	default n
-
-config HAVE_ME_BIN
-	bool
-	default n
-
 endif
diff --git a/src/mainboard/intel/wtm2/Kconfig b/src/mainboard/intel/wtm2/Kconfig
index 45a8666..25ffac3 100644
--- a/src/mainboard/intel/wtm2/Kconfig
+++ b/src/mainboard/intel/wtm2/Kconfig
@@ -35,12 +35,4 @@
 	string
 	default "pci8086,0166.rom"
 
-config HAVE_IFD_BIN
-	bool
-	default n
-
-config HAVE_ME_BIN
-	bool
-	default n
-
 endif # BOARD_INTEL_WTM2
diff --git a/src/mainboard/purism/librem_bdw/Kconfig b/src/mainboard/purism/librem_bdw/Kconfig
index 726fb4a..fd78087 100644
--- a/src/mainboard/purism/librem_bdw/Kconfig
+++ b/src/mainboard/purism/librem_bdw/Kconfig
@@ -37,14 +37,6 @@
 config PCIEXP_AER
 	def_bool n
 
-config HAVE_IFD_BIN
-	bool
-	default n
-
-config HAVE_ME_BIN
-	bool
-	default n
-
 config MAINBOARD_DIR
 	string
 	default purism/librem_bdw
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 1b1085a..32148c4 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -207,12 +207,6 @@
 
 endif # HAVE_REFCODE_BLOB
 
-config HAVE_ME_BIN
-	def_bool y
-
-config BUILD_WITH_FAKE_IFD
-	def_bool !HAVE_IFD_BIN
-
 config CHIPSET_BOOTBLOCK_INCLUDE
 	string
 	default "soc/intel/broadwell/bootblock/timestamp.inc"

-- 
To view, visit https://review.coreboot.org/28011
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I250dbbc9d61ecedc1a1eb48751ad966732604349
Gerrit-Change-Number: 28011
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180810/51b3ea9b/attachment-0001.html>


More information about the coreboot-gerrit mailing list