build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31752 )
Change subject: device/pci: Rewrite PCI MMCONF with symbol reference ......................................................................
Patch Set 8:
(4 comments)
https://review.coreboot.org/#/c/31752/8/src/arch/x86/include/arch/pci_mmio_c... File src/arch/x86/include/arch/pci_mmio_cfg_romcc.h:
https://review.coreboot.org/#/c/31752/8/src/arch/x86/include/arch/pci_mmio_c... PS8, Line 36: addr = (void *)(uintptr_t)(CONFIG_MMCONF_BASE_ADDRESS | dev | (reg & ~1)); line over 80 characters
https://review.coreboot.org/#/c/31752/8/src/arch/x86/include/arch/pci_mmio_c... PS8, Line 44: addr = (void *)(uintptr_t)(CONFIG_MMCONF_BASE_ADDRESS | dev | (reg & ~3)); line over 80 characters
https://review.coreboot.org/#/c/31752/8/src/arch/x86/include/arch/pci_mmio_c... PS8, Line 60: addr = (void *)(uintptr_t)(CONFIG_MMCONF_BASE_ADDRESS | dev | (reg & ~1)); line over 80 characters
https://review.coreboot.org/#/c/31752/8/src/arch/x86/include/arch/pci_mmio_c... PS8, Line 68: addr = (void *)(uintptr_t)(CONFIG_MMCONF_BASE_ADDRESS | dev | (reg & ~3)); line over 80 characters