commit | 950f6b5861d8d6b247b37e4e1401d26d8f908ee8 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Wed Aug 14 23:40:50 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Thu Aug 15 09:39:01 2024 +0100 |
tree | 66b9e88f99b4a4dfbe7adccadeef582b512282c3 | |
parent | 7c82ff0b6b12437bfc25d01d52308fc6fe2e1311 [diff] |
[efi] Allow discovery of PCI bus:dev.fn address ranges Generalise the logic for identifying the matching PCI root bridge I/O protocol to allow for identifying the closest matching PCI bus:dev.fn address range, and use this to provide PCI address range discovery (while continuing to inhibit automatic PCI bus probing). This allows the "pciscan" command to work as expected under UEFI. Signed-off-by: Michael Brown <mcb30@ipxe.org>