Attention is currently required from: Thomas Heijligen. Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/59050 )
Change subject: Makefile: Make pkg-config mandatory to find libpci ......................................................................
Patch Set 13: Code-Review+1
(1 comment)
File Makefile:
https://review.coreboot.org/c/flashrom/+/59050/comment/7e673cd1_494e8e3e PS7, Line 772: # This is a dirty hack, but it saves us from checking all PCI drivers and all platforms manually. : # libpci may need raw memory, MSR or PCI port I/O on some platforms. : # Individual drivers might have the same needs as well.
We should split pci programmers to DEPENDS_ON_IO_PORTS, DEPENDS_ON_RAW_MEM_ACCESS, DEPENDS_ON_X86_MS […]
Yes, eventually, but for now I would just keep the comment above `USE_RAW_ACCESS := yes`.