Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-19 Thread Heinrich Schuchardt
On 7/19/19 7:52 PM, Heinrich Schuchardt wrote: On 7/19/19 8:14 AM, Jonathan Gray wrote: On Fri, Jul 19, 2019 at 07:43:17AM +0200, Heinrich Schuchardt wrote: On 7/19/19 1:07 AM, Mark Kettenis wrote: From: Alexander Graf Date: Thu, 18 Jul 2019 20:50:39 +0200 On 18.07.19 19:33, Heinrich

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-19 Thread Heinrich Schuchardt
On 7/19/19 8:14 AM, Jonathan Gray wrote: On Fri, Jul 19, 2019 at 07:43:17AM +0200, Heinrich Schuchardt wrote: On 7/19/19 1:07 AM, Mark Kettenis wrote: From: Alexander Graf Date: Thu, 18 Jul 2019 20:50:39 +0200 On 18.07.19 19:33, Heinrich Schuchardt wrote: On 7/18/19 11:16 AM, Jonathan Gray

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-19 Thread Jonathan Gray
On Fri, Jul 19, 2019 at 07:43:17AM +0200, Heinrich Schuchardt wrote: > On 7/19/19 1:07 AM, Mark Kettenis wrote: > > > From: Alexander Graf > > > Date: Thu, 18 Jul 2019 20:50:39 +0200 > > > > > > On 18.07.19 19:33, Heinrich Schuchardt wrote: > > > > On 7/18/19 11:16 AM, Jonathan Gray wrote: > > >

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Heinrich Schuchardt
On 7/19/19 1:07 AM, Mark Kettenis wrote: From: Alexander Graf Date: Thu, 18 Jul 2019 20:50:39 +0200 On 18.07.19 19:33, Heinrich Schuchardt wrote: On 7/18/19 11:16 AM, Jonathan Gray wrote: On Thu, Jul 18, 2019 at 10:39:57AM +0200, Mark Kettenis wrote: Date: Thu, 18 Jul 2019 16:00:16 +1000

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Mark Kettenis
> From: Alexander Graf > Date: Thu, 18 Jul 2019 20:50:39 +0200 > > On 18.07.19 19:33, Heinrich Schuchardt wrote: > > On 7/18/19 11:16 AM, Jonathan Gray wrote: > >> On Thu, Jul 18, 2019 at 10:39:57AM +0200, Mark Kettenis wrote: > Date: Thu, 18 Jul 2019 16:00:16 +1000 > From: Jonathan

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Alexander Graf
On 18.07.19 19:33, Heinrich Schuchardt wrote: On 7/18/19 11:16 AM, Jonathan Gray wrote: On Thu, Jul 18, 2019 at 10:39:57AM +0200, Mark Kettenis wrote: Date: Thu, 18 Jul 2019 16:00:16 +1000 From: Jonathan Gray On Fri, Feb 08, 2019 at 07:46:49PM +0100, Heinrich Schuchardt wrote: Remove the

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Heinrich Schuchardt
On 7/18/19 7:40 PM, Alexander Graf wrote: On 18.07.19 19:33, Heinrich Schuchardt wrote: On 7/18/19 11:16 AM, Jonathan Gray wrote: On Thu, Jul 18, 2019 at 10:39:57AM +0200, Mark Kettenis wrote: Date: Thu, 18 Jul 2019 16:00:16 +1000 From: Jonathan Gray On Fri, Feb 08, 2019 at 07:46:49PM

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Alexander Graf
On 18.07.19 19:33, Heinrich Schuchardt wrote: On 7/18/19 11:16 AM, Jonathan Gray wrote: On Thu, Jul 18, 2019 at 10:39:57AM +0200, Mark Kettenis wrote: Date: Thu, 18 Jul 2019 16:00:16 +1000 From: Jonathan Gray On Fri, Feb 08, 2019 at 07:46:49PM +0100, Heinrich Schuchardt wrote: Remove the

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Heinrich Schuchardt
On 7/18/19 11:16 AM, Jonathan Gray wrote: On Thu, Jul 18, 2019 at 10:39:57AM +0200, Mark Kettenis wrote: Date: Thu, 18 Jul 2019 16:00:16 +1000 From: Jonathan Gray On Fri, Feb 08, 2019 at 07:46:49PM +0100, Heinrich Schuchardt wrote: Remove the duplicate code in efi_do_enter() and use

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Jonathan Gray
On Thu, Jul 18, 2019 at 10:39:57AM +0200, Mark Kettenis wrote: > > Date: Thu, 18 Jul 2019 16:00:16 +1000 > > From: Jonathan Gray > > > > On Fri, Feb 08, 2019 at 07:46:49PM +0100, Heinrich Schuchardt wrote: > > > Remove the duplicate code in efi_do_enter() and use efi_start_image() to > > > start

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Mark Kettenis
> Date: Thu, 18 Jul 2019 16:00:16 +1000 > From: Jonathan Gray > > On Fri, Feb 08, 2019 at 07:46:49PM +0100, Heinrich Schuchardt wrote: > > Remove the duplicate code in efi_do_enter() and use efi_start_image() to > > start the image invoked by the bootefi command. > > > > Signed-off-by: Heinrich

Re: [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-07-18 Thread Jonathan Gray
On Fri, Feb 08, 2019 at 07:46:49PM +0100, Heinrich Schuchardt wrote: > Remove the duplicate code in efi_do_enter() and use efi_start_image() to > start the image invoked by the bootefi command. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > use EFI_CALL This commit broke booting

[U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi

2019-02-08 Thread Heinrich Schuchardt
Remove the duplicate code in efi_do_enter() and use efi_start_image() to start the image invoked by the bootefi command. Signed-off-by: Heinrich Schuchardt --- v2 use EFI_CALL --- cmd/bootefi.c | 22 +- include/efi_loader.h | 4