build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32991 )
Change subject: soc/intel/cannonlake: Dump ME status info before notify EndOfFirmware ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/32991/1/src/soc/intel/cannonlake/include/soc... File src/soc/intel/cannonlake/include/soc/me.h:
https://review.coreboot.org/#/c/32991/1/src/soc/intel/cannonlake/include/soc... PS1, Line 19: void dump_me_status(void* unused); "foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/32991/1/src/soc/intel/cannonlake/me.c File src/soc/intel/cannonlake/me.c:
https://review.coreboot.org/#/c/32991/1/src/soc/intel/cannonlake/me.c@238 PS1, Line 238: void dump_me_status(void* unused) "foo* bar" should be "foo *bar"