Re: [PATCH v4 06/16] efi_loader: define UpdateCapsule api

2020-07-28 Thread AKASHI Takahiro
Heinrich, On Thu, Jul 23, 2020 at 05:54:27PM +0200, Heinrich Schuchardt wrote: > On 22.07.20 08:05, AKASHI Takahiro wrote: > > In this commit, skeleton functions for capsule-related API's are > > added under CONFIG_EFI_UPDATE_CAPSULE configuration. > > Detailed implementation for a specific capsul

Re: [PATCH v4 06/16] efi_loader: define UpdateCapsule api

2020-07-23 Thread Heinrich Schuchardt
On 22.07.20 08:05, AKASHI Takahiro wrote: > In this commit, skeleton functions for capsule-related API's are > added under CONFIG_EFI_UPDATE_CAPSULE configuration. > Detailed implementation for a specific capsule type will be added > in the succeeding patches. > > Signed-off-by: AKASHI Takahiro >

[PATCH v4 06/16] efi_loader: define UpdateCapsule api

2020-07-21 Thread AKASHI Takahiro
In this commit, skeleton functions for capsule-related API's are added under CONFIG_EFI_UPDATE_CAPSULE configuration. Detailed implementation for a specific capsule type will be added in the succeeding patches. Signed-off-by: AKASHI Takahiro --- include/efi_api.h| 12 +++ include/ef