]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Add more debug detail when resources are exhausted
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:15 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:42 +0000 (13:57 +0800)
commitc7e76ffe861387be47e74ef38d928d8bfc03319e
treee933117109cd56ef1e250f80a6a6ccaa0fa6eea6
parent1392abb21e2d79fadca9f206534797230b57623b
pci: Add more debug detail when resources are exhausted

If PCI auto-config runs out of memory, show a few more details to help
diagnose the problem.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: change %x to %llx to avoid build warnings on some platforms]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_auto_common.c