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

2020-08-31 Thread Tom Rini
On Mon, Aug 31, 2020 at 01:32:53PM +0900, AKASHI Takahiro wrote: > Lukasz, > > On Tue, Aug 25, 2020 at 02:42:01PM +0900, AKASHI Takahiro wrote: > > Lukasz, > > > > Could you take the time to review my patches, especially > > patch#1 to #4 and #12, please? > > A gentle ping. > My patch series are

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

2020-08-30 Thread AKASHI Takahiro
Lukasz, On Tue, Aug 25, 2020 at 02:42:01PM +0900, AKASHI Takahiro wrote: > Lukasz, > > Could you take the time to review my patches, especially > patch#1 to #4 and #12, please? A gentle ping. My patch series are stranded, waiting for your review. The discussion[1] about UPDATE_TFTP has some imp

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

2020-08-24 Thread AKASHI Takahiro
Lukasz, Could you take the time to review my patches, especially patch#1 to #4 and #12, please? They are crucial as UEFI capsule update support relies on new features introduced by them. # I don't think I would re-post this patch series as no changes have been made yet. Thanks, -Takahiro Akashi

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

2020-08-17 Thread Heinrich Schuchardt
On 03.08.20 07:43, 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 > instruct

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

2020-08-02 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