[PATCH] docs: Update for stopping small mbr gap support

2020-03-05 Thread Michael Chang
Further to the discussion about disabling btrfs zstd support for i386-pc[1], this paragraph in manual about mbr gap size doesn't seem to hold true any longer. "You must ensure that the first partition starts at least 31 KiB (63 sectors) from the start of the disk" As in many occasions we inevitab

Re: GRUB 2.06 release

2020-03-05 Thread Daniel Kiper
On Tue, Mar 03, 2020 at 06:33:54PM +0100, John Paul Adrian Glaubitz wrote: > On 3/3/20 6:26 PM, Daniel Kiper wrote: > > On Wed, Feb 19, 2020 at 04:01:38PM +0100, Daniel Kiper wrote: > >> Hi all, > >> > >> As I told during my FOSDEM 2020 presentation we are preparing for > >> GRUB 2.06 release. Tent

Re: GRUB 2.06 release

2020-03-05 Thread Daniel Kiper
On Wed, Mar 04, 2020 at 05:39:10AM +0100, Patrick Steinhardt wrote: > On Tue, Mar 03, 2020 at 06:26:03PM +0100, Daniel Kiper wrote: > > On Wed, Feb 19, 2020 at 04:01:38PM +0100, Daniel Kiper wrote: > > > Hi all, > > > > > > As I told during my FOSDEM 2020 presentation we are preparing for > > > GRU

Re: [PATCH v2 08/12] kern: Make grub_error() more verbose

2020-03-05 Thread Daniel Kiper
On Wed, Mar 04, 2020 at 12:58:47PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > Add file and line to grub_error() output to make troubleshooting easier. > > Signed-off-by: Peter Jones > Signed-off-by: Javier Martinez Canillas Reviewed-by: Daniel Kiper Daniel ___

Re: [PATCH v2 09/12] efi: Print error messages to grub_efi_allocate_pages_real()

2020-03-05 Thread Daniel Kiper
On Wed, Mar 04, 2020 at 12:58:48PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > No messages were printed in this function, add some to ease debugging. > > Also, the function returns a void * pointer so return NULL instead of > 0 to make the code more readable. > > Signed-off-by:

Re: [PATCH v2 10/12] efi/uga: Use video instead of fb as debug condition

2020-03-05 Thread Daniel Kiper
On Wed, Mar 04, 2020 at 12:58:49PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > All other video drivers use "video" as the debug condition instead of "fb" > so change this in the efi/uga driver to make it consistent with the others. > > Signed-off-by: Peter Jones > Signed-off-by

Re: [PATCH v2 11/12] efi/gop: Add debug output on GOP probing

2020-03-05 Thread Daniel Kiper
On Wed, Mar 04, 2020 at 12:58:50PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > Add debug information to EFI GOP video driver probing function. > > Signed-off-by: Peter Jones > Signed-off-by: Javier Martinez Canillas Reviewed-by: Daniel Kiper Daniel

Re: [PATCH] build: Add soft-float handling for SuperH (sh4)

2020-03-05 Thread Daniel Kiper
On Wed, Mar 04, 2020 at 02:31:34PM +0100, John Paul Adrian Glaubitz wrote: > While GRUB has no platform support for SuperH (sh4) yet, this change > adds the target-specific handling of soft-floats such that the GRUB > utilities can be built on this target. > > Signed-off-by: John Paul Adrian Glaubi

Re: [PATCH v2 08/12] kern: Make grub_error() more verbose

2020-03-05 Thread Vladimir 'phcoder' Serbinenko
Please evaluate size increase for this. In the past passing file and line number to grub_dprintf was a huge source of increased Kern and core size Le mer. 4 mars 2020 à 13:01, Javier Martinez Canillas a écrit : > From: Peter Jones > > Add file and line to grub_error() output to make troubleshoo

Re: [PATCH] docs: Update for stopping small mbr gap support

2020-03-05 Thread Daniel Kiper
On Thu, Mar 05, 2020 at 06:40:01PM +0800, Michael Chang wrote: > Further to the discussion about disabling btrfs zstd support for > i386-pc[1], this paragraph in manual about mbr gap size doesn't seem to > hold true any longer. > > "You must ensure that the first partition starts at least 31 KiB (6

Re: [PATCH] docs: Update for stopping small mbr gap support

2020-03-05 Thread C. Masloch
Two small suggestions inlined in the quoted part. Regards, ecm On at 2020-03-05 15:38 +0100, Daniel Kiper wrote: > On Thu, Mar 05, 2020 at 06:40:01PM +0800, Michael Chang wrote: >> Further to the discussion about disabling btrfs zstd support for >> i386-pc[1], this paragraph in manual about mbr

[PATCH] Enable the datetime module for the emu platform

2020-03-05 Thread Mike Gilbert
Fixes a build failure: grub-core/commands/date.c:49: undefined reference to `grub_get_weekday_name' grub-core/commands/ls.c:155: undefined reference to `grub_unixtime2datetime' Bug: https://bugs.gentoo.org/711512 Signed-off-by: Mike Gilbert --- grub-core/Makefile.core.def | 1 - 1 file changed,

Re: [PATCH] docs: Update for stopping small mbr gap support

2020-03-05 Thread Michael Chang
On Thu, Mar 05, 2020 at 03:38:20PM +0100, Daniel Kiper wrote: > On Thu, Mar 05, 2020 at 06:40:01PM +0800, Michael Chang wrote: > > Further to the discussion about disabling btrfs zstd support for > > i386-pc[1], this paragraph in manual about mbr gap size doesn't seem to > > hold true any longer. >

Re: [PATCH] docs: Update for stopping small mbr gap support

2020-03-05 Thread Michael Chang
On Thu, Mar 05, 2020 at 05:00:11PM +0100, C. Masloch wrote: > Two small suggestions inlined in the quoted part. > > Regards, > ecm > > > On at 2020-03-05 15:38 +0100, Daniel Kiper wrote: > > On Thu, Mar 05, 2020 at 06:40:01PM +0800, Michael Chang wrote: > >> Further to the discussion about disab

[PATCH v2] docs: Update for stopping small mbr gap support

2020-03-05 Thread Michael Chang
Further to the discussion about disabling btrfs zstd support for i386-pc[1], this paragraph in manual about mbr gap size doesn't seem to hold true any longer. "You must ensure that the first partition starts at least 31 KiB (63 sectors) from the start of the disk" As in many occasions we inevitab