Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80924?usp=email )
Change subject: soc/intel/cmn/cse: Deprecate CONFIG_SOC_INTEL_CSE_RW_VERSION ......................................................................
soc/intel/cmn/cse: Deprecate CONFIG_SOC_INTEL_CSE_RW_VERSION
This patch marks CONFIG_SOC_INTEL_CSE_RW_VERSION as deprecated, as future platforms will automatically determine the CSE RW version using CSE RW partition.
BUG=b:327842062 TEST=CSE RW update successful on Screebo.
Change-Id: I8c3e5c759e4d9a43c3bce3a0c032086f17592a67 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/soc/intel/common/block/cse/Kconfig 1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/80924/1
diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig index 4f585c0..7056e8b 100644 --- a/src/soc/intel/common/block/cse/Kconfig +++ b/src/soc/intel/common/block/cse/Kconfig @@ -226,13 +226,17 @@ Intel CSE CBFS RW blob path and file name
config SOC_INTEL_CSE_RW_VERSION - string "Intel CSE RW firmware version" if SOC_INTEL_CSE_RW_UPDATE + string "Intel CSE RW firmware version (deprecated)" if SOC_INTEL_CSE_RW_UPDATE 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).
+ This config may be deprecated in the future. Consider enabling automatic detection + (starting with Intel Meteor Lake) of the CSE RW version by parsing the CSE RW + partition within the CBFS stitching process. + config SOC_INTEL_CSE_SET_EOP bool default n