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

2009-04-07 Thread Prafulla Wadaskar
Kirkwood family controllers are highly integrated SOCs based on Feroceon-88FR131/Sheeva-88SV131 cpu core. SOC versions supported:- 1) 88F6281-Z0 define CONFIG_KW88F6281_Z0 2) 88F6281-A0 define CONFIG_KW88F6281_A0 3) 88F6192-A0 define CONFIG_KW88F6192_A0 Other supported features:

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

2009-04-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:33 Wed 08 Apr , Prafulla Wadaskar wrote: > Kirkwood family controllers are highly integrated SOCs > based on Feroceon-88FR131/Sheeva-88SV131 cpu core. > > SOC versions supported:- > 1) 88F6281-Z0 define CONFIG_KW88F6281_Z0 > 2) 88F6281-A0 define CONFIG_KW88F6281_A0 > 3) 88F61

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

2009-04-17 Thread Prafulla Wadaskar
e: [U-Boot] [PATCH v2] Marvell Kirkwood family SOC support > > On 17:33 Wed 08 Apr , Prafulla Wadaskar wrote: > > Kirkwood family controllers are highly integrated SOCs based on > > Feroceon-88FR131/Sheeva-88SV131 cpu core. > > > > SOC versions supported:- &g

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

2009-04-18 Thread Jean-Christophe PLAGNIOL-VILLARD
To: Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit > > Subject: Re: [U-Boot] [PATCH v2] Marvell Kirkwood family SOC support > > > > On 17:33 Wed 08 Apr , Prafulla Wadaskar wrote: > > > Kirkwood family controllers are highly int

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

2009-04-18 Thread Prafulla Wadaskar
> > > > + u32 enable = (0x01 & KW_REG_READ((0x1504 + bank * 8))); > > > please create macro for these registers > > This will be taken care > > > please use readx/writex (madatory) > > You mean instead of KW_REG_READ to be used readx() ? > readl I guess > > take a look in include/arm-asm