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

2019-05-07 Thread Heinrich Schuchardt
On 5/8/19 3:08 AM, Takahiro Akashi wrote: On Wed, May 08, 2019 at 02:59:08AM +0200, Heinrich Schuchardt wrote: On 5/8/19 1:59 AM, Takahiro Akashi wrote: On Tue, May 07, 2019 at 09:13:24PM +0200, Heinrich Schuchardt wrote: Implement unloading of images in the Exit() boot services: * unload

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

2019-05-07 Thread Takahiro Akashi
On Wed, May 08, 2019 at 02:59:08AM +0200, Heinrich Schuchardt wrote: > On 5/8/19 1:59 AM, Takahiro Akashi wrote: > >On Tue, May 07, 2019 at 09:13:24PM +0200, Heinrich Schuchardt wrote: > >>Implement unloading of images in the Exit() boot services: > >> > >>* unload images that are not yet started,

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

2019-05-07 Thread Heinrich Schuchardt
On 5/8/19 1:59 AM, Takahiro Akashi wrote: On Tue, May 07, 2019 at 09:13:24PM +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 v2 1/1] efi_loader: unload applications upon Exit()

2019-05-07 Thread Takahiro Akashi
On Tue, May 07, 2019 at 09:13:24PM +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 v2 1/1] efi_loader: unload applications upon Exit()

2019-05-07 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 --- v2 Images that are no yet started can be unloaded by calling Exit(). In