[U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

Simon Glass sjg at chromium.org
Fri Mar 30 08:41:58 UTC 2018


Hi,

On 28 March 2018 at 20:38, Mario Six <mario.six at gdsys.cc> wrote:
> Add a cpu_print_info function to the CPU uclass to emulate the behavior
> of some current non-DM drivers (e.g. MPC83xx) to print CPU information
> during startup.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>  drivers/cpu/cpu-uclass.c | 10 ++++++++++
>  include/cpu.h            | 15 +++++++++++++++
>  2 files changed, 25 insertions(+)
>

I really don't want drivers printing stuff. Can you use the existing
get_info() method?

Regards,
Simon


More information about the U-Boot mailing list