Re: [PATCH v4 04/13] smbios: Allow properties to come from the device tree

2020-11-03 Thread Bin Meng
Hi Simon, On Thu, Oct 22, 2020 at 10:21 PM Simon Glass wrote: > > Support a way to put SMBIOS properties in the device tree. These can be > placed in a 'board' device in an 'smbios' subnode. > > Signed-off-by: Simon Glass > --- > > Changes in v4: > - Fix build error with vexpress_ca9x4 > > Chang

[PATCH v4 04/13] smbios: Allow properties to come from the device tree

2020-10-22 Thread Simon Glass
Support a way to put SMBIOS properties in the device tree. These can be placed in a 'board' device in an 'smbios' subnode. Signed-off-by: Simon Glass --- Changes in v4: - Fix build error with vexpress_ca9x4 Changes in v3: - Use a different binding with subnodes for each table type lib/smbios.