Re: [PATCH 03/10] efi_loader: define UpdateCapsule api

2020-05-17 Thread AKASHI Takahiro
Heinrich, On Sun, May 17, 2020 at 10:02:08AM +0200, Heinrich Schuchardt wrote: > On 4/27/20 11:48 AM, 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 caps

Re: [PATCH 03/10] efi_loader: define UpdateCapsule api

2020-05-17 Thread Heinrich Schuchardt
On 4/27/20 11:48 AM, 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