Re: [PATCHv2][ 3/6] cryptodisk: enable the backends to implement detached headers

2020-04-04 Thread Patrick Steinhardt
On Tue, Mar 17, 2020 at 08:57:37AM +0100, Denis 'GNUtoo' Carikli wrote: [snip] > @@ -1041,7 +1043,7 @@ grub_cryptodisk_cheat_mount (const char *sourcedev, > const char *cheat) > >FOR_CRYPTODISK_DEVS (cr) >{ > -dev = cr->scan (source, search_uuid, check_boot); > +dev = cr->scan (s

Re: [PATCHv2][ 3/6] cryptodisk: enable the backends to implement detached headers

2020-04-04 Thread Patrick Steinhardt
On Tue, Mar 17, 2020 at 08:57:37AM +0100, Denis 'GNUtoo' Carikli wrote: > From: John Lane > @@ -242,7 +243,8 @@ grub_util_get_geli_uuid (const char *dev) > #endif > > static grub_cryptodisk_t > -geli_scan (grub_disk_t disk, const char *check_uuid, int boot_only) > +geli_scan (grub_disk_t disk,

Re: [PATCHv2][ 5/6] cryptodisk: enable the backends to implement key files

2020-04-04 Thread Patrick Steinhardt
On Tue, Mar 17, 2020 at 08:57:39AM +0100, Denis 'GNUtoo' Carikli wrote: > From: John Lane > > Signed-off-by: John Lane > gnu...@cyberdimension.org: rebase, patch split, small fixes, commit message > Signed-off-by: Denis 'GNUtoo' Carikli > --- > grub-core/disk/cryptodisk.c | 71

Patch to add newer i386 modinfo types

2020-04-04 Thread Eric McCorkle
I'm working on trying to get GRUB to properly set up the EFI framebuffer info for the freebsd kernel. This is a patch to one of the includes that adds updates the modinfo types to match the FreeBSD kernel sources. Hopefully the EFI framebuffer patch will come shortly. --- include/grub/i386/freebs

Re: Patch to add newer i386 modinfo types

2020-04-04 Thread Eric McCorkle
Here's a first attempt at a patch that adds the code necessary to pass the EFI framebuffer info into the FreeBSD kernel. I have tested this successfully on real hardware. On 4/4/20 6:57 PM, Eric McCorkle wrote: > I'm working on trying to get GRUB to properly set up the EFI framebuffer > info for