commit | 43a47ce18ab8fdeeabd341766804e92e93e447e5 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Mon Oct 04 15:17:31 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 19 13:37:36 2022 -0500 |
tree | ee04edcc91fc91cf6ba506f994b22b1df7373177 | |
parent | 6ab08bc9fd46777b62f998aa4d5477b5e6700dd0 [diff] |
pcie: controller: add callback to get allocation base When enumerating bridges, the allocated memory base and limit must be programmed in the bridge config registers. The base is programmed when starting enumerating the bridge and the limit is programmed when all endpoints of the bridge and sub-bridges are enumerated. Add a second callback to get the base of the next allocation in order to fill these base & limit values. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>