Attention is currently required from: Jamie Ryu, Sugnan Prabhu S, Sridhar Siricilla. Jamie Ryu has uploaded a new patch set (#9) to the change originally created by Sridhar Siricilla. ( https://review.coreboot.org/c/coreboot/+/46819 )
Change subject: soc/intel/common: Move reset request into intel_fw_update ......................................................................
soc/intel/common: Move reset request into intel_fw_update
The patch implements below functionalities: 1. Move reset request from CSE FW Update & UCODE Update. 2. Implement intel_fw_sync(), which triggers UCODE and CSE Lite FW update. 3. intel_fw_sync() triggers global reset if either of CSE Lite FW Update or UCODE Update requests reset.
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Signed-off-by: Jamie Ryu jamie.m.ryu@intel.com Change-Id: I50da4206de05e552de68af7fa0afaef2dac33004 --- M src/soc/intel/alderlake/romstage/romstage.c M src/soc/intel/common/basecode/fw_update/Makefile.inc A src/soc/intel/common/basecode/fw_update/fw_update.c M src/soc/intel/common/basecode/fw_update/ucode_update.c A src/soc/intel/common/basecode/include/intelbasecode/fw_update.h M src/soc/intel/common/basecode/include/intelbasecode/ucode_update.h M src/soc/intel/common/block/cse/cse_lite.c M src/soc/intel/common/block/include/intelblocks/cse.h M src/soc/intel/jasperlake/romstage/romstage.c M src/soc/intel/tigerlake/romstage/romstage.c 10 files changed, 151 insertions(+), 84 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/46819/9