Re: [PATCH v4 03/13] x86: Pass an ofnode into each SMBIOS function

2020-11-03 Thread Bin Meng
On Thu, Oct 22, 2020 at 10:20 PM Simon Glass wrote: > > As a first step to obtaining SMBIOS information from the devicetree, add > an ofnode parameter to the writing functions. > > Signed-off-by: Simon Glass > --- > > (no changes since v2) > > Changes in v2: > - Move dm.h header file to avoid bui

[PATCH v4 03/13] x86: Pass an ofnode into each SMBIOS function

2020-10-22 Thread Simon Glass
As a first step to obtaining SMBIOS information from the devicetree, add an ofnode parameter to the writing functions. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Move dm.h header file to avoid build error on qemu-arm - Deal with boards that don't use of-control incl