[U-Boot] [PATCH 6/8] ux500: add SoC-specific code

2010-03-17 Thread Rabin Vincent
Add the base SoC code for ST-Ericsson's Ux500 series of Cortex A9 based SoCs. Even though this is a Cortex A9, we put it under Cortex A8 to avoid code duplication, since the CPU specific code can be used unmodified across the two CPUs. Acked-by: Michael Brandt Signed-off-by: Rabin Vincent ---

Re: [U-Boot] [PATCH 6/8] ux500: add SoC-specific code

2010-03-28 Thread Tom
Rabin Vincent wrote: > Add the base SoC code for ST-Ericsson's Ux500 series of Cortex A9 based > SoCs. > > Even though this is a Cortex A9, we put it under Cortex A8 to avoid code > duplication, since the CPU specific code can be used unmodified across > the two CPUs. > I would rather have arm_co

Re: [U-Boot] [PATCH 6/8] ux500: add SoC-specific code

2010-04-06 Thread Rabin VINCENT
On Sun, Mar 28, 2010 at 07:42:27PM +0200, Tom wrote: > Rabin Vincent wrote: > > +/* Turn on peripheral clock at PRCC level */ > > +void u8500_clock_enable(int periph, int kern, int cluster) > > +{ > > + struct clkrst *clkrst = (struct clkrst *) clkrst_base[periph - 1]; > > -1 on array access.