drivers/intel/ish: Skip ISH version call if CSE sync is done by payload
This patch skips the ISH firmware version print when CSE sync is done by payload. The payload is responsible to dump the ISH version as ISH version resides into the CSE boot partition table. BUG=b:305898363 TEST=Able to build google/rex. Change-Id: I1895a4d3c44838a9cc6380912f09aa4f0e6687bd Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83231 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Dinesh Gehlot <digehlot@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
@@ -50,6 +50,9 @@ static void intel_ish_enable(struct device *dev)
|
||||
|
||||
static void intel_ish_get_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