Sridhar Siricilla has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70130 )
Change subject: soc/intel/common: Update comment for cse_final_ready_to_boot() ......................................................................
soc/intel/common: Update comment for cse_final_ready_to_boot()
The patch updates the comment for cse_final_ready_to_boot() function to indicate generic implementation.
TEST=Build the code for Gimble
Change-Id: I8270927aaa0afad3a6779633792e316d803fb091 Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com --- M src/soc/intel/common/block/cse/cse.c 1 file changed, 17 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/70130/1
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c index 2cb3452..b0dc896 100644 --- a/src/soc/intel/common/block/cse/cse.c +++ b/src/soc/intel/common/block/cse/cse.c @@ -1224,8 +1224,8 @@ }
/* - * `cse_final_ready_to_boot` function is native implementation of equivalent events - * performed by FSP NotifyPhase(Ready To Boot) API invocations. + * `cse_final_ready_to_boot` function implements list of operations required to perform before + * loading the OS Loader or depthcharge. * * Operations are: * 1. Send EOP to CSE if not done.