[U-Boot] [PATCH 1/2 V5] cmd_bdinfo: move implementation to arch instead of common

Wolfgang Denk wd at denx.de
Sun Apr 5 23:01:56 CEST 2009


Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <1238927618-15438-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> introduce 3 new weak functions board_bdinfo, cpu_bdinfo and soc_bdinfo to allow
> board, cpu and soc to print more information
> 
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> Acked-by: Mike Frysinger <vapier at gentoo.org>
> Acked-by: Haavard Skinnemoen <haavard.skinnemoen at atmel.com>

...
> diff --git a/include/bdinfo.h b/include/bdinfo.h
> new file mode 100644
> index 0000000..cc44544
> --- /dev/null
> +++ b/include/bdinfo.h
> @@ -0,0 +1,49 @@
> +/*
> + * (C) Copyright 2008
> + * Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
...
> +static inline void print_num(const char *name, ulong value)
> +{
> +	printf ("%-12s= 0x%08lX\n", name, value);
> +}
> +
> +static inline void print_lnum(const char *name, u64 value)
> +{
> +	printf ("%-12s= 0x%.8llX\n", name, value);
> +}
> +
> +static inline void print_str(const char *name, const char *str)
> +{
> +	printf ("%-12s= %6s MHz\n", name, str);
> +}
> +
> +void print_eth(int idx);

You claim exclusive copyright for this code? I think this is not correct.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Question: How does one get fresh air into a Russian church?
Answer:   One clicks on an icon, and a window opens!


More information about the U-Boot mailing list