commit | 18fbf525f1bebcb83d7b2390023df8ce65643cad | [log] [tgz] |
---|---|---|
author | Yehuda Yitschak <yehuday@marvell.com> | Thu Dec 01 17:14:18 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 09 08:40:18 2016 -0500 |
tree | 0b9bfa2053b9ae991803f3b73fa9649e2ee6444b | |
parent | e8845d2985168258bc9112c24cb1cab1c51cabc5 [diff] |
cmd: pci: add option to parse and display BAR information Currently the PCI command only allows to see the BAR register values but not the size and actual base address. This little extension parses the BAR registers and displays the base, size and type of each BAR. Signed-off-by: Yehuda Yitschak <yehuday@marvell.com> Reviewed-by: Simon Glass <sjg@chromium.org>