build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31448 )
Change subject: src/device/pci: Add support for discrete VGA initialization and OpROM loading ......................................................................
Patch Set 12:
(4 comments)
https://review.coreboot.org/#/c/31448/12/src/device/pci_device.c File src/device/pci_device.c:
https://review.coreboot.org/#/c/31448/12/src/device/pci_device.c@834 PS12, Line 834: pci_class == PCI_CLASS_DISPLAY_VGA ? "Integrated" : "Discrete"); line over 80 characters
https://review.coreboot.org/#/c/31448/12/src/device/pci_device.c@841 PS12, Line 841: pci_class == PCI_CLASS_DISPLAY_VGA ? "Integrated" : "Discrete"); line over 80 characters
https://review.coreboot.org/#/c/31448/12/src/device/pci_rom.c File src/device/pci_rom.c:
https://review.coreboot.org/#/c/31448/12/src/device/pci_rom.c@188 PS12, Line 188: /* Set the start of shadow memory for this Integrated or Discrete VGA. */ line over 80 characters
https://review.coreboot.org/#/c/31448/12/src/device/pci_rom.c@191 PS12, Line 191: run_rom = (struct rom_header *)(uintptr_t)PCI_VGA_RAM_IMAGE_START; line over 80 characters