Re: [RFC PATCH 0/2] Clean up protocol installation API

2022-10-06 Thread Heinrich Schuchardt
On 10/6/22 08:55, Ilias Apalodimas wrote: Hi Akashi-san, On Thu, 6 Oct 2022 at 04:35, AKASHI Takahiro wrote: Hi Ilias, On Wed, Oct 05, 2022 at 06:26:00PM +0300, Ilias Apalodimas wrote: This RFC is trying to clean up the usage of the internal functions used to manage the protocol and handle

Re: [RFC PATCH 0/2] Clean up protocol installation API

2022-10-05 Thread Ilias Apalodimas
Hi Akashi-san, On Thu, 6 Oct 2022 at 04:35, AKASHI Takahiro wrote: > > Hi Ilias, > > On Wed, Oct 05, 2022 at 06:26:00PM +0300, Ilias Apalodimas wrote: > > This RFC is trying to clean up the usage of the internal functions used > > to manage the protocol and handle lifetimes. Currently we arbitra

Re: [RFC PATCH 0/2] Clean up protocol installation API

2022-10-05 Thread AKASHI Takahiro
Hi Ilias, On Wed, Oct 05, 2022 at 06:26:00PM +0300, Ilias Apalodimas wrote: > This RFC is trying to clean up the usage of the internal functions used > to manage the protocol and handle lifetimes. Currently we arbitrarily > use either InstallProtocol, InstallMultipleProtocol and a combination of

[RFC PATCH 0/2] Clean up protocol installation API

2022-10-05 Thread Ilias Apalodimas
This RFC is trying to clean up the usage of the internal functions used to manage the protocol and handle lifetimes. Currently we arbitrarily use either InstallProtocol, InstallMultipleProtocol and a combination of efi_add_protocol, efi_create_handle, efi_delete_handle(). The latter is the most p