Re: [RFC RESEND 1/2] efi: Add ESRT to the EFI system table

2021-02-14 Thread AKASHI Takahiro
On Fri, Feb 12, 2021 at 03:17:30PM +0100, Heinrich Schuchardt wrote: > On 29.01.21 06:26, AKASHI Takahiro wrote: > > First of all, one comment: > > It would be nice to have a list of what features are supported > > and what are not in this patch series. > > For example, with this patch, I suspect

Re: [RFC RESEND 1/2] efi: Add ESRT to the EFI system table

2021-02-12 Thread Heinrich Schuchardt
On 29.01.21 06:26, AKASHI Takahiro wrote: > First of all, one comment: > It would be nice to have a list of what features are supported > and what are not in this patch series. > For example, with this patch, I suspect > - FwVersion in ESRT entry will never be updated at capsule update According

Re: [RFC RESEND 1/2] efi: Add ESRT to the EFI system table

2021-01-28 Thread AKASHI Takahiro
First of all, one comment: It would be nice to have a list of what features are supported and what are not in this patch series. For example, with this patch, I suspect - FwVersion in ESRT entry will never be updated at capsule update - LastAttemptVersion/LastAttemptStatus will not be sustained

Re: [RFC RESEND 1/2] efi: Add ESRT to the EFI system table

2021-01-28 Thread Heinrich Schuchardt
On 28.01.21 14:29, Jose Marinho wrote: > The ESRT is initialised during efi_init_objlist, after > efi_initialize_system_table(). > > In this commit, the ESRT occupies at most one page. > During initialization, the list of all the already existing > FMP instances is traversed in order to fill the

[RFC RESEND 1/2] efi: Add ESRT to the EFI system table

2021-01-28 Thread Jose Marinho
The ESRT is initialised during efi_init_objlist, after efi_initialize_system_table(). In this commit, the ESRT occupies at most one page. During initialization, the list of all the already existing FMP instances is traversed in order to fill the corresponsing entries. Later, when any FMP is