From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Kagstrom Date: Wed, 28 Oct 2009 15:11:05 +0100 Subject: [U-Boot] [PATCH 0/2]: Watchdog support from the command line Message-ID: <20091028151105.2c167d01@marrow.netinsight.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi! These two patches add a generic watchdog CLI command and a driver for the watchdog on Marvell Kirkwood that uses it. The command usage is watchdog - Watchdog commands Usage: watchdog - start the watchdog with `timeout' seconds timeout watchdog off - stop the watchdog (can't be done on all boards) // Simon