Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-03-01 Thread Glenn Washburn
On Tue, 28 Feb 2023 11:31:41 +0100 Oliver Steffen wrote: > On Tue, Feb 21, 2023 at 4:39 PM Daniel Kiper > wrote: > > > On Mon, Feb 20, 2023 at 08:15:35AM -0800, Oliver Steffen wrote: > > > Thank you for the comments, Daniel. > > > > > > Quoting Daniel Kiper (2023-02-15 19:27:03) > > > > On

Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-03-01 Thread Oliver Steffen
On Tue, Feb 28, 2023 at 11:31 AM Oliver Steffen wrote: > On Tue, Feb 21, 2023 at 4:39 PM Daniel Kiper wrote: > >> On Mon, Feb 20, 2023 at 08:15:35AM -0800, Oliver Steffen wrote: >> > Thank you for the comments, Daniel. >> > >> > Quoting Daniel Kiper (2023-02-15 19:27:03) >> > > On Mon, Jan 16,

Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-02-28 Thread Oliver Steffen
On Tue, Feb 21, 2023 at 4:39 PM Daniel Kiper wrote: > On Mon, Feb 20, 2023 at 08:15:35AM -0800, Oliver Steffen wrote: > > Thank you for the comments, Daniel. > > > > Quoting Daniel Kiper (2023-02-15 19:27:03) > > > On Mon, Jan 16, 2023 at 12:40:53PM +0100, Oliver Steffen wrote: > > > > Add a new

Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-02-21 Thread Daniel Kiper
On Mon, Feb 20, 2023 at 08:15:35AM -0800, Oliver Steffen wrote: > Thank you for the comments, Daniel. > > Quoting Daniel Kiper (2023-02-15 19:27:03) > > On Mon, Jan 16, 2023 at 12:40:53PM +0100, Oliver Steffen wrote: > > > Add a new module named boot_loader_interface, which provides a command > >

Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-02-20 Thread Oliver Steffen
Thank you for the comments, Daniel. Quoting Daniel Kiper (2023-02-15 19:27:03) > On Mon, Jan 16, 2023 at 12:40:53PM +0100, Oliver Steffen wrote: > > Add a new module named boot_loader_interface, which provides a command > > I would prefer something shorter than boot_loader_interface. bli? Then

Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-02-15 Thread Daniel Kiper
On Mon, Jan 16, 2023 at 12:40:53PM +0100, Oliver Steffen wrote: > Add a new module named boot_loader_interface, which provides a command I would prefer something shorter than boot_loader_interface. bli? > with the same name. It implements a small but quite useful part of the > Boot Loader

[PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-01-16 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