pci: Add a command to show PCI regions
authorSimon Glass <sjg@chromium.org>
Sat, 8 Apr 2017 19:10:06 +0000 (13:10 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 13 Apr 2017 13:41:08 +0000 (09:41 -0400)
commitb997a73ee63170579c3708a765d234f17f8effac
tree217cc59d831b8f556e215f48760ca552ba4707e7
parentb2aa88941110868485d38719d119ab79ef9cddfe
pci: Add a command to show PCI regions

Add 'pci regions' which lists the I/O and memory regions accessible from
the PCI controller.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/pci.c