Re: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu

2011-10-06 Thread Wolfgang Denk
Dear Angelo Dureghello, In message 4e444780.9040...@gmail.com you wrote: 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

Re: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu

2011-09-05 Thread Jin Zhengxiong-R64188
-Original Message- From: angelo [mailto:angel...@gmail.com] Sent: Friday, September 02, 2011 7:41 PM To: Jin Zhengxiong-R64188 Cc: U-Boot@lists.denx.de Subject: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu Hi Jason and all, i am really interested to bring mcf5307 inside

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

2011-09-02 Thread angelo
Hi Jason and all, i am really interested to bring mcf5307 inside u-boot. But still waiting for your feedback/help on my comments below. Let me know your comments. Many thanks, Regards, angelo Hello Jason and all, i started to work to rewrite the patch. Starting from mcf532x/cpu.c, i

Re: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu

2011-08-23 Thread Angelo Dureghello
Hello Jason and all, i started to work to rewrite the patch. Starting from mcf532x/cpu.c, i am not sure this is the right place to add MCF5307. 1) On checkcpu, mcf5307 don't have ccm-cir where to read mask/ver. 2) About do_reset, here also mcf5307 don't have MMAP_RCM, memory map and reset

Re: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu

2011-08-22 Thread angelo
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

Re: [U-Boot] [PATCH 1/1 V2] add support for mcf5307 cpu

2011-08-21 Thread Jin Zhengxiong-R64188
-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

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

2011-08-11 Thread Angelo Dureghello
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