
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Angelo Dureghello Sent: Sunday, September 11, 2011 12:32 AM To: U-Boot@lists.denx.de Cc: Jin Zhengxiong-R64188 Subject: [U-Boot] [PATCH 1/1 V3] add support for mcf5307 cpu
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.
[Jin Zhengxiong-R64188] We at least need to update the Makefile or boards.cfg for the new added cpu/board? Or add some descriptions for how to configure and build the board? Thanks.
Signed-off-by: Angelo Dureghellosysamfw@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(-)
[Jin Zhengxiong-R64188] Please try to use checkpatch to clean up the patch, there are a lot of coding style warnings and errors. Thanks.
Best Regards, Jason