Re: [PATCH v4 07/16] efi_loader: capsule: add capsule_on_disk support

2020-07-29 Thread AKASHI Takahiro
Heinrich, On Thu, Jul 23, 2020 at 05:50:09PM +0200, Heinrich Schuchardt wrote: > On 22.07.20 08:05, 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

Re: [PATCH v4 07/16] efi_loader: capsule: add capsule_on_disk support

2020-07-23 Thread Heinrich Schuchardt
On 22.07.20 08:05, 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 v4 07/16] efi_loader: capsule: add capsule_on_disk support

2020-07-21 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