soc/intel/cmn/cse: Display CSE RW FW version by default for LITE SKU

This patch selects SOC_INTEL_STORE_CSE_FW_VERSION config by default
for CSE LITE SKU. It helps to dump the CSE RW firmware version which
further consumed by auto-test infrastructure to ensure CSE RW firmware
update is successful.

BUG=b:285405031
TEST=Able to build and boot google/rex.
Verified CSE RW FW version (for LITE SKU) is getting displayed without
impacting the boot time.

Change-Id: Iba5903c73c0a45b01e6473714e0d5f759c061825
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77175
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
Subrata Banik 2023-08-13 13:17:22 +00:00
parent 65a6d1714d
commit c8a0417574
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ config SOC_INTEL_COMMON_BLOCK_HECI1_DISABLE_USING_PCR
config SOC_INTEL_STORE_CSE_FW_VERSION
bool
default n
default y
depends on SOC_INTEL_CSE_LITE_SKU
help
This configuration option stores CSE RW FW version in CBMEM area.