summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/cse
diff options
context:
space:
mode:
authorAnil Kumar <anil.kumar.k@intel.com>2023-04-26 11:31:20 -0700
committerMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2023-05-01 14:42:53 +0000
commitafb926ab0ab1405cb89245970073704cc9d2af83 (patch)
treeb2b594df83876fa771049e631f49885acbd6a7bb /src/soc/intel/common/block/cse
parent042ac352eaa97add631abe9f5c811f79209a2a2f (diff)
downloadcoreboot-afb926ab0ab1405cb89245970073704cc9d2af83.tar.gz
coreboot-afb926ab0ab1405cb89245970073704cc9d2af83.tar.bz2
coreboot-afb926ab0ab1405cb89245970073704cc9d2af83.zip
soc/intel/cmn/cse: Decouple ME_RW compression from CSE RW Sync
The change 'commit Iac37aaa5ede5e1cd ("Add Kconfigs to indicate when CSE FW sync is performed")' adds support to choose CSE FW update to be performed in ROMSTAGE or RAMSTAGE. The patch also introduced a dependency on ME_RW firmware compression. This patch removes the dependency between CSE FW sync in RAMSTAGE and ME_RW firmware compression as these two are not related and should be decoupled to support CSE FW sync in RAMSTAGE without the requirement to compress ME_FW. Signed-off-by: Anil Kumar <anil.kumar.k@intel.com> Change-Id: I5ca4e4a993e4c4cc98b8829cbefff00b28e31549 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74796 Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Diffstat (limited to 'src/soc/intel/common/block/cse')
-rw-r--r--src/soc/intel/common/block/cse/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/cse/Kconfig b/src/soc/intel/common/block/cse/Kconfig
index 73cb51bc7fc0..1eb3eff8f16f 100644
--- a/src/soc/intel/common/block/cse/Kconfig
+++ b/src/soc/intel/common/block/cse/Kconfig
@@ -256,9 +256,8 @@ config SOC_INTEL_CSE_LITE_SYNC_IN_ROMSTAGE
config SOC_INTEL_CSE_LITE_SYNC_IN_RAMSTAGE
bool
default n
- depends on SOC_INTEL_CSE_LITE_COMPRESS_ME_RW
help
- Use this option for CSE FW Update when compressed blobs are used.
+ Use this option if CSE RW update needs to be triggered during RAMSTAGE.
config SOC_INTEL_CSE_HAVE_SPEC_SUPPORT
bool