
Attention is currently required from: Sugnan Prabhu S, Sridhar Siricilla. Jamie Ryu has uploaded a new patch set (#8) 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, 149 insertions(+), 85 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/46819/8 -- To view, visit https://review.coreboot.org/c/coreboot/+/46819 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I50da4206de05e552de68af7fa0afaef2dac33004 Gerrit-Change-Number: 46819 Gerrit-PatchSet: 8 Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla@intel.com> Gerrit-Reviewer: Jamie Ryu <jamie.m.ryu@intel.com> Gerrit-Reviewer: Krishna P Bhat D <krishna.p.bhat.d@intel.com> Gerrit-Reviewer: Martin Roth <martinroth@google.com> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> Gerrit-Reviewer: Raj Astekar <raj.astekar@intel.com> Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi@intel.com> Gerrit-Reviewer: Sugnan Prabhu S <sugnan.prabhu.s@intel.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-Attention: Sugnan Prabhu S <sugnan.prabhu.s@intel.com> Gerrit-Attention: Sridhar Siricilla <sridhar.siricilla@intel.com> Gerrit-MessageType: newpatchset