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

2020-04-27 Thread AKASHI Takahiro
Heinrich, On Mon, Apr 27, 2020 at 10:33:41PM +0200, Heinrich Schuchardt wrote: > On 4/27/20 11:48 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

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

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