From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henrik =?ISO-8859-1?Q?Nordstr=F6m?= Date: Mon, 24 Mar 2014 01:00:29 +0100 Subject: [U-Boot] [PATCH u-boot sunxi 3/4] sunxi: Implement reset_cpu In-Reply-To: <1394995121.2234.44.camel@hastur.hellion.org.uk> References: <1394978030-14511-1-git-send-email-hdegoede@redhat.com> <1394978030-14511-4-git-send-email-hdegoede@redhat.com> <1394995121.2234.44.camel@hastur.hellion.org.uk> Message-ID: <1395619229.6065.30.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de s?n 2014-03-16 klockan 18:38 +0000 skrev Ian Campbell: > Not sure why cmd_watchdog.c is sunxi, seems like in principal it could > be generic. In principal it could, but there is no common API for setting the watchdog timer, and no common API for disabling the watchdog once armed. Regards Henrik