]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Report the devicetree source
authorSimon Glass <sjg@chromium.org>
Fri, 17 Dec 2021 03:59:34 +0000 (20:59 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 23 Dec 2021 15:24:40 +0000 (10:24 -0500)
commit979720b85002dec20c88685ee4e4a31d9e2075bd
tree130deb1f3ddb5d1436e8fc57ff4fe8e98068dd1f
parente26d096263b30a5845f87b4f8dd5cd4dd8a246de
fdt: Report the devicetree source

It can be confusing to figure out where the devicetree came from. It seems
important enough to warrant a message during boot. Add information about
the number of devices and uclasses too since it is helpful to have some
idea what is going on with driver model.

Report the devicetree source in bdinfo too.

This looks something like this, with > marking the new line.

   U-Boot 2021.10-00190 (Oct 30 2021 - 09:01:29 -0600)

   DRAM:  128 MiB
>  Core:  42 devices, 11 uclasses, devicetree: passage
   Flash: 64 MiB

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bdinfo.c
common/board_r.c
lib/fdtdec.c