From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KQLA0-0005wC-Hc for mharc-grub-devel@gnu.org; Tue, 05 Aug 2008 07:57:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQL9x-0005sd-MO for grub-devel@gnu.org; Tue, 05 Aug 2008 07:57:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQL9w-0005q9-2b for grub-devel@gnu.org; Tue, 05 Aug 2008 07:57:01 -0400 Received: from [199.232.76.173] (port=34577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQL9v-0005pw-JV for grub-devel@gnu.org; Tue, 05 Aug 2008 07:56:59 -0400 Received: from smtp-vbr17.xs4all.nl ([194.109.24.37]:4199) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQL9v-00085U-30 for grub-devel@gnu.org; Tue, 05 Aug 2008 07:56:59 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id m75BunJd073363; Tue, 5 Aug 2008 13:56:50 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: Colin D Bennett References: <20080623075438.5861e6d1@gibibit.com> <878wwi6bqy.fsf@xs4all.nl> <20080704112801.470827ea@gibibit.com> <87tzekiecu.fsf@xs4all.nl> <20080728100533.19118c0b@gibibit.com> Mail-Copies-To: mgerards@xs4all.nl Date: Tue, 05 Aug 2008 13:59:28 +0200 In-Reply-To: <20080728100533.19118c0b@gibibit.com> (Colin D. Bennett's message of "Mon, 28 Jul 2008 10:05:33 -0700") Message-ID: <87hc9zekpr.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Cc: The development of GRUB 2 , Robert Millan Subject: Re: [PATCH] High resolution time/TSC patch v3 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2008 11:57:02 -0000 Hi Colin, Colin D Bennett writes: > Another updated TSC patch. Now it detects TSC support for x86 CPUs at > runtime and selects either the TSC or RTC time source. This way 386 > and 486 CPUs without RDTSC instruction support are supported. > > Robert Millan was interested in getting this patch merged for the > Coreboot port, so I decided to take another crack at it. > > Comments are welcome! I have just committed your patch, with the ChangeLog changes I proposed. Please have a look to see what I changed. -- Marco