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

Wolfgang Denk wd at denx.de
Thu Oct 6 23:34:42 CEST 2011


Dear Angelo Dureghello,

In message <4E6B9104.3050805 at gmail.com> you wrote:
> Add support for mcf5307 coldfire cpu. This is the updated entire patch, 
> tested on a mcf5307 based custom board. Only this new set of file has been
> added, no other files in the tree are involved.
> 
> Signed-off-by: Angelo Dureghello<sysamfw at gmail.com>
> ---
>  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   |  164 +++++++++++++++++++++++
>  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/immap_5307.h |   78 +++++++++++
>  arch/m68k/include/asm/m5307.h      |  119 +++++++++++++++++
>  10 files changed, 846 insertions(+), 0 deletions(-)

Checkpatch says:

total: 34 errors, 31 warnings, 846 lines checked

Please clean up 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
I wish I had a bronze torc for every user who didn't read the manual.
                             - Terry Pratchett, _The Light Fantastic_


More information about the U-Boot mailing list