Re: [U-Boot] [PATCH v2] 85xx: Ensure timebase is zero on secondary cores

2008-09-09 Thread Andy Fleming
On Mon, Sep 8, 2008 at 8:51 AM, Kumar Gala <[EMAIL PROTECTED]> wrote: > The e500um says the timebase is volatile out of reset. To ensure > TB sync works we need to make sure its zero. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > Swapped mftbl,mftbu at Scott's request.. it doesnt mater

[U-Boot] [PATCH v2] 85xx: Ensure timebase is zero on secondary cores

2008-09-08 Thread Kumar Gala
The e500um says the timebase is volatile out of reset. To ensure TB sync works we need to make sure its zero. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Swapped mftbl,mftbu at Scott's request.. it doesnt mater since TB isn't ticking when we do this. - k cpu/mpc85xx/release.S |5