From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I661F-0005zK-JP for qemu-devel@nongnu.org; Wed, 04 Jul 2007 10:39:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I661D-0005z8-Hg for qemu-devel@nongnu.org; Wed, 04 Jul 2007 10:39:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I661D-0005z5-DY for qemu-devel@nongnu.org; Wed, 04 Jul 2007 10:39:47 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I661C-0002Xs-UY for qemu-devel@nongnu.org; Wed, 04 Jul 2007 10:39:47 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Time of day clock on arm? Date: Wed, 4 Jul 2007 15:39:32 +0100 References: <200707040119.55484.rob@landley.net> In-Reply-To: <200707040119.55484.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707041539.34271.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wednesday 04 July 2007, Rob Landley wrote: > Does arm (versatilepb) have any kind of battery backed clock? I can't find > a way to init the linux kernel's clock from the kernel command line, and if > there's clock hardware that should be initializing it I haven't enabled the > driver in the kernel config. It's coming up set to Jan 1 1970, which is > making the binutils build I tried go a little screwy... Fixed a few days ago. Paul