]> git.dujemihanovic.xyz Git - u-boot.git/commit
bdinfo: Show information about the serial port
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:37 +0000 (09:04 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 05:38:34 +0000 (13:38 +0800)
commit347a845aec18561d36299b0735c47c2b3f45bc71
tree68188c6812827b4dd1a2bf20afaecf5bce20fc38
parent43b6fa9c1464e0918004dc03be03acd3c40bcc25
bdinfo: Show information about the serial port

It is useful to see the detailed setting of the serial port, e.g. to
allow setting up earlycon or console for Linux. Add this output to the
'bdinfo' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: squashed in 20230716033929.253357-2-sjg@chromium.org]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bdinfo.c
test/cmd/bdinfo.c