From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5xHf-00037C-Kx for qemu-devel@nongnu.org; Wed, 04 Jul 2007 01:20:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5xHd-000370-5M for qemu-devel@nongnu.org; Wed, 04 Jul 2007 01:20:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5xHc-00036x-VZ for qemu-devel@nongnu.org; Wed, 04 Jul 2007 01:20:09 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I5xHc-0007j7-Mt for qemu-devel@nongnu.org; Wed, 04 Jul 2007 01:20:08 -0400 Received: from landley.net (localhost [127.0.0.1]) by grelber.thyrsus.com (Postfix) with ESMTP id 9B2B8738DE for ; Wed, 4 Jul 2007 01:20:56 -0400 (EDT) From: Rob Landley Date: Wed, 4 Jul 2007 01:19:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707040119.55484.rob@landley.net> Subject: [Qemu-devel] Time of day clock on arm? 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 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... Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.