Re: [PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr

2022-03-12 Thread Simon Glass
Hi Ilias, On Sat, 12 Mar 2022 at 02:37, Ilias Apalodimas wrote: > > Hi Simon > > On Sun, 6 Mar 2022 at 05:08, Simon Glass wrote: >> >> Hi Heinrich, >> >> On Wed, 19 Jan 2022 at 04:47, Heinrich Schuchardt wrote: >> > >> > On 1/19/22 02:43, Simon Glass wrote: >> > > Add a bootmeth driver which ha

Re: [PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr

2022-03-12 Thread Ilias Apalodimas
Hi Simon On Sun, 6 Mar 2022 at 05:08, Simon Glass wrote: > Hi Heinrich, > > On Wed, 19 Jan 2022 at 04:47, Heinrich Schuchardt > wrote: > > > > On 1/19/22 02:43, Simon Glass wrote: > > > Add a bootmeth driver which handles EFI boot manager, using EFI_LOADER. > > > > > > In effect, this provides

Re: [PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr

2022-03-05 Thread Simon Glass
Hi Heinrich, On Wed, 19 Jan 2022 at 04:47, Heinrich Schuchardt wrote: > > On 1/19/22 02:43, Simon Glass wrote: > > Add a bootmeth driver which handles EFI boot manager, using EFI_LOADER. > > > > In effect, this provides the same functionality as the 'bootefi bootmgr' > > command and shares the sa

Re: [PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr

2022-01-19 Thread Heinrich Schuchardt
On 1/19/22 02:43, Simon Glass wrote: Add a bootmeth driver which handles EFI boot manager, using EFI_LOADER. In effect, this provides the same functionality as the 'bootefi bootmgr' command and shares the same code. But the interface into it is via a bootmeth, so it does not require any special

[PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr

2022-01-18 Thread Simon Glass
Add a bootmeth driver which handles EFI boot manager, using EFI_LOADER. In effect, this provides the same functionality as the 'bootefi bootmgr' command and shares the same code. But the interface into it is via a bootmeth, so it does not require any special scripts, etc. For now this requires th