[U-Boot] [PATCH v2] pci: Add a command to show PCI regions

2017-04-08 Thread Simon Glass
Add 'pci regions' which lists the I/O and memory regions accessible from the PCI controller. Signed-off-by: Simon Glass --- Changes in v2: - Fix build warning when CONFIG_DM_PCI is not enabled cmd/pci.c | 51 +-- 1 file changed, 49 insertions(+),

[U-Boot] [PATCH v2] pci: Add a command to show PCI regions

2017-04-02 Thread Simon Glass
Add 'pci regions' which lists the I/O and memory regions accessible from the PCI controller. Signed-off-by: Simon Glass --- Changes in v2: - Drop duplicate PCI_REGION_IO line cmd/pci.c | 48 ++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff