Attention is currently required from: Paul Menzel, Dinesh Gehlot.
Subrata Banik has uploaded a new patch set (#12) to the change originally created by Dinesh Gehlot. ( https://review.coreboot.org/c/coreboot/+/74255 )
Change subject: soc/intel/cmd/block/cse: Add config option for storing fw version info ......................................................................
soc/intel/cmd/block/cse: Add config option for storing fw version info
This patch adds a configuration option, 'SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION', which enables the storage of firmware version information in CBMEM memory. This information can be used to identify the firmware version that is currently installed on the system. The option depends on the `DRIVERS_INTEL_ISH` config and platform should be flexible enough to opt out from enabling this feature.
BUG=b:273661726 TEST=Able to build and boot google/marasov.
Signed-off-by: Dinesh Gehlot digehlot@google.com Change-Id: I78fef45fd2940536b3e91cfd4d184b7635238499 --- M src/soc/intel/common/block/cse/Kconfig 1 file changed, 30 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/74255/12