smbios: Allow properties to come from the device tree
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 13:32:08 +0000 (06:32 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 02:18:20 +0000 (10:18 +0800)
commit44ffb6f0ecaf25bd233b511cbf2ddb7b6019a53d
tree11715b65426a05365c975818c4c9aadc946976c2
parent78227d4eda26d5838b34e12f5080346728015fa5
smbios: Allow properties to come from the device tree

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
lib/smbios.c