Subrata Banik has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/69975 )
Change subject: soc/intel/cmn/cse: Send EOP cmd from .final aka `cse_final()` ......................................................................
soc/intel/cmn/cse: Send EOP cmd from .final aka `cse_final()`
This patch refactors common code to allow cse_final() function to send EOP cmd if the SoC user selects `SOC_INTEL_CSE_SET_EOP` kconfig.
This patch helps cse_final_ready_to_boot() and cse_final_end_of_firmware() function for being meaningful with its operation and let cse_final() being that outer layer to perform three operations based on the selected kconfig.
1. send cse eop command 2. perform cse_final_end_of_firmware() operations 3. perform cse_final_end_of_firmware() operations
BUG=b:260041679 TEST=Able to send EOP command successfully for Google/Taeko.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I412291c9378011509d3825f9b01e81bfced53303 --- M src/soc/intel/common/block/cse/cse.c 1 file changed, 31 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/69975/2