Re: [PATCH v2] sparc64: Add blocklist GPT support for SPARC

2017-10-06 Thread Daniel Kiper
On Thu, May 11, 2017 at 06:25:24PM -0700, Eric Snowberg wrote: > Add block-list GPT support for SPARC. The OBP "load" and "boot" methods > are partition aware and neither command can see the partition table. Also > neither command can address the entire physical disk. When the install > happens, g

Re: [PATCH v2] sparc64: Add blocklist GPT support for SPARC

2017-10-06 Thread Eric Snowberg
> On Oct 6, 2017, at 8:04 AM, Daniel Kiper wrote: > > On Thu, May 11, 2017 at 06:25:24PM -0700, Eric Snowberg wrote: >> Add block-list GPT support for SPARC. The OBP "load" and "boot" methods >> are partition aware and neither command can see the partition table. Also >> neither command can add

Re: [PATCH] parser: Remove escape from the state transitions

2017-10-06 Thread Daniel Kiper
On Tue, May 30, 2017 at 04:07:52PM -0600, Eric Snowberg wrote: > Remove GRUB_PARSER_STATE_ESC with state GRUB_PARSER_STATE_TEXT from > the list of not allowed characters. Once again, NACK for this patch. I explained why earlier but... > This fixes a problem where a properly escaped comma is in th

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] parser: Remove escape from the state transitions

2017-10-06 Thread Eric Snowberg
> On Oct 6, 2017, at 8:47 AM, Daniel Kiper wrote: > > On Tue, May 30, 2017 at 04:07:52PM -0600, Eric Snowberg wrote: >> Remove GRUB_PARSER_STATE_ESC with state GRUB_PARSER_STATE_TEXT from >> the list of not allowed characters. > > Once again, NACK for this patch. I explained why earlier but...

Re: [PATCH v2] sparc64: Add blocklist GPT support for SPARC

2017-10-06 Thread Eric Snowberg
> On Oct 6, 2017, at 8:04 AM, Daniel Kiper wrote: > > On Thu, May 11, 2017 at 06:25:24PM -0700, Eric Snowberg wrote: >> Add block-list GPT support for SPARC. The OBP "load" and "boot" methods >> are partition aware and neither command can see the partition table. Also >> neither command can add