aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/Kconfig
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2018-03-21 10:45:08 -0700
committerFurquan Shaikh <furquan@google.com>2018-03-22 05:04:06 +0000
commita3ad990089ec0a13df52c7451ee5092229346bf6 (patch)
tree8eebae3a41b469a1e789b2f9ddddef5b95126f4d /src/soc/intel/skylake/Kconfig
parent088b6e8f8bdd96c759a7a10c0db2d56693056a1b (diff)
soc/intel/skylake: Define IFD_CHIPSET
This change defines IFD_CHIPSET as sklkbl to allow ifdtool to set the right access control bits for SKL/KBL platforms. BUG=b:76098647 BRANCH=poppy TEST=Verified that the access control bits on KBL platforms are set correctly. Change-Id: I7b2131caa06d6a975e703262931ec0ea519a86aa Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/25307 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/Kconfig')
-rw-r--r--src/soc/intel/skylake/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 34893dc593..aac4a8fa5d 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -355,4 +355,8 @@ config SOC_INTEL_COMMON_LPSS_UART_CLK_N_VAL
hex
default 0xc35
+config IFD_CHIPSET
+ string
+ default "sklkbl"
+
endif