Re: [PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

2020-05-07 Thread Sughosh Ganu
On Fri, 1 May 2020 at 01:22, Heinrich Schuchardt wrote: > On 4/30/20 2:52 PM, Sughosh Ganu wrote: > > > > On Tue, 28 Apr 2020 at 05:58, AKASHI Takahiro > > mailto:takahiro.aka...@linaro.org>> wrote: > > > > Heinrich, > > > > On Mon, Apr 27, 2020 at 10:28:35PM +0200, Heinrich Schuchardt

Re: [PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

2020-05-06 Thread AKASHI Takahiro
On Thu, Apr 30, 2020 at 09:51:51PM +0200, Heinrich Schuchardt wrote: > On 4/30/20 2:52 PM, Sughosh Ganu wrote: > > > > On Tue, 28 Apr 2020 at 05:58, AKASHI Takahiro > > mailto:takahiro.aka...@linaro.org>> wrote: > > > > Heinrich, > > > > On Mon, Apr 27, 2020 at 10:28:35PM +0200, Heinrich

Re: [PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

2020-04-30 Thread Heinrich Schuchardt
On 4/30/20 2:52 PM, Sughosh Ganu wrote: > > On Tue, 28 Apr 2020 at 05:58, AKASHI Takahiro > mailto:takahiro.aka...@linaro.org>> wrote: > > Heinrich, > > On Mon, Apr 27, 2020 at 10:28:35PM +0200, Heinrich Schuchardt wrote: > > On 4/27/20 11:48 AM, AKASHI Takahiro wrote: > > >

Re: [PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

2020-04-30 Thread Sughosh Ganu
On Tue, 28 Apr 2020 at 05:58, AKASHI Takahiro wrote: > Heinrich, > > On Mon, Apr 27, 2020 at 10:28:35PM +0200, Heinrich Schuchardt wrote: > > On 4/27/20 11:48 AM, AKASHI Takahiro wrote: > > > Capsule data can be loaded into the system either via UpdateCapsule > > > runtime service or files on a

Re: [PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

2020-04-27 Thread AKASHI Takahiro
Heinrich, On Mon, Apr 27, 2020 at 10:28:35PM +0200, Heinrich Schuchardt wrote: > On 4/27/20 11:48 AM, AKASHI Takahiro wrote: > > Capsule data can be loaded into the system either via UpdateCapsule > > runtime service or files on a file system (of boot device). > > The latter case is called

Re: [PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

2020-04-27 Thread Heinrich Schuchardt
On 4/27/20 11:48 AM, AKASHI Takahiro wrote: > Capsule data can be loaded into the system either via UpdateCapsule > runtime service or files on a file system (of boot device). > The latter case is called "capsules on disk", and actual updates will > take place at the next boot time. > > In this

[PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

2020-04-27 Thread AKASHI Takahiro
Capsule data can be loaded into the system either via UpdateCapsule runtime service or files on a file system (of boot device). The latter case is called "capsules on disk", and actual updates will take place at the next boot time. In this commit, we will support capsule on disk mechanism.