From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 21 Jan 2021 13:43:12 +0800 Subject: [PATCH 11/12] sysinfo: Allow showing model info from sysinfo In-Reply-To: <20210116145343.11.I93d883230fabc88c1e9fd95d72d497069b2c60e9@changeid> References: <20210116215359.1220766-1-sjg@chromium.org> <20210116145343.11.I93d883230fabc88c1e9fd95d72d497069b2c60e9@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jan 17, 2021 at 5:54 AM Simon Glass wrote: > > Some boards may want to show the SKU ID or other information obtained at > runtime. Allow this to come from sysinfo. The board can then provide a > sysinfo driver to provide it. > > Signed-off-by: Simon Glass > --- > > common/board_info.c | 37 +++++++++++++++++++++++++++++-------- > include/sysinfo.h | 4 ++++ > 2 files changed, 33 insertions(+), 8 deletions(-) > Reviewed-by: Bin Meng