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

2016-11-30 Thread Simon Glass
Hi, On 30 November 2016 at 01:05, 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

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

2016-11-30 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