Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-06 Thread Prafulla Wadaskar
Prabhanjan Sarnaik; > Ronen Shitrit > Subject: Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support > > > > > -Original Message- > > From: Wolfgang Denk [mailto:w...@denx.de] > > Sent: Tuesday, May 05, 2009 4:21 AM > > To: Jean-Chri

Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-04 Thread Prafulla Wadaskar
> > diff --git a/include/asm-arm/config.h > b/include/asm-arm/config.h index > > 049c44e..5d52f15 100644 > > --- a/include/asm-arm/config.h > > +++ b/include/asm-arm/config.h > > @@ -21,4 +21,8 @@ > > #ifndef _ASM_CONFIG_H_ > > #define _ASM_CONFIG_H_ > > > > +#if defined (CONFIG_KIRKWOOD) > >

Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-04 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Tuesday, May 05, 2009 4:21 AM > To: Jean-Christophe PLAGNIOL-VILLARD > Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare; > Prabhanjan Sarnaik; Ronen Shitrit > Subject: Re: [U-Boo

Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-04 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090504223746.ge13...@game.jcrosoft.org> you wrote: > > > > please move to include/asm-arm/u-boot-arm.h > > > > This change request makes no sense to me. Please leave as is. > all other arm specific init are already store there so for me it's ma

Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:38 Tue 05 May , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090504220837.gb13...@game.jcrosoft.org> you wrote: > > > > > diff --git a/include/common.h b/include/common.h > > > index 30fff7d..9e4b859 100644 > > > --- a/include/common.h > > > +++ b/inclu

Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-04 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090504220837.gb13...@game.jcrosoft.org> you wrote: > > > diff --git a/include/common.h b/include/common.h > > index 30fff7d..9e4b859 100644 > > --- a/include/common.h > > +++ b/include/common.h > > @@ -294,6 +294,7 @@ voidpciinfo (int,

Re: [U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-04 Thread Jean-Christophe PLAGNIOL-VILLARD
> +#ifdef CONFIG_KIRKWOOD_EGIGA_INIT > + /* > + * Set egiga port0/1 in normal functional mode > + * This is required becasue on kirkwood by default ports are in reset > mode > + * OS egiga driver may not have provision to set them in normal mode > + * and if u-boot is build

[U-Boot] [PATCH v6] Marvell Kirkwood family SOC support

2009-05-04 Thread Prafulla Wadaskar
Kirkwood family controllers are highly integrated SOCs based on Feroceon-88FR131/Sheeva-88SV131 cpu core. SOC versions supported:- 1) 88F6281-A0 define CONFIG_KW88F6281_A0 2) 88F6192-A0 define CONFIG_KW88F6192_A0 Other supported features:- 1) get_random_hex() fucntion 2) SPI port cont