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

2021-02-21 Thread Heinrich Schuchardt
On 2/19/21 7:04 PM, Jose Marinho wrote: The ESRT is initialised during efi_init_objlist after efi_initialize_system_table(). The ESRT is initially created with size for 50 FW image entries. The ESRT is resized when it runs out of space. Every resize adds 50 additional entries. Please, simplify

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

2021-02-20 Thread Ilias Apalodimas
Hi Jose, On Fri, Feb 19, 2021 at 06:04:20PM +, Jose Marinho wrote: > The ESRT is initialised during efi_init_objlist after > efi_initialize_system_table(). > > The ESRT is initially created with size for 50 FW image entries. > The ESRT is resized when it runs out of space. Every resize adds

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

2021-02-19 Thread Jose Marinho
The ESRT is initialised during efi_init_objlist after efi_initialize_system_table(). The ESRT is initially created with size for 50 FW image entries. The ESRT is resized when it runs out of space. Every resize adds 50 additional entries. The ESRT is populated from information provided by FMP insta

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

2021-02-16 Thread AKASHI Takahiro
On Tue, Feb 16, 2021 at 10:06:43AM +0100, Heinrich Schuchardt wrote: > On 08.02.21 13:52, Jose Marinho wrote: > > The ESRT is initialised during efi_init_objlist after > > efi_initialize_system_table(). > > > > The ESRT is initially created with size for 50 FW image entries. > > The ESRT is resized

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

2021-02-16 Thread Heinrich Schuchardt
On 16.02.21 10:06, Heinrich Schuchardt wrote: > On 08.02.21 13:52, Jose Marinho wrote: >> The ESRT is initialised during efi_init_objlist after >> efi_initialize_system_table(). >> >> The ESRT is initially created with size for 50 FW image entries. >> The ESRT is resized when it runs out of space.

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

2021-02-16 Thread Heinrich Schuchardt
On 08.02.21 13:52, Jose Marinho wrote: > The ESRT is initialised during efi_init_objlist after > efi_initialize_system_table(). > > The ESRT is initially created with size for 50 FW image entries. > The ESRT is resized when it runs out of space. Every resize adds 50 > additional entries. > The ESRT

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

2021-02-08 Thread Heinrich Schuchardt
On 2/8/21 11:18 PM, Heinrich Schuchardt wrote: On 2/8/21 1:52 PM, Jose Marinho wrote: The ESRT is initialised during efi_init_objlist after efi_initialize_system_table(). The ESRT is initially created with size for 50 FW image entries. The ESRT is resized when it runs out of space. Every resize

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

2021-02-08 Thread Heinrich Schuchardt
On 2/8/21 1:52 PM, Jose Marinho wrote: The ESRT is initialised during efi_init_objlist after efi_initialize_system_table(). The ESRT is initially created with size for 50 FW image entries. The ESRT is resized when it runs out of space. Every resize adds 50 additional entries. The ESRT is populat

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

2021-02-08 Thread Jose Marinho
The ESRT is initialised during efi_init_objlist after efi_initialize_system_table(). The ESRT is initially created with size for 50 FW image entries. The ESRT is resized when it runs out of space. Every resize adds 50 additional entries. The ESRT is populated from information provided by FMP insta