Re: [U-Boot] [PATCH] pci: Add a command to show PCI regions

2017-03-31 Thread Simon Glass
Hi Bin, On 22 March 2017 at 03:27, Bin Meng wrote: > Hi Simon, > > On Fri, Mar 17, 2017 at 7:50 PM, Simon Glass wrote: >> Add 'pci regions' which lists the I/O and memory regions accessible from >> the PCI controller. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH] pci: Add a command to show PCI regions

2017-03-22 Thread Bin Meng
Hi Simon, On Fri, Mar 17, 2017 at 7:50 PM, Simon Glass wrote: > Add 'pci regions' which lists the I/O and memory regions accessible from > the PCI controller. > > Signed-off-by: Simon Glass > --- > > cmd/pci.c | 49

[U-Boot] [PATCH] pci: Add a command to show PCI regions

2017-03-17 Thread Simon Glass
Add 'pci regions' which lists the I/O and memory regions accessible from the PCI controller. Signed-off-by: Simon Glass --- cmd/pci.c | 49 +++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/cmd/pci.c b/cmd/pci.c