Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-05 Thread Jean-Christophe PLAGNIOL-VILLARD
> >>>why? > >>>and NACK the start.S MUST be generic > >>>I'll rework the RM9200 code for this too > >>start.S is not generic already. > >but it must not become more board specific with ifdef > > what could you suggest instead this? in your case the prelooder > > > > >>and answer is: Gemini does N

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-04 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090804194155.ga4...@game.jcrosoft.org> you wrote: > ... > > >> + > > >> +ldr r3, =GEMINI_GLOBAL_ID /* Global ID reg */ > > >> +ldr r4, [r3] > > >> +ldr r5, =0xFF /* Chip revisio

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-04 Thread Darius Augulis
On 08/04/2009 10:41 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 19:55 Mon 03 Aug , Darius Augulis wrote: >> On 07/08/2009 01:29 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: >>> On 22:03 Tue 30 Jun , Darius Augulis wrote: This board is based on Cortina Systems networking processor >

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:55 Mon 03 Aug , Darius Augulis wrote: > On 07/08/2009 01:29 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 22:03 Tue 30 Jun , Darius Augulis wrote: > >> This board is based on Cortina Systems networking processor > >> CS3516. It has FA526 core, which is ARMv4 compatible. > >> Many

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-03 Thread Darius Augulis
On 07/08/2009 01:29 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:03 Tue 30 Jun , Darius Augulis wrote: >> This board is based on Cortina Systems networking processor >> CS3516. It has FA526 core, which is ARMv4 compatible. >> Many SoC specific definitions may be used for similar >> proce

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-08-03 Thread Darius Augulis
On 07/08/2009 01:29 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:03 Tue 30 Jun , Darius Augulis wrote: >> This board is based on Cortina Systems networking processor >> CS3516. It has FA526 core, which is ARMv4 compatible. >> Many SoC specific definitions may be used for similar >> proce

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:03 Tue 30 Jun , Darius Augulis wrote: > This board is based on Cortina Systems networking processor > CS3516. It has FA526 core, which is ARMv4 compatible. > Many SoC specific definitions may be used for similar > processors CS3512 and dual-core CS3518. This processor > family has Gemini

Re: [U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-07-02 Thread Po-Yu Chuang
Dear Darius Augulis, 2009/7/1 Darius Augulis : > This board is based on Cortina Systems networking processor > CS3516. It has FA526 core, which is ARMv4 compatible. > Many SoC specific definitions may be used for similar > processors CS3512 and dual-core CS3518. This processor > family has Gemini

[U-Boot] [RFC PATCH] Add support for Raidsonic ICYBOX NAS4220 board

2009-06-30 Thread Darius Augulis
This board is based on Cortina Systems networking processor CS3516. It has FA526 core, which is ARMv4 compatible. Many SoC specific definitions may be used for similar processors CS3512 and dual-core CS3518. This processor family has Gemini name. Signed-off-by: Darius Augulis --- MAINTAINERS