On 22/08/2011 05:49, Jin Zhengxiong-R64188 wrote:
-----Original Message-----
From: Angelo Dureghello [mailto:angel...@gmail.com]
Sent: Friday, August 12, 2011 5:20 AM
To: U-Boot@lists.denx.de
Cc: Jin Zhengxiong-R64188
Subject: [PATCH 1/1 V2] add support for mcf5307 cpu
Add cpu related files and memory map includes. Apply the related
minor changes to general coldfire architecture include files.
Signed-off-by: Angelo Dureghello<sysa...@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(-)
create mode 100644 arch/m68k/cpu/mcf530x/Makefile
create mode 100644 arch/m68k/cpu/mcf530x/config.mk
create mode 100644 arch/m68k/cpu/mcf530x/cpu.c
create mode 100644 arch/m68k/cpu/mcf530x/cpu.h
create mode 100644 arch/m68k/cpu/mcf530x/cpu_init.c
create mode 100644 arch/m68k/cpu/mcf530x/interrupts.c
create mode 100644 arch/m68k/cpu/mcf530x/speed.c
create mode 100644 arch/m68k/cpu/mcf530x/start.S
create mode 100644 arch/m68k/include/asm/immap_5307.h
create mode 100644 arch/m68k/include/asm/m5307.h
[Jin Zhengxiong-R64188] Could you please try to merge the 5307 cpu to mcf532x
as we
already have two ColdFire V3 boards here(We can try to rename the mcf532x to
such as
mcf53xx later for less confuse). You can keep the immap_5307.h and m5307.h
for the 5307 cpu. All the other files are similar with the files for the two V3
boards
except the cpu_init.c file.
Thanks.
Jason
Hi Jason,
thanks for the feedbacks,
sure i can review the patch as you suggest. Will repost the patch asap,
in some days.
Regards,
angelo
<http://www.sysam.it>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot