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

2017-04-14 Thread Tom Rini
On Sat, Apr 08, 2017 at 01:10:06PM -0600, Simon Glass wrote: > Add 'pci regions' which lists the I/O and memory regions accessible from > the PCI controller. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

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

2017-04-07 Thread Tom Rini
On Sun, Apr 02, 2017 at 12:27:16PM -0600, Simon Glass wrote: > Add 'pci regions' which lists the I/O and memory regions accessible from > the PCI controller. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Drop duplicate PCI_REGION_IO line > > cmd/pci.c | 48 ++