summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/pcibridge.h
Commit message (Collapse)AuthorAgeFilesLines
* [pci] Record prefetchable memory window for PCI bridgesMichael Brown2025-10-141-0/+4
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [pci] Add minimal PCI bridge driverMichael Brown2022-09-191-0/+43
Add a minimal driver for PCI bridges that can be used to locate the bridge to which a PCI device is attached. Signed-off-by: Michael Brown <mcb30@ipxe.org>