Re: [RFC 00/14] efi_loader: add capsule update support

2020-04-13 Thread AKASHI Takahiro
Heinrich, On Tue, Mar 31, 2020 at 01:36:19PM +0900, AKASHI Takahiro wrote: > Heinrich, > > On Wed, Mar 18, 2020 at 11:04:05AM +0900, AKASHI Takahiro wrote: > > Heinrich, > > > > Thank you for your quick review. > > > > On Tue, Mar 17, 2020 at 08:49:12AM +0100, Heinrich Schuchardt wrote: > > > O

Re: [RFC 00/14] efi_loader: add capsule update support

2020-03-30 Thread AKASHI Takahiro
Heinrich, On Wed, Mar 18, 2020 at 11:04:05AM +0900, AKASHI Takahiro wrote: > Heinrich, > > Thank you for your quick review. > > On Tue, Mar 17, 2020 at 08:49:12AM +0100, Heinrich Schuchardt wrote: > > On 3/17/20 3:12 AM, AKASHI Takahiro wrote: > > > Summary > > > === > > > 'UpdateCapsule' is

Re: [RFC 00/14] efi_loader: add capsule update support

2020-03-18 Thread Sughosh Ganu
On Tue, 17 Mar 2020 at 07:42, AKASHI Takahiro wrote: > Summary > === > 'UpdateCapsule' is one of runtime services defined in UEFI specification > and its aim is to allow a caller to pass information to the firmware. > This is mostly used to update firmware binary on devices by instructions >

Re: [RFC 00/14] efi_loader: add capsule update support

2020-03-17 Thread AKASHI Takahiro
Heinrich, Thank you for your quick review. On Tue, Mar 17, 2020 at 08:49:12AM +0100, Heinrich Schuchardt wrote: > On 3/17/20 3:12 AM, AKASHI Takahiro wrote: > > Summary > > === > > 'UpdateCapsule' is one of runtime services defined in UEFI specification > > and its aim is to allow a caller to

Re: [RFC 00/14] efi_loader: add capsule update support

2020-03-17 Thread Heinrich Schuchardt
On 3/17/20 3:12 AM, AKASHI Takahiro wrote: Summary === 'UpdateCapsule' is one of runtime services defined in UEFI specification and its aim is to allow a caller to pass information to the firmware. This is mostly used to update firmware binary on devices by instructions from OS. In this patc

[RFC 00/14] efi_loader: add capsule update support

2020-03-16 Thread AKASHI Takahiro
Summary === 'UpdateCapsule' is one of runtime services defined in UEFI specification and its aim is to allow a caller to pass information to the firmware. This is mostly used to update firmware binary on devices by instructions from OS. In this patch series, all the related definitions and str