Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-05-10 Thread Heinrich Schuchardt
On 5/10/23 22:46, Simon Glass wrote: Hi Heinrich, On Thu, 27 Apr 2023 at 22:12, Heinrich Schuchardt wrote: Am 28. April 2023 01:35:04 MESZ schrieb Simon Glass : Hi Masahisa, On Mon, 10 Apr 2023 at 03:07, Masahisa Kojima wrote: Current FMP->GetImageInfo() always return 0 for the

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-05-10 Thread Simon Glass
Hi Heinrich, On Thu, 27 Apr 2023 at 22:12, Heinrich Schuchardt wrote: > > > > Am 28. April 2023 01:35:04 MESZ schrieb Simon Glass : > >Hi Masahisa, > > > >On Mon, 10 Apr 2023 at 03:07, Masahisa Kojima > > wrote: > >> > >> Current FMP->GetImageInfo() always return 0 for the firmware > >> version,

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-05-09 Thread Masahisa Kojima
Hi Akashi-san, On Wed, 10 May 2023 at 09:28, Takahiro Akashi wrote: > > On Tue, May 09, 2023 at 06:57:19PM +0900, Masahisa Kojima wrote: > > On Mon, 8 May 2023 at 18:44, Heinrich Schuchardt wrote: > > > > > > On 5/8/23 10:15, Masahisa Kojima wrote: > > > > Hi Heinrich, > > > > > > > > On Thu,

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-05-09 Thread Takahiro Akashi
On Tue, May 09, 2023 at 06:57:19PM +0900, Masahisa Kojima wrote: > On Mon, 8 May 2023 at 18:44, Heinrich Schuchardt wrote: > > > > On 5/8/23 10:15, Masahisa Kojima wrote: > > > Hi Heinrich, > > > > > > On Thu, 27 Apr 2023 at 15:09, Heinrich Schuchardt > > > wrote: > > >> > > >> On 4/10/23

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-05-09 Thread Masahisa Kojima
On Mon, 8 May 2023 at 18:44, Heinrich Schuchardt wrote: > > On 5/8/23 10:15, Masahisa Kojima wrote: > > Hi Heinrich, > > > > On Thu, 27 Apr 2023 at 15:09, Heinrich Schuchardt > > wrote: > >> > >> On 4/10/23 11:07, Masahisa Kojima wrote: > >>> Current FMP->GetImageInfo() always return 0 for the

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-05-08 Thread Heinrich Schuchardt
On 5/8/23 10:15, Masahisa Kojima wrote: Hi Heinrich, On Thu, 27 Apr 2023 at 15:09, Heinrich Schuchardt wrote: On 4/10/23 11:07, Masahisa Kojima wrote: Current FMP->GetImageInfo() always return 0 for the firmware version, user can not identify which firmware version is currently running

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-05-08 Thread Masahisa Kojima
Hi Heinrich, On Thu, 27 Apr 2023 at 15:09, Heinrich Schuchardt wrote: > > On 4/10/23 11:07, Masahisa Kojima wrote: > > Current FMP->GetImageInfo() always return 0 for the firmware > > version, user can not identify which firmware version is currently > > running through the EFI interface. > > >

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-04-27 Thread Heinrich Schuchardt
Am 28. April 2023 01:35:04 MESZ schrieb Simon Glass : >Hi Masahisa, > >On Mon, 10 Apr 2023 at 03:07, Masahisa Kojima > wrote: >> >> Current FMP->GetImageInfo() always return 0 for the firmware >> version, user can not identify which firmware version is currently >> running through the EFI

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-04-27 Thread Simon Glass
Hi Masahisa, On Mon, 10 Apr 2023 at 03:07, Masahisa Kojima wrote: > > Current FMP->GetImageInfo() always return 0 for the firmware > version, user can not identify which firmware version is currently > running through the EFI interface. > > This commit gets the version information from device

Re: [PATCH v5 1/4] efi_loader: get version information from device tree

2023-04-27 Thread Heinrich Schuchardt
On 4/10/23 11:07, Masahisa Kojima wrote: Current FMP->GetImageInfo() always return 0 for the firmware version, user can not identify which firmware version is currently running through the EFI interface. This commit gets the version information from device tree, then fills the firmware version,

[PATCH v5 1/4] efi_loader: get version information from device tree

2023-04-10 Thread Masahisa Kojima
Current FMP->GetImageInfo() always return 0 for the firmware version, user can not identify which firmware version is currently running through the EFI interface. This commit gets the version information from device tree, then fills the firmware version, lowest supported version in