Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14091
-gerrit
commit 0d58b28022dfe0ef3db75d089dabc67a0435db17 Author: Martin Roth martinroth@google.com Date: Mon Mar 14 15:16:48 2016 -0600
vendorcode/intel/Kconfig: Add broadwell_de symbol to fix lint
The Kconfig lint tool is complaining because this symbol doesn't exist. Create a temporary definition that can be removed when the chipset is added.
Change-Id: I6a8abffcc91773aae16721ee1f48c4c64bd6b486 Signed-off-by: Martin Roth martinroth@google.com --- src/vendorcode/intel/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig index 795ad93..5da3b2d 100644 --- a/src/vendorcode/intel/Kconfig +++ b/src/vendorcode/intel/Kconfig @@ -13,6 +13,11 @@ ## GNU General Public License for more details. ##
+# Temporary definition: Add a symbol for broadwell DE until the actual +# chipset goes in. This fixes an issue with the Kconfig lint tool. +config SOC_INTEL_FSP_BROADWELL_DE + def_bool n + config FSP_VENDORCODE_HEADER_PATH string default "fsp1_0/ivybridge_bd82x6x" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X