diff options
author | Subrata Banik <subratabanik@google.com> | 2024-03-02 23:08:50 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-03-05 10:17:22 +0000 |
commit | 3b0d573dc24f145a0c4bac42a973386cc9aa5d42 (patch) | |
tree | f4ac5aeb90db2f17e2f98846d8b60509745d52c9 | |
parent | cac81cd120e30915ad322e03f3bb8f468e9851cb (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80924
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
-rw-r--r-- | src/soc/intel/common/block/cse/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig index 4f585c042d..b0524ea4f8 100644 --- a/src/soc/intel/common/block/cse/Kconfig +++ b/src/soc/intel/common/block/cse/Kconfig @@ -226,13 +226,17 @@ config SOC_INTEL_CSE_RW_FILE 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 not providing the CSE RW + firmware version here and let the CSE version be automatically queried from the CSE + binary at build time (available with Meteor Lake and following platforms). + config SOC_INTEL_CSE_SET_EOP bool default n |