Re: [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support

2009-05-31 Thread Jean-Christophe PLAGNIOL-VILLARD
enx.de; Manas Saksena; Ronen Shitrit; > > Nicolas Pitre; Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek > > Subject: Re: [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support > > > > > + * > > > + * Reference Documentation: > > > + * Mbus-L

Re: [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support

2009-05-30 Thread Prafulla Wadaskar
Lennert Buijtenhek > Subject: Re: [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support > > > + * > > + * Reference Documentation: > > + * Mbus-L to Mbus Bridge Registers Configuration. > > + * (Sec 25.1 and 25.3 of Datasheet) > > + */ > > +int kw_config_adr_

Re: [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support

2009-05-29 Thread Jean-Christophe PLAGNIOL-VILLARD
> + * > + * Reference Documentation: > + * Mbus-L to Mbus Bridge Registers Configuration. > + * (Sec 25.1 and 25.3 of Datasheet) > + */ > +int kw_config_adr_windows(void) > +{ > + struct kwwin_registers *winregs = > + (struct kwwin_registers *)KW_CPU_WIN_BASE; > + > + writel(KWC

[U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support

2009-05-29 Thread Prafulla Wadaskar
Kirkwood family controllers are highly integrated SOCs based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs 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) PCI