Dinesh Gehlot has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75753?usp=email )
Change subject: soc/intel/cmd/blk/cse: Add a config option to cache ISH version in CMOS ......................................................................
soc/intel/cmd/blk/cse: Add a config option to cache ISH version in CMOS
This patch adds a configuration option to store the ISH version in CMOS memory.
BUG=b:280722061 Test=Verified the changes nissa board.
Signed-off-by: Dinesh Gehlot digehlot@google.com Change-Id: Ic3b732545fb067638ba6e90d74cfdec1c9e1a1a4 --- M src/soc/intel/common/block/cse/Kconfig 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/75753/1
diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig index e411d33..1bceeba 100644 --- a/src/soc/intel/common/block/cse/Kconfig +++ b/src/soc/intel/common/block/cse/Kconfig @@ -61,6 +61,13 @@ help This configuration option stores CSE firmware version in CMOS memory.
+config SOC_INTEL_CACHE_ISH_VERSION_IN_CMOS + bool + default y + depends on SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION && SOC_INTEL_CACHE_CSE_VERSION_IN_CMOS + help + This configuration option stores CSE firmware version in CMOS memory. + config SOC_INTEL_STORE_CSE_VERSION bool default n