Re: [PATCH v7 00/17] efi_loader: add capsule update support

2020-11-04 Thread Tom Rini
On Wed, Nov 04, 2020 at 06:36:24PM +0900, AKASHI Takahiro wrote: > Hi Tom, > > On Thu, Oct 29, 2020 at 10:43:01AM -0400, Tom Rini wrote: > > On Thu, Oct 29, 2020 at 01:47:40PM +0900, AKASHI Takahiro wrote: > > > > > Summary > > > === > > > 'UpdateCapsule' is one of runtime services defined in

Re: [PATCH v7 00/17] efi_loader: add capsule update support

2020-11-04 Thread AKASHI Takahiro
Hi Tom, On Thu, Oct 29, 2020 at 10:43:01AM -0400, Tom Rini wrote: > On Thu, Oct 29, 2020 at 01:47:40PM +0900, AKASHI Takahiro wrote: > > > Summary > > === > > 'UpdateCapsule' is one of runtime services defined in UEFI specification > > and its aim is to allow a caller (OS) to pass information

Re: [PATCH v7 00/17] efi_loader: add capsule update support

2020-10-30 Thread Heinrich Schuchardt
On 10/30/20 8:54 AM, Heinrich Schuchardt wrote: On 10/29/20 5:47 AM, AKASHI Takahiro wrote: Summary === 'UpdateCapsule' is one of runtime services defined in UEFI specification and its aim is to allow a caller (OS) to pass information to the firmware, i.e. U-Boot. This is mostly used to upda

Re: [PATCH v7 00/17] efi_loader: add capsule update support

2020-10-30 Thread Heinrich Schuchardt
On 10/29/20 5:47 AM, AKASHI Takahiro wrote: Summary === 'UpdateCapsule' is one of runtime services defined in UEFI specification and its aim is to allow a caller (OS) to pass information to the firmware, i.e. U-Boot. This is mostly used to update firmware binary on devices by instructions fro

Re: [PATCH v7 00/17] efi_loader: add capsule update support

2020-10-29 Thread Tom Rini
On Thu, Oct 29, 2020 at 01:47:40PM +0900, AKASHI Takahiro wrote: > Summary > === > 'UpdateCapsule' is one of runtime services defined in UEFI specification > and its aim is to allow a caller (OS) to pass information to the firmware, > i.e. U-Boot. This is mostly used to update firmware binary

[PATCH v7 00/17] efi_loader: add capsule update support

2020-10-28 Thread AKASHI Takahiro
Summary === 'UpdateCapsule' is one of runtime services defined in UEFI specification and its aim is to allow a caller (OS) to pass information to the firmware, i.e. U-Boot. This is mostly used to update firmware binary on devices by instructions from OS. While 'UpdateCapsule' is a runtime serv