soc/intel/common: Add Kconfig SOC_INTEL_CSE_SET_EOP

The do_send_end_of_post function is implemented in the cse_eop.c file.
This change adds the Kconfig SOC_INTEL_CSE_SET_EOP in cse.c to avoid
build issue.

Change-Id: Ib52404d9ad4c01a460e4cfef331c529d2a53337a
Signed-off-by: John Zhao <john.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63159
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
This commit is contained in:
John 2022-03-28 15:43:25 -07:00 committed by Felix Held
parent ac49aaf0f9
commit 7cd968e69b
1 changed files with 2 additions and 1 deletions

View File

@ -1212,6 +1212,7 @@ struct cse_notify_phase_data {
*/
static void cse_final_ready_to_boot(void)
{
if (CONFIG(SOC_INTEL_CSE_SET_EOP))
cse_send_end_of_post();
cse_control_global_reset_lock();