From 187f06f07e49ed57e0f29de0668113ae03323327 Mon Sep 17 00:00:00 2001 From: V Sowmya Date: Wed, 11 Nov 2020 06:33:43 +0530 Subject: soc/intel/common: Add Kconfig for CSE RW firmware version This patch adds a kconfig SOC_INTEL_CSE_RW_VERSION to pass the CSE RW firmware version from the mainboard. This will be extracted by makefile to update the cse_rw_metadata structure. Right now the required tool to extract the CSE RW version from the blob is still under development and after the official version of the tool is released, version will be extracted by parsing the CSE RW blob. BUG=b:169077783 Cq-Depend: chrome-internal:3402224, chrome-internal:3397863, chromium:2473603, chromium:2473603, chromium:2535950 Change-Id: I62691ee3ede7d4cd21f821381f5d1519f9061fd9 Signed-off-by: V Sowmya Reviewed-on: https://review.coreboot.org/c/coreboot/+/47430 Reviewed-by: Furquan Shaikh Reviewed-by: Karthik Ramasubramanian Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/cse/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig index a6511982de..5b52bfd9c3 100644 --- a/src/soc/intel/common/block/cse/Kconfig +++ b/src/soc/intel/common/block/cse/Kconfig @@ -40,3 +40,12 @@ config SOC_INTEL_CSE_RW_FILE default "" help Intel CSE CBFS RW blob path and file name + +config SOC_INTEL_CSE_RW_VERSION + string "Intel CSE RW firmware version" + depends on SOC_INTEL_CSE_LITE_SKU + default "" + help + This config contains the Intel CSE RW version of the blob that is provided by + SOC_INTEL_CSE_RW_FILE config and the version must be set in the format + major.minor.hotfix.build (ex: 14.0.40.1209). -- cgit v1.2.3