Re: [PATCH 13/19] efi: mm: Implement runtime addition of pages

2021-11-09 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:30:02PM +1100, Daniel Axtens wrote: > From: Patrick Steinhardt > > Adjust the interface of `grub_efi_mm_add_regions ()` to take a set of > `GRUB_MM_ADD_REGION_*` flags, which most notably is currently only the > `CONSECUTVE` flag. This allows us to set the function up as

[PATCH 13/19] efi: mm: Implement runtime addition of pages

2021-10-12 Thread Daniel Axtens
From: Patrick Steinhardt Adjust the interface of `grub_efi_mm_add_regions ()` to take a set of `GRUB_MM_ADD_REGION_*` flags, which most notably is currently only the `CONSECUTVE` flag. This allows us to set the function up as callback for the memory subsystem and have it call out to us in case th