commit | 57c150af0cc5350f1f83365377f6674745cbb3ab | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Nov 18 16:51:37 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 24 15:23:28 2022 +0100 |
tree | 4c7260f20a4513ace8e86d2b3f69a863979f2da5 | |
parent | a2c8fdca33f84623240dd0f839d34ab5604936e9 [diff] |
pcie: Add API for scanning for available endpoints This adds a generic API to be used for scanning for available PCI endpoints. It takes a more detailed approach than the "brute force" based scanning that's so far been used in Zephyr, buy inspecting the host controller node and bridge nodes, and only scanning for busses and devices that are actually expected to exist. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>