On Tue, 15 Mar 2011 16:22:50 -0500
Scott Wood <scottw...@freescale.com> wrote:

> On Tue, 15 Mar 2011 16:16:39 -0500
> Jimi Xenidis <ji...@pobox.com> wrote:
> 
> > That is true for "server" and "classic" because they do not necessarily 
> > stop at 0.
> > for embedded you can just:
> >     /* u-boot leaves decrementer enabled */
> >     mtspr(SPRN_DECAR, 0); /* paranoia */
> >     mtspr(SPRN_DEC, 0);
> >     mtspr(SPRN_TCR, 0);
> >     mtspr(SPRN_TSR, 0);
> > 
> > And there is no way in hell any timer will go off, right?
> 
> Ah, right.  Forgot it stopped at zero.

Though that last line should be something like mtspr(SPRN_TSR, 0xffffffff);

-Scott

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to