Re: [PATCH 11/12] sysinfo: Allow showing model info from sysinfo

2021-01-20 Thread Bin Meng
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 |

[PATCH 11/12] sysinfo: Allow showing model info from sysinfo

2021-01-16 Thread Simon Glass
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 +