Re: [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

2022-09-30 Thread Tom Rini
On Fri, Sep 30, 2022 at 11:56:53AM +0200, Mark Kettenis wrote: > > From: Simon Glass > > Date: Thu, 29 Sep 2022 17:55:43 -0600 > > > > Hi Ilias, > > > > On Thu, 29 Sept 2022 at 04:23, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On Thu, Sep 29, 2022 at 03:59:51AM -0600, Simon G

Re: [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

2022-09-30 Thread Mark Kettenis
> From: Simon Glass > Date: Thu, 29 Sep 2022 17:55:43 -0600 > > Hi Ilias, > > On Thu, 29 Sept 2022 at 04:23, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Thu, Sep 29, 2022 at 03:59:51AM -0600, Simon Glass wrote: > > > Hi, > > > > > > On Tue, 20 Sept 2022 at 05:10, Peter Robinson > >

Re: [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

2022-09-29 Thread Simon Glass
Hi Ilias, On Thu, 29 Sept 2022 at 04:23, Ilias Apalodimas wrote: > > Hi Simon, > > On Thu, Sep 29, 2022 at 03:59:51AM -0600, Simon Glass wrote: > > Hi, > > > > On Tue, 20 Sept 2022 at 05:10, Peter Robinson wrote: > > > > > > On Tue, Sep 6, 2022 at 2:44 PM Ilias Apalodimas > > > wrote: > > > > >

Re: [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

2022-09-29 Thread Ilias Apalodimas
Hi Simon, On Thu, Sep 29, 2022 at 03:59:51AM -0600, Simon Glass wrote: > Hi, > > On Tue, 20 Sept 2022 at 05:10, Peter Robinson wrote: > > > > On Tue, Sep 6, 2022 at 2:44 PM Ilias Apalodimas > > wrote: > > > > > > In order to fill in the SMBIOS tables U-Boot currently relies on a > > > "u-boot,

Re: [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

2022-09-29 Thread Simon Glass
Hi, On Tue, 20 Sept 2022 at 05:10, Peter Robinson wrote: > > On Tue, Sep 6, 2022 at 2:44 PM Ilias Apalodimas > wrote: > > > > In order to fill in the SMBIOS tables U-Boot currently relies on a > > "u-boot,sysinfo-smbios" compatible node. This is fine for the boards > > that already include such

Re: [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

2022-09-20 Thread Peter Robinson
On Tue, Sep 6, 2022 at 2:44 PM Ilias Apalodimas wrote: > > In order to fill in the SMBIOS tables U-Boot currently relies on a > "u-boot,sysinfo-smbios" compatible node. This is fine for the boards > that already include such nodes. However with some recent EFI changes, > the majority of boards c