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

2016-12-04 Thread Simon Glass
On 1 December 2016 at 08:14, 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,

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

2016-12-01 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