Anil Kumar K has uploaded a new patch set (#3) to the change originally created by Anil Kumar K. ( https://review.coreboot.org/c/coreboot/+/74796 )
Change subject: soc/intel/cmn/cse: Remove dependency on ME_RW compression for CSE FW sync ......................................................................
soc/intel/cmn/cse: Remove dependency on ME_RW compression for CSE FW 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 removed 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 --- M src/soc/intel/common/block/cse/Kconfig 1 file changed, 17 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/74796/3