]> git.dujemihanovic.xyz Git - u-boot.git/commit
sysinfo: Allow displaying more info on startup
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2023 02:58:28 +0000 (19:58 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 17:53:04 +0000 (12:53 -0500)
commit6f646d13f4308fcea0b73d46907ad11036afebd8
treecf4a3846d793fca73edb6223d3cd94586b5d4bc4
parentd2a1b432a8c10eef247fc580c4cc434e284b13f0
sysinfo: Allow displaying more info on startup

At present only the model name is shown on start. Some boards want to
display more information. Add some more options to allow display of the
manufacturer as well as the version and date of any prior-stage
firmware.

This is useful for coreboot, at least. If other boards have more
information to display, it is easy to add it, now.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_info.c
drivers/sysinfo/Kconfig
include/sysinfo.h