From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1dxfm6-0007Ta-P5 for mharc-grub-devel@gnu.org; Thu, 28 Sep 2017 16:51:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxfm4-0007Rn-Oa for grub-devel@gnu.org; Thu, 28 Sep 2017 16:51:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxfly-0003S8-UY for grub-devel@gnu.org; Thu, 28 Sep 2017 16:51:12 -0400 Received: from boksu.net-space.pl ([185.15.1.105]:45018) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.71) (envelope-from ) id 1dxfly-0003Qc-IW for grub-devel@gnu.org; Thu, 28 Sep 2017 16:51:06 -0400 Received: (from localhost user: 'dkiper' uid#4000 fake: STDIN (dkiper@boksu.net-space.pl)) by router-fw-old.local.net-space.pl id S1808802AbdI1UvF (ORCPT ); Thu, 28 Sep 2017 22:51:05 +0200 Date: Thu, 28 Sep 2017 22:51:05 +0200 From: Daniel Kiper To: david.e.box@linux.intel.com Cc: grub-devel@gnu.org Subject: Re: [PATCH v2] tsc: Change default tsc calibration method to pmtimer on EFI systems Message-ID: <20170928205105.GB7201@router-fw-old.local.net-space.pl> References: <20170915223705.20758-1-david.e.box@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170915223705.20758-1-david.e.box@linux.intel.com> User-Agent: Mutt/1.3.28i X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.15.1.105 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 20:51:13 -0000 On Fri, Sep 15, 2017 at 03:37:05PM -0700, David E. Box wrote: > On efi systems, make pmtimer based tsc calibration the default over the > pit. This prevents Grub from hanging on Intel SoC systems that power gate > the pit. > > Signed-off-by: David E. Box LGTM. If there are no objections I will apply this next week. Daniel