]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit43bf2e38f7691b5788f4d8429c71dbb9357f1afc
tree217cc59d831b8f556e215f48760ca552ba4707e7
parente40d8f024316ab9da3935a1b78ff2eab335793af
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