Re: [PATCH v2] tsc: Change default tsc calibration method to pmtimer on EFI systems

2017-10-06 Thread Daniel Kiper
On Thu, Sep 28, 2017 at 10:51:05PM +0200, Daniel Kiper wrote: > 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. > > >

Re: [PATCH v2] tsc: Change default tsc calibration method to pmtimer on EFI systems

2017-09-28 Thread Daniel Kiper
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 ap

[PATCH v2] tsc: Change default tsc calibration method to pmtimer on EFI systems

2017-09-15 Thread David E. Box
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 --- ChangeLog: v2: Make pmtimer the default. Keep the rest in the original order. v1: Make efi timer the default