Re: [PATCH 0/2 v2] Provide a fallback to smbios tables

2023-12-21 Thread Ilias Apalodimas
On Thu, 21 Dec 2023 at 11:18, wrote: > > On 27/11/2023 18:10, Ilias Apalodimas wrote: > > Hi, > > Tom asked me to clean up and resend [0]. > > I've made some adjustments -- The DT nodes are tokenized and a single > > string is used. The DT node 'model' is used to fill the SMBIOS > > 'Product Name'

Re: [PATCH 0/2 v2] Provide a fallback to smbios tables

2023-12-21 Thread neil . armstrong
On 27/11/2023 18:10, Ilias Apalodimas wrote: Hi, Tom asked me to clean up and resend [0]. I've made some adjustments -- The DT nodes are tokenized and a single string is used. The DT node 'model' is used to fill the SMBIOS 'Product Name' and 'compatible' is used for 'Manufacturer'. The reason is

[PATCH 0/2 v2] Provide a fallback to smbios tables

2023-11-27 Thread Ilias Apalodimas
Hi, Tom asked me to clean up and resend [0]. I've made some adjustments -- The DT nodes are tokenized and a single string is used. The DT node 'model' is used to fill the SMBIOS 'Product Name' and 'compatible' is used for 'Manufacturer'. The reason is explained in patch#2 but the tl;dr is that mod