build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49214 )
Change subject: sconfig: Emit chip config pointers for PCI devices on root bus ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/c/coreboot/+/49214/1/util/sconfig/main.c File util/sconfig/main.c:
https://review.coreboot.org/c/coreboot/+/49214/1/util/sconfig/main.c@1227 PS1, Line 1227: fprintf(head, "extern DEVTREE_CONST void *DEVTREE_CONST __pci_0_%02x_%d_config;\n", line over 96 characters
https://review.coreboot.org/c/coreboot/+/49214/1/util/sconfig/main.c@1229 PS1, Line 1229: fprintf(fil, "DEVTREE_CONST void *DEVTREE_CONST __pci_0_%02x_%d_config = &%s_info_%d;\n", line over 96 characters
https://review.coreboot.org/c/coreboot/+/49214/1/util/sconfig/main.c@1230 PS1, Line 1230: ptr->path_a, ptr->path_b, chip_ins->chip->name_underscore, chip_ins->id); line over 96 characters