Re: [PATCH v9 00/11] Add basic Boot Loader Interface support

2023-05-30 Thread Daniel Kiper
On Fri, May 26, 2023 at 01:35:41PM +0200, Oliver Steffen wrote: > This is a step towards supporting unified kernel images (UKI) in Grub. > > Add a new module named bli. It implements a small but quite useful part > of the Boot Loader Interface [0]. This interface uses EFI variables for > communic

[PATCH v9 00/11] Add basic Boot Loader Interface support

2023-05-26 Thread Oliver Steffen
This is a step towards supporting unified kernel images (UKI) in Grub. Add a new module named bli. It implements a small but quite useful part of the Boot Loader Interface [0]. This interface uses EFI variables for communication between the boot loader and the operating system. This module sets