build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25811 )
Change subject: [WIP] soc/intel/cannonlake: Use bootblock common stage ......................................................................
Patch Set 7:
(4 comments)
https://review.coreboot.org/#/c/25811/7/src/soc/intel/cannonlake/bootblock/r... File src/soc/intel/cannonlake/bootblock/report_platform.c:
https://review.coreboot.org/#/c/25811/7/src/soc/intel/cannonlake/bootblock/r... PS7, Line 55: const struct cpu_info* soc_get_cpu_id_table(void) "foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/25811/7/src/soc/intel/cannonlake/bootblock/r... PS7, Line 60: const struct mch_info* soc_get_mch_id_table(void) "foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/25811/7/src/soc/intel/cannonlake/bootblock/r... PS7, Line 65: const struct pch_info* soc_get_pch_id_table(void) "foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/25811/7/src/soc/intel/cannonlake/bootblock/r... PS7, Line 70: const struct igd_info* soc_get_igd_id_table(void) "foo* bar" should be "foo *bar"