Re: [PATCH v2 05/14] efi: refactor grub_efi_allocate_pages

2017-08-03 Thread Vladimir 'phcoder' Serbinenko
Le Thu, Aug 3, 2017 à 12:09 PM, Leif Lindholm a écrit : > Expose a new function, grub_efi_allocate_pages_real(), making it possible > to specify allocation type and memory type as supported by the UEFI > AllocatePages boot service. > > Make grub_efi_allocate_pages() a consumer of the new function

[PATCH v2 05/14] efi: refactor grub_efi_allocate_pages

2017-08-03 Thread Leif Lindholm
Expose a new function, grub_efi_allocate_pages_real(), making it possible to specify allocation type and memory type as supported by the UEFI AllocatePages boot service. Make grub_efi_allocate_pages() a consumer of the new function, maintaining its old functionality. Also delete some left-around