public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Rapoport <mike.rapoport@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Software watchdog on mpc8247
Date: Thu, 25 Aug 2005 07:46:37 +0200	[thread overview]
Message-ID: <f870da180508242246126ce433@mail.gmail.com> (raw)

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

             reply	other threads:[~2005-08-25  5:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-25  5:46 Mike Rapoport [this message]
2005-08-25  7:04 ` [U-Boot-Users] Software watchdog on mpc8247 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f870da180508242246126ce433@mail.gmail.com \
    --to=mike.rapoport@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox