[U-Boot] [PATCH v5 1/1] add support for mcf5307

Wolfgang Denk wd at denx.de
Thu Oct 6 22:40:17 CEST 2011


Dear Angelo Dureghello,

In message <4E882611.1080008 at gmail.com> you wrote:
> Add support for mcf5307 cpu.
>  
> Signed-off-by: Angelo Dureghello <sysamfw at gmail.com>
> ---
> Changes for v5:
>    - updated to current remote master
> 
>  arch/m68k/cpu/mcf530x/Makefile     |   48 +++++++
>  arch/m68k/cpu/mcf530x/config.mk    |   25 ++++
>  arch/m68k/cpu/mcf530x/cpu.c        |   48 +++++++
>  arch/m68k/cpu/mcf530x/cpu.h        |   33 +++++
>  arch/m68k/cpu/mcf530x/cpu_init.c   |  162 +++++++++++++++++++++++
>  arch/m68k/cpu/mcf530x/interrupts.c |   42 ++++++
>  arch/m68k/cpu/mcf530x/speed.c      |   36 +++++
>  arch/m68k/cpu/mcf530x/start.S      |  253 ++++++++++++++++++++++++++++++++++++
>  arch/m68k/include/asm/cache.h      |    2 +-
>  arch/m68k/include/asm/immap.h      |   22 +++
>  arch/m68k/include/asm/immap_5307.h |   78 +++++++++++
>  arch/m68k/include/asm/m5307.h      |  124 ++++++++++++++++++
>  arch/m68k/include/asm/timer.h      |    2 +-
>  include/common.h                   |    6 +-
>  14 files changed, 876 insertions(+), 5 deletions(-)

Checkpatch says: total: 34 errors, 37 warnings, 911 lines checked

Please cleanup and resubmit.  Thanks.

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
There are very few personal problems that cannot be solved through  a
suitable application of high explosives.


More information about the U-Boot mailing list