From mboxrd@z Thu Jan 1 00:00:00 1970 From: angelo Date: Mon, 22 Aug 2011 10:07:07 +0200 Subject: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu In-Reply-To: References: <4E444780.9040807@gmail.com> Message-ID: <4E520E2B.4060600@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22/08/2011 05:49, Jin Zhengxiong-R64188 wrote: >> -----Original Message----- >> From: Angelo Dureghello [mailto:angelo70 at gmail.com] >> Sent: Friday, August 12, 2011 5:20 AM >> To: U-Boot at 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 >> --- >> 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