soc/intel/cmn/cse: Skip CSE version call if sync is done by payload
This patch skips the CSE firmware version print when CSE sync is done by payload. The payload is responsible to dump the CSE version. BUG=b:305898363 TEST=Able to build google/rex. Change-Id: I1a9e5583c79ebd81291a4b3ae24529b4582502cb Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83230 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Dinesh Gehlot <digehlot@google.com> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
@@ -1418,6 +1418,9 @@ void cse_late_finalize(void)
|
||||
|
||||
static void intel_cse_get_rw_version(void)
|
||||
{
|
||||
if (CONFIG(SOC_INTEL_CSE_LITE_SYNC_BY_PAYLOAD))
|
||||
return;
|
||||
|
||||
struct cse_specific_info *info = cbmem_find(CBMEM_ID_CSE_INFO);
|
||||
if (info == NULL)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user