From: Tom Rini <trini@konsulko.com>
Date: Tue, 28 Nov 2023 17:53:14 +0000 (-0500)
Subject: Merge patch series "sysinfo: Expand sysinfo with some more banner information"
X-Git-Tag: v2025.01-rc5-pxa1908~581^2~40
X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=66c21738fd5ac3f23929911dd7aa38e1a3671eb9;p=u-boot.git

Merge patch series "sysinfo: Expand sysinfo with some more banner information"

To quote the author:

The show_board_info() function was adjusted to weak so that it could be
entirely replaced with a board-specific implementation.

The intended way for boards to provide their own information is via a
sysinfo driver. But currently there is no way to show anything other
than the model name.

This series adds support for showing a few more items, in a way that is
easy for boards to extend.

Since there is already a weak checkboard() function, we don't need to
have two levels of weak function here. So this series drops the weak
attribute from show_board_info()

Existing boards will see a slight change in output, in that the model
name will appear first, before any custom output. If that is a problem,
then the solution is to implement a sysinfo driver for the board.
---

66c21738fd5ac3f23929911dd7aa38e1a3671eb9