Re: [PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2024-01-10 Thread Masahisa Kojima
Hi Ilias, On Thu, 11 Jan 2024 at 10:53, Masahisa Kojima wrote: > > On Wed, 10 Jan 2024 at 18:10, Ilias Apalodimas > wrote: > > > > On Wed, 10 Jan 2024 at 02:53, Masahisa Kojima > > wrote: > > > > > > On Tue, 9 Jan 2024 at 22:02, Ilias Apalodimas > > > wrote: > > > > > > > > On Tue, 9 Jan 2024

Re: [PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2024-01-10 Thread Masahisa Kojima
On Wed, 10 Jan 2024 at 18:10, Ilias Apalodimas wrote: > > On Wed, 10 Jan 2024 at 02:53, Masahisa Kojima > wrote: > > > > On Tue, 9 Jan 2024 at 22:02, Ilias Apalodimas > > wrote: > > > > > > On Tue, 9 Jan 2024 at 03:00, Masahisa Kojima > > > wrote: > > > > > > > > Hi Ilias, > > > > > > > > On T

Re: [PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2024-01-10 Thread Ilias Apalodimas
On Wed, 10 Jan 2024 at 02:53, Masahisa Kojima wrote: > > On Tue, 9 Jan 2024 at 22:02, Ilias Apalodimas > wrote: > > > > On Tue, 9 Jan 2024 at 03:00, Masahisa Kojima > > wrote: > > > > > > Hi Ilias, > > > > > > On Thu, 28 Dec 2023 at 00:14, Ilias Apalodimas > > > wrote: > > > > > > > > Kojima-s

Re: [PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2024-01-09 Thread Masahisa Kojima
On Tue, 9 Jan 2024 at 22:02, Ilias Apalodimas wrote: > > On Tue, 9 Jan 2024 at 03:00, Masahisa Kojima > wrote: > > > > Hi Ilias, > > > > On Thu, 28 Dec 2023 at 00:14, Ilias Apalodimas > > wrote: > > > > > > Kojima-san > > > > > > On Thu, Dec 21, 2023 at 06:52:58PM +0900, Masahisa Kojima wrote:

Re: [PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2024-01-09 Thread Ilias Apalodimas
On Tue, 9 Jan 2024 at 03:00, Masahisa Kojima wrote: > > Hi Ilias, > > On Thu, 28 Dec 2023 at 00:14, Ilias Apalodimas > wrote: > > > > Kojima-san > > > > On Thu, Dec 21, 2023 at 06:52:58PM +0900, Masahisa Kojima wrote: > > > This commit stores the firmware version into the array > > > of fmp_state

Re: [PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2024-01-08 Thread Masahisa Kojima
Hi Ilias, On Thu, 28 Dec 2023 at 00:14, Ilias Apalodimas wrote: > > Kojima-san > > On Thu, Dec 21, 2023 at 06:52:58PM +0900, Masahisa Kojima wrote: > > This commit stores the firmware version into the array > > of fmp_state structure to support the fmp versioning > > for multi bank update. The in

Re: [PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2023-12-27 Thread Ilias Apalodimas
Kojima-san On Thu, Dec 21, 2023 at 06:52:58PM +0900, Masahisa Kojima wrote: > This commit stores the firmware version into the array > of fmp_state structure to support the fmp versioning > for multi bank update. The index of the array is identified > by the bank index. Why do we all of them? Can

[PATCH v2 2/2] efi_loader: support fmp versioning for multi bank update

2023-12-21 Thread Masahisa Kojima
This commit stores the firmware version into the array of fmp_state structure to support the fmp versioning for multi bank update. The index of the array is identified by the bank index. This modification keeps the backward compatibility with the existing versioning feature. Signed-off-by: Masahi