Re: [PATCH v10 02/11] efi_loader: capsule: add capsule_on_disk support

2021-03-17 Thread Heinrich Schuchardt
On 11/30/20 10:12 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 commit, we

Re: [PATCH v10 02/11] efi_loader: capsule: add capsule_on_disk support

2021-02-16 Thread AKASHI Takahiro
On Tue, Feb 16, 2021 at 11:24:47AM +0100, Heinrich Schuchardt wrote: > On 30.11.20 10:12, 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",

Re: [PATCH v10 02/11] efi_loader: capsule: add capsule_on_disk support

2021-02-16 Thread Heinrich Schuchardt
On 30.11.20 10:12, 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 commi

[PATCH v10 02/11] efi_loader: capsule: add capsule_on_disk support

2020-11-30 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. Please