Re: [U-Boot] [PATCH 4/4] efi_loader: unload applications upon Exit()

2019-05-07 Thread Heinrich Schuchardt
On 5/7/19 8:37 AM, Takahiro Akashi wrote: > On Tue, May 07, 2019 at 07:50:48AM +0200, Heinrich Schuchardt wrote: >> On 5/7/19 6:39 AM, Takahiro Akashi wrote: >>> On Sat, May 04, 2019 at 10:36:36AM +0200, Heinrich Schuchardt wrote: Implement unloading of images in the Exit() boot services:

Re: [U-Boot] [PATCH 4/4] efi_loader: unload applications upon Exit()

2019-05-07 Thread Takahiro Akashi
On Tue, May 07, 2019 at 07:50:48AM +0200, Heinrich Schuchardt wrote: > On 5/7/19 6:39 AM, Takahiro Akashi wrote: > >On Sat, May 04, 2019 at 10:36:36AM +0200, Heinrich Schuchardt wrote: > >>Implement unloading of images in the Exit() boot services: > >> > >>* unload images that are not yet started,

Re: [U-Boot] [PATCH 4/4] efi_loader: unload applications upon Exit()

2019-05-06 Thread Heinrich Schuchardt
On 5/7/19 6:39 AM, Takahiro Akashi wrote: On Sat, May 04, 2019 at 10:36:36AM +0200, Heinrich Schuchardt wrote: Implement unloading of images in the Exit() boot services: * unload images that are not yet started, * unload started applications, * unload drivers returning an error.

Re: [U-Boot] [PATCH 4/4] efi_loader: unload applications upon Exit()

2019-05-06 Thread Takahiro Akashi
On Sat, May 04, 2019 at 10:36:36AM +0200, Heinrich Schuchardt wrote: > Implement unloading of images in the Exit() boot services: > > * unload images that are not yet started, > * unload started applications, > * unload drivers returning an error. > > Signed-off-by: Heinrich Schuchardt > --- >

[U-Boot] [PATCH 4/4] efi_loader: unload applications upon Exit()

2019-05-04 Thread Heinrich Schuchardt
Implement unloading of images in the Exit() boot services: * unload images that are not yet started, * unload started applications, * unload drivers returning an error. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h | 1 + lib/efi_loader/efi_boottime.c | 34