[U-Boot] [PATCH] cmd: pci: Adjust display of digits for 64bit address and size

Tom Rini trini at konsulko.com
Tue Aug 27 00:18:58 UTC 2019


On Fri, Aug 23, 2019 at 10:56:55AM +0900, Kunihiko Hayashi wrote:

> The command "pci bar" and "pci region" display the address and size in
> 16 characters including "0x", so the command can only display
> 14 hexadecimal digits if the number of digits in the address and size is
> less than 14.
> 
>     ID   Base                Size                Width  Type
>     ----------------------------------------------------------
>      0   0x00000020000000  0x00000000100000  64     MEM   Prefetchable
>      1   0xffff000080000000  0x00000000100000  64     MEM   Prefetchable
> 
> The 64-bit address and size should be displayed in 18(= 16+2) digits,
> so this patch adjusts them.
> 
> Cc: Yehuda Yitschak <yehuday at marvell.com>
> Cc: Simon Glass <sjg at chromium.org>
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko at socionext.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190826/c9325252/attachment.sig>


More information about the U-Boot mailing list