diff options
author | Pali Rohár <pali@kernel.org> | 2022-01-17 16:38:38 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-28 17:58:41 -0500 |
commit | 39320935cc5a0544768ff6a0e1143313355c6b4d (patch) | |
tree | 30b21828f9e037728fa0cc99b3817ead97049b48 /cmd/blk_common.c | |
parent | 8c303bc6e04166db8dce74dbf6b1e46dd9422c47 (diff) |
pci: Extend 'pci regions' command with bus number
'pci regions' currently prints only region information from bus 0 which
belongs to controller 0. Parser for 'pci regions' cmdline currently ignores
any additional arguments and so U-Boot always uses bus 0.
Regions are stored in controller (not on the bus) and therefore to retrieve
controller from the bus, it is needed to call pci_get_controller() which
returns root bus. Because bus 0 is root bus, current code worked fine for
controller 0.
Extend cmdline parser for 'pci regions' to allows specifying bus number,
extend pci_show_regions() code to accept also non-zero bus number and
print bus ranges for which is regions configuration assigned.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cmd/blk_common.c')
0 files changed, 0 insertions, 0 deletions