Re: [U-Boot] [PATCH 031/126] pci: Add more debug detail when resources are exhausted

2019-10-06 Thread Bin Meng
On Sun, Oct 6, 2019 at 7:19 PM Bin Meng wrote: > > On Sat, Oct 5, 2019 at 9:12 PM Bin Meng wrote: > > > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > > > If PCI auto-config runs out of memory, show a few more details to help > > > diagnose the problem. > > > > > > Signed-off-by:

Re: [U-Boot] [PATCH 031/126] pci: Add more debug detail when resources are exhausted

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 9:12 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > If PCI auto-config runs out of memory, show a few more details to help > > diagnose the problem. > > > > Signed-off-by: Simon Glass > > --- > > > > drivers/pci/pci_auto_common.c | 3

Re: [U-Boot] [PATCH 031/126] pci: Add more debug detail when resources are exhausted

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > If PCI auto-config runs out of memory, show a few more details to help > diagnose the problem. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci_auto_common.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by:

[U-Boot] [PATCH 031/126] pci: Add more debug detail when resources are exhausted

2019-09-25 Thread Simon Glass
If PCI auto-config runs out of memory, show a few more details to help diagnose the problem. Signed-off-by: Simon Glass --- drivers/pci/pci_auto_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci_auto_common.c b/drivers/pci/pci_auto_common.c index