commit | c2e06e9909b502e35d0c2d063b99fdb9e7bbb01a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 12 19:58:28 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 12:53:04 2023 -0500 |
tree | cf4a3846d793fca73edb6223d3cd94586b5d4bc4 | |
parent | cda520ecbe93ad2197242fa2d5fbc14fcdf18822 [diff] |
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>