projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9539f71
)
pci: Mark 64bit Memory BARs as such
author
Phil Sutter
<phil@nwl.cc>
Wed, 3 Mar 2021 00:57:35 +0000
(
01:57
+0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 12 Apr 2021 21:17:11 +0000
(17:17 -0400)
Just a bit more info to the reader.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/pci/pci_auto.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pci_auto.c
b/drivers/pci/pci_auto.c
index da76148c58398d4b82a708d0ce7f4c23b6c69073..05663c72b4b84340f9d4a91d97e32ed7196d3b2c 100644
(file)
--- a/
drivers/pci/pci_auto.c
+++ b/
drivers/pci/pci_auto.c
@@
-88,8
+88,9
@@
static void dm_pciauto_setup_device(struct udevice *dev, int bars_num,
else
bar_res = mem;
- debug("PCI Autoconfig: BAR %d, %s, size=0x%llx, ",
+ debug("PCI Autoconfig: BAR %d, %s
%s
, size=0x%llx, ",
bar_nr, bar_res == prefetch ? "Prf" : "Mem",
+ found_mem64 ? "64" : "",
(unsigned long long)bar_size);
}