Re: [PATCH v2 3/7] Add a module for the Boot Loader Interface

2023-02-28 Thread Daniel Kiper
On Mon, Feb 20, 2023 at 07:56:26PM +0100, Oliver Steffen wrote: > Add a new module named boot_loader_interface, which provides a command > with the same name. It implements a small but quite useful part of the > Boot Loader Interface [0]. This interface uses EFI variables for > communication

[PATCH v2 3/7] Add a module for the Boot Loader Interface

2023-02-20 Thread Oliver Steffen
Add a new module named boot_loader_interface, which provides a command with the same name. 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 two EFI