This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

watchdog - powerpc


Powerpc _enables_ the watchdog by default. According to the hardware
manual you can only disable it out of reset but never re-enable it
afterwards.

from the spec ... SYPCR

This register can be read at any time but can be written only once after
system reset ...

I do not think you want a watchdog in redboot. But then redboot needs to
disable it, meaning you can not use it in the application afterwards
either. On the other hand, leaving it enabled in redboot gives the
application a chance to decide. But then you'll end up having problems
in redboot if you do not start the application fast enough. Am I missing
something ?

Bob


-- 
----------------------------------------------------------------------
ir. Bob Koninckx
Katholieke Universiteit Leuven
Division Production Engineering,                   tel.  +32 16 322535
Machine Design and Automation                      fax.  +32 16 322987
Celestijnenlaan 300B                  bob.koninckx@mech.kuleuven.ac.be
B-3001 Leuven Belgium               http://www.mech.kuleuven.ac.be/pma
----------------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]