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
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_
> + *
> + * 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
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
4 matches
Mail list logo