Attention is currently required from: Shelley Chen, Furquan Shaikh, Paul Menzel, Jianjun Wang. Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56788 )
Change subject: device/pci_device.c: Scan only one device for PCIe ......................................................................
Patch Set 3:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/56788/comment/d88b37bc_315d2945 PS3, Line 11: A PCIe downstream port normally leads to a link with : only device 0 on it. As an optimization, scan only for : device 0 in that case. Please reflow the text to match line length limit (72 chars).
File src/device/pci_device.c:
https://review.coreboot.org/c/coreboot/+/56788/comment/70d20428_e2123ad6 PS3, Line 1207: A PCIe Downstream Port normally leads to a Link with only Device : * 0 on it (PCIe spec r5.0, sec 7.3.1). As an optimization, scan : * only for Device 0 in that situation. Please reflow the text.
https://review.coreboot.org/c/coreboot/+/56788/comment/02a04caf_3209735e PS3, Line 1260: 0x07 MIN(max_devfn, 0x07), as the passed max_devfn might be smaller than 0x07.