On Mon, 2013-12-02 at 07:14 +0100, Wolfgang Denk wrote: > Dear Guenter, > > In message <529b9152.9090...@roeck-us.net> you wrote: > > On 11/30/2013 07:45 AM, Christophe Leroy wrote: > > > MPC8xx watchdog is enabled at startup by HW. > > > If the bootloader disables it, it cannot be reenabled. > > > > Is that true for all variants of 8xx, especially for 823 ? I am a bit > > concerned > > about breaking compatibility with some chips ... assuming there was a reason > > for not setting this flag originally. > > This is correct, and applies for all variants of the MPC8xx, including > the MPC823 / MPC823E. From the UM: > > "The software watchdog timer can be disabled or its timeout > period can be changed in the SYPCR. Once the SYPCR is written, > it cannot be written again until a system reset." > > Actually this is the only correct behaviour. Any watchdog that can be > disabled by software is not worth it's name, and unsuitable for any > kind of aplications where security / reliability are required.
An optional locked state is a good thing, but making that the only way the watchdog can function can render the watchdog unusable in systems that need to go into low power states (unless the low power state supresses the watchdog). And then there's broken hybrid things like the booke watchdog, where you can't disable the watchdog reset action once configured, but you can change the timeout to be effectively infinite (which we've used as a workaround when entering low power states). -Scott _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev