[PATCH v4 6/7] x86: Add an indication of 32/64-bit to bdinfo

Bin Meng bmeng.cn at gmail.com
Fri May 1 12:25:26 CEST 2020


On Fri, May 1, 2020 at 1:20 PM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> On 5/1/20 6:02 AM, Simon Glass wrote:
> > It is useful to know what mode U-Boot is running in. Add a message at the
> > end of the 'bdinfo' output.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > Suggested-by: Mark Kettenis <kettenis at openbsd.org>
>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
>
> > ---
> >
> > Changes in v4:
> > - Fix signed/unsigned mismatch in printf()
> >
> > Changes in v3:
> > - Show bit width for all archs, use sizeof(void *)
> >
> > Changes in v2:
> > - Add a new patch to indicate 32/64-bit in bdinfo
> >
> >  cmd/bdinfo.c | 20 ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> >

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Tested-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list