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

Wolfgang Denk wd at denx.de
Fri Apr 3 23:50:04 CEST 2009


Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <1235453714-5143-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>
> Ack-by: Haavard Skinnemoen <haavard.skinnemoen at atmel.com>
> ---
> Change from V3
> SOC weak function
> and Mike Suggestion
> 
> Best Regards,
> J.
>  common/cmd_bdinfo.c     |  462 ++++++++---------------------------------------
>  include/bdinfo.h        |   49 +++++
>  lib_arm/Makefile        |    1 +
>  lib_arm/bdinfo.c        |   53 ++++++
>  lib_avr32/Makefile      |    1 +
>  lib_avr32/bdinfo.c      |   47 +++++
>  lib_blackfin/Makefile   |    1 +
>  lib_blackfin/bdinfo.c   |   55 ++++++
>  lib_i386/Makefile       |    1 +
>  lib_i386/bdinfo.c       |   47 +++++
>  lib_m68k/Makefile       |    1 +
>  lib_m68k/bdinfo.c       |   75 ++++++++
>  lib_microblaze/Makefile |    1 +
>  lib_microblaze/bdinfo.c |   51 +++++
>  lib_mips/Makefile       |    1 +
>  lib_mips/bdinfo.c       |   47 +++++
>  lib_nios/Makefile       |    1 +
>  lib_nios/bdinfo.c       |   46 +++++
>  lib_nios2/Makefile      |    1 +
>  lib_nios2/bdinfo.c      |   54 ++++++
>  lib_ppc/Makefile        |    1 +
>  lib_ppc/bdinfo.c        |  107 +++++++++++
>  lib_sh/Makefile         |    1 +
>  lib_sh/bdinfo.c         |   47 +++++
>  lib_sparc/Makefile      |   13 +-
>  lib_sparc/bdinfo.c      |   61 ++++++
>  26 files changed, 837 insertions(+), 388 deletions(-)
>  rewrite common/cmd_bdinfo.c (88%)
>  create mode 100644 include/bdinfo.h
>  create mode 100644 lib_arm/bdinfo.c
>  create mode 100644 lib_avr32/bdinfo.c
>  create mode 100644 lib_blackfin/bdinfo.c
>  create mode 100644 lib_i386/bdinfo.c
>  create mode 100644 lib_m68k/bdinfo.c
>  create mode 100644 lib_microblaze/bdinfo.c
>  create mode 100644 lib_mips/bdinfo.c
>  create mode 100644 lib_nios/bdinfo.c
>  create mode 100644 lib_nios2/bdinfo.c
>  create mode 100644 lib_ppc/bdinfo.c
>  create mode 100644 lib_sh/bdinfo.c
>  create mode 100644 lib_sparc/bdinfo.c

Sorry, does not apply any more.

Please rebase and resubmit (also "[PATCH 2/2] bdinfo: coding style
cleanup" which depends on this).

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
"I'm not a god, I was misquoted."                 - Lister, Red Dwarf


More information about the U-Boot mailing list