Re: [PATCH v2 1/4] efi_loader: store firmware version into FmpState variable

2023-03-02 Thread Masahisa Kojima
On Fri, 3 Mar 2023 at 09:17, Takahiro Akashi wrote: > > On Wed, Mar 01, 2023 at 06:15:19PM +0900, Masahisa Kojima wrote: > > Firmware version management is not implemented in the current > > FMP protocol. > > EDK2 reference implementation capsule generation script inserts > > the FMP Payload

Re: [PATCH v2 1/4] efi_loader: store firmware version into FmpState variable

2023-03-02 Thread Takahiro Akashi
On Wed, Mar 01, 2023 at 06:15:19PM +0900, Masahisa Kojima wrote: > Firmware version management is not implemented in the current > FMP protocol. > EDK2 reference implementation capsule generation script inserts > the FMP Payload Header right before the payload, it contains the > firmware version

Re: [PATCH v2 1/4] efi_loader: store firmware version into FmpState variable

2023-03-02 Thread Masahisa Kojima
Hi Akashi-san, On Thu, 2 Mar 2023 at 14:09, Takahiro Akashi wrote: > > On Wed, Mar 01, 2023 at 06:15:19PM +0900, Masahisa Kojima wrote: > > Firmware version management is not implemented in the current > > FMP protocol. > > EDK2 reference implementation capsule generation script inserts > > the

Re: [PATCH v2 1/4] efi_loader: store firmware version into FmpState variable

2023-03-01 Thread Takahiro Akashi
On Wed, Mar 01, 2023 at 06:15:19PM +0900, Masahisa Kojima wrote: > Firmware version management is not implemented in the current > FMP protocol. > EDK2 reference implementation capsule generation script inserts > the FMP Payload Header right before the payload, it contains the > firmware version

[PATCH v2 1/4] efi_loader: store firmware version into FmpState variable

2023-03-01 Thread Masahisa Kojima
Firmware version management is not implemented in the current FMP protocol. EDK2 reference implementation capsule generation script inserts the FMP Payload Header right before the payload, it contains the firmware version and lowest supported version. This commit utilizes the FMP Payload Header,