From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I6BCc-0007iO-MM for qemu-devel@nongnu.org; Wed, 04 Jul 2007 16:11:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I6BCb-0007hO-5l for qemu-devel@nongnu.org; Wed, 04 Jul 2007 16:11:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6BCa-0007hD-RA for qemu-devel@nongnu.org; Wed, 04 Jul 2007 16:11:52 -0400 Received: from wr-out-0506.google.com ([64.233.184.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I6BCa-0007tA-CD for qemu-devel@nongnu.org; Wed, 04 Jul 2007 16:11:52 -0400 Received: by wr-out-0506.google.com with SMTP id 71so2338288wri for ; Wed, 04 Jul 2007 13:11:51 -0700 (PDT) Message-ID: Date: Wed, 4 Jul 2007 22:11:49 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] Time of day clock on arm? In-Reply-To: <200707040119.55484.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707040119.55484.rob@landley.net> 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 04/07/07, 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... See here: http://lists.gnu.org/archive/html/qemu-devel/2007-06/msg00211.html about linux support. The Spitz etc. emulation also has a working RTC. Unless you're on a laptop, it's not battery backed but it should do ;) Regards,