Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-29 Thread Ilias Apalodimas
Hi Mark, On Fri, 29 Oct 2021 at 19:37, Mark Kettenis wrote: > > > From: Ilias Apalodimas > > Date: Fri, 29 Oct 2021 16:42:45 +0300 > > > > Hi Tom, > > > > On Fri, 29 Oct 2021 at 15:39, Tom Rini wrote: > > > > > > On Fri, Oct 29, 2021 at 08:45:06AM +0300, Ilias Apalodimas wrote: > > > > On Wed,

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-29 Thread Mark Kettenis
> From: Ilias Apalodimas > Date: Fri, 29 Oct 2021 16:42:45 +0300 > > Hi Tom, > > On Fri, 29 Oct 2021 at 15:39, Tom Rini wrote: > > > > On Fri, Oct 29, 2021 at 08:45:06AM +0300, Ilias Apalodimas wrote: > > > On Wed, Oct 27, 2021 at 12:34:40PM -0600, Simon Glass wrote: > > > > Hi Ilias, > > > > >

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-29 Thread Ilias Apalodimas
On Fri, 29 Oct 2021 at 17:03, AKASHI Takahiro wrote: > > On Fri, Oct 29, 2021 at 04:42:45PM +0300, Ilias Apalodimas wrote: > > Hi Tom, > > > > On Fri, 29 Oct 2021 at 15:39, Tom Rini wrote: > > > > > > On Fri, Oct 29, 2021 at 08:45:06AM +0300, Ilias Apalodimas wrote: > > > > On Wed, Oct 27, 2021 a

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-29 Thread AKASHI Takahiro
On Fri, Oct 29, 2021 at 04:42:45PM +0300, Ilias Apalodimas wrote: > Hi Tom, > > On Fri, 29 Oct 2021 at 15:39, Tom Rini wrote: > > > > On Fri, Oct 29, 2021 at 08:45:06AM +0300, Ilias Apalodimas wrote: > > > On Wed, Oct 27, 2021 at 12:34:40PM -0600, Simon Glass wrote: > > > > Hi Ilias, > > > > > >

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-29 Thread Ilias Apalodimas
Hi Tom, On Fri, 29 Oct 2021 at 15:39, Tom Rini wrote: > > On Fri, Oct 29, 2021 at 08:45:06AM +0300, Ilias Apalodimas wrote: > > On Wed, Oct 27, 2021 at 12:34:40PM -0600, Simon Glass wrote: > > > Hi Ilias, > > > > > > On Wed, 27 Oct 2021 at 08:48, Ilias Apalodimas > > > wrote: > > > > > > > > Hi

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-29 Thread Tom Rini
On Fri, Oct 29, 2021 at 08:45:06AM +0300, Ilias Apalodimas wrote: > On Wed, Oct 27, 2021 at 12:34:40PM -0600, Simon Glass wrote: > > Hi Ilias, > > > > On Wed, 27 Oct 2021 at 08:48, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On Wed, Oct 27, 2021 at 08:09:04AM -0600, Simon Glass

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-28 Thread Ilias Apalodimas
On Wed, Oct 27, 2021 at 12:34:40PM -0600, Simon Glass wrote: > Hi Ilias, > > On Wed, 27 Oct 2021 at 08:48, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Wed, Oct 27, 2021 at 08:09:04AM -0600, Simon Glass wrote: > > > Hi Ilias, > > > > > > On Wed, 27 Oct 2021 at 02:36, Ilias Apalodimas >

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-27 Thread Simon Glass
Hi Ilias, On Wed, 27 Oct 2021 at 08:48, Ilias Apalodimas wrote: > > Hi Simon, > > On Wed, Oct 27, 2021 at 08:09:04AM -0600, Simon Glass wrote: > > Hi Ilias, > > > > On Wed, 27 Oct 2021 at 02:36, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On Sun, 24 Oct 2021 at 02:27, Simon Gla

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-27 Thread Ilias Apalodimas
Hi Simon, On Wed, Oct 27, 2021 at 08:09:04AM -0600, Simon Glass wrote: > Hi Ilias, > > On Wed, 27 Oct 2021 at 02:36, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Sun, 24 Oct 2021 at 02:27, Simon Glass wrote: > > > > > > Add a bootmeth driver which handles EFI boot, using EFI_LOADER. >

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-27 Thread Simon Glass
Hi Ilias, On Wed, 27 Oct 2021 at 02:36, Ilias Apalodimas wrote: > > Hi Simon, > > On Sun, 24 Oct 2021 at 02:27, Simon Glass wrote: > > > > Add a bootmeth driver which handles EFI boot, using EFI_LOADER. > > > > In effect, this provides the same functionality as the 'bootefi' command > > and shar

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-27 Thread Simon Glass
Hi Heinrich, Ilias, On Wed, 27 Oct 2021 at 06:03, Heinrich Schuchardt wrote: > > > > On 10/24/21 01:26, Simon Glass wrote: > > Add a bootmeth driver which handles EFI boot, using EFI_LOADER. > > > > In effect, this provides the same functionality as the 'bootefi' command > > and shares the same c

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-27 Thread Heinrich Schuchardt
On 10/24/21 01:26, Simon Glass wrote: Add a bootmeth driver which handles EFI boot, using EFI_LOADER. In effect, this provides the same functionality as the 'bootefi' command and shares the same code. But the interface into it is via a bootmeth, so it does not require any special scripts, etc

Re: [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-27 Thread Ilias Apalodimas
Hi Simon, On Sun, 24 Oct 2021 at 02:27, Simon Glass wrote: > > Add a bootmeth driver which handles EFI boot, using EFI_LOADER. > > In effect, this provides the same functionality as the 'bootefi' command > and shares the same code. But the interface into it is via a bootmeth, > so it does not req

[PATCH v2 31/41] bootstd: Add an implementation of EFI boot

2021-10-23 Thread Simon Glass
Add a bootmeth driver which handles EFI boot, using EFI_LOADER. In effect, this provides the same functionality as the 'bootefi' 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 the 'bootefi' comm