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 8:
(3 comments)
https://review.coreboot.org/#/c/31448/8/src/device/pci_rom.c File src/device/pci_rom.c:
https://review.coreboot.org/#/c/31448/8/src/device/pci_rom.c@188 PS8, Line 188: /* Set the start of shadow memory for this Integrated or Discrete VGA. */ line over 80 characters
https://review.coreboot.org/#/c/31448/8/src/device/pci_rom.c@190 PS8, Line 190: run_rom = (struct rom_header *)(uintptr_t)PCI_VGA_RAM_IMAGE_START; line over 80 characters
https://review.coreboot.org/#/c/31448/8/src/device/pci_rom.c@193 PS8, Line 193: run_rom = (struct rom_header *)(uintptr_t)PCI_RAM_IMAGE_START; line over 80 characters