[coreboot-gerrit] Change in coreboot[master]: soc/intel/{APL, CNL, DNS, SKL}: Add UDK_VERSION Kconfig option

Subrata Banik (Code Review) gerrit at coreboot.org
Tue Jan 23 07:51:06 CET 2018


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/23374


Change subject: soc/intel/{APL, CNL, DNS, SKL}: Add UDK_VERSION Kconfig option
......................................................................

soc/intel/{APL, CNL, DNS, SKL}: Add UDK_VERSION Kconfig option

This Kconfig option will help to identify all platform
using FSP2.0.

Change-Id: I3120ce512255ed6f2a40413e8e6d8000c7285b39
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/mainboard/intel/galileo/Kconfig
M src/soc/intel/apollolake/Kconfig
M src/soc/intel/cannonlake/Kconfig
M src/soc/intel/denverton_ns/Kconfig
M src/soc/intel/skylake/Kconfig
5 files changed, 35 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/23374/1

diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index 12cbb6c..85be080 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -64,6 +64,13 @@
 
 endchoice
 
+config UDK_VERSION
+	int
+	default 2015
+	depends on MAINBOARD_USES_FSP2_0
+	help
+	  UEFI Development Kit version for Platform
+
 config FSP_VERSION
 	string
 	default "fsp1_1" if FSP_VERSION_1_1
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 2d5363d..6de3444 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -102,6 +102,13 @@
 	select INTEL_GMA_ADD_VBT_DATA_FILE if RUN_FSP_GOP
 	select HAVE_FSP_GOP
 
+config UDK_VERSION
+	int
+	default 2015
+	depends on MAINBOARD_USES_FSP2_0
+	help
+	  UEFI Development Kit version for Platform
+
 config CHROMEOS
 	select CHROMEOS_RAMOOPS_DYNAMIC
 
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index 8eee6f4..e2c528d 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -76,6 +76,13 @@
 	select TSC_MONOTONIC_TIMER
 	select UDELAY_TSC
 
+config UDK_VERSION
+	int
+	default 2017
+	depends on MAINBOARD_USES_FSP2_0
+	help
+	  UEFI Development Kit version for Platform
+
 config UART_DEBUG
 	bool "Enable UART debug port."
 	default y
diff --git a/src/soc/intel/denverton_ns/Kconfig b/src/soc/intel/denverton_ns/Kconfig
index cb13f3f..25ff595 100644
--- a/src/soc/intel/denverton_ns/Kconfig
+++ b/src/soc/intel/denverton_ns/Kconfig
@@ -51,6 +51,13 @@
 	select TSC_SYNC_MFENCE
 	select UDELAY_TSC
 
+config UDK_VERSION
+	int
+	default 2015
+	depends on MAINBOARD_USES_FSP2_0
+	help
+	  UEFI Development Kit version for Platform
+
 config FSP_T_ADDR
 	hex "Intel FSP-T (temp ram init) binary location"
 	depends on ADD_FSP_BINARIES && FSP_CAR
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 794b8e9..99af4bd 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -108,6 +108,13 @@
 	select POSTCAR_CONSOLE
 	select POSTCAR_STAGE
 
+config UDK_VERSION
+	int
+	default 2015
+	depends on MAINBOARD_USES_FSP2_0
+	help
+	  UEFI Development Kit version for Platform
+
 config USE_FSP1_1_DRIVER
 	def_bool y
 	depends on !MAINBOARD_USES_FSP2_0

-- 
To view, visit https://review.coreboot.org/23374
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: I3120ce512255ed6f2a40413e8e6d8000c7285b39
Gerrit-Change-Number: 23374
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180123/cca0c2ee/attachment-0001.html>


More information about the coreboot-gerrit mailing list