Re: [U-Boot] [PATCH] cmd: pci: add option to parse and display BAR information

2016-10-27 Thread Stefan Roese
Hi Yehuda, On 27.10.2016 10:42, yehu...@marvell.com wrote: > From: Yehuda Yitschak > > 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

[U-Boot] [PATCH] cmd: pci: add option to parse and display BAR information

2016-10-27 Thread yehuday
From: Yehuda Yitschak 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 --- cmd/pci.c | 74 ++