John Zhao has posted comments on this change. ( https://review.coreboot.org/28060 )
Change subject: intel/common/block: Fix issues found by klockwork ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/28060/1/src/soc/intel/common/block/cpu/mp_in... File src/soc/intel/common/block/cpu/mp_init.c:
https://review.coreboot.org/#/c/28060/1/src/soc/intel/common/block/cpu/mp_in... PS1, Line 137: assert
Note that asserts are typically non-fatal in coreboot, so this may not fix your issue.
Links are downstream buses attached to the device as: DEVTREE_CONST struct bus *link_list assert(dev->link_list != NULL) would avoid NULL pointer to be dereferenced.