Re: [PATCH] efi_loader: fix iteration of FMP protocols

2023-12-17 Thread Masahisa Kojima
On Fri, 15 Dec 2023 at 19:07, Ilias Apalodimas wrote: > > Hi Kojima-san > > On Fri, 8 Dec 2023 at 07:40, Masahisa Kojima > wrote: > > > > If one of the FMP protocols fails when calling GetImageInfo(), > > populating the ESRT ends up with failure and other FMP protocols > > are not added to the E

Re: [PATCH] efi_loader: fix iteration of FMP protocols

2023-12-15 Thread Ilias Apalodimas
Hi Kojima-san On Fri, 8 Dec 2023 at 07:40, Masahisa Kojima wrote: > > If one of the FMP protocols fails when calling GetImageInfo(), > populating the ESRT ends up with failure and other FMP protocols > are not added to the ESRT. We should still add all other FMP > protocols to the ESRT. > > With

[PATCH] efi_loader: fix iteration of FMP protocols

2023-12-07 Thread Masahisa Kojima
If one of the FMP protocols fails when calling GetImageInfo(), populating the ESRT ends up with failure and other FMP protocols are not added to the ESRT. We should still add all other FMP protocols to the ESRT. With this commit, iteration of all FMP protocols continues even though one of the FMP