[U-Boot] [PATCH v4 05/17] board_f: Add reset status printing

Simon Glass sjg at chromium.org
Fri Sep 28 15:55:48 UTC 2018


On 6 August 2018 at 01:23, Mario Six <mario.six at gdsys.cc> wrote:
> To print the reset status during boot, add a method print_resetinfo to
> board_f, which is called in init_sequence_f[], that gets the reset
> information from the sysreset driver (assuming there is only one seems
> reasonable), and prints it.
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> Notes:
>     v3 -> v4:
>     No changes
>
>     v2 -> v3:
>     * Improved behavior and error handling
>
>     v1 -> v2:
>     New in v2
>
>  common/board_f.c | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)

Applied to u-boot-dm, and now in mainline, thanks!


More information about the U-Boot mailing list