public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Software watchdog on mpc8247
@ 2005-08-25  5:46 Mike Rapoport
  2005-08-25  7:04 ` Wolfgang Denk
  2005-08-25 11:40 ` Jerry Van Baren
  0 siblings, 2 replies; 8+ messages in thread
From: Mike Rapoport @ 2005-08-25  5:46 UTC (permalink / raw)
  To: u-boot

Hello,

I have a custom board with mpc8247 processor. I'd like to use it's
internal watchdog capability in u-boot (and linux).
I've tried to use the folliwing defines in my board config file
(include/configs/my_board.h):

#define CONFIG_WATCHDOG   1
#if defined(CONFIG_WATCHDOG)
#define CFG_SYPCR       (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
           SYPCR_SWRI|SYPCR_SWP|SYPCR_SWE)
#else
#define CFG_SYPCR       (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
           SYPCR_SWRI|SYPCR_SWP)
#endif /* CONFIG_WATCHDOG */

but the board does not boot when the watchdog is enabled.
I use u-boot 1.1.3 release.

--
Sincerely yours,
Mike Rapoport

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-08-25 14:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-25  5:46 [U-Boot-Users] Software watchdog on mpc8247 Mike Rapoport
2005-08-25  7:04 ` Wolfgang Denk
2005-08-25 10:42   ` Mike Rapoport
2005-08-25 11:40 ` Jerry Van Baren
2005-08-25 12:35   ` Mike Rapoport
2005-08-25 12:51     ` Jerry Van Baren
2005-08-25 13:55       ` Mike Rapoport
2005-08-25 14:40         ` Jerry Van Baren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox