]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Pass an ofnode into each SMBIOS function
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 13:32:07 +0000 (06:32 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 02:18:20 +0000 (10:18 +0800)
commit78227d4eda26d5838b34e12f5080346728015fa5
tree715f35ded858bb4330b11dabac713b5de8ae83e3
parent49337238effdd86e5863b14a52c1ecc08867bb01
x86: Pass an ofnode into each SMBIOS function

As a first step to obtaining SMBIOS information from the devicetree, add
an ofnode parameter to the writing functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/smbios.h
lib/smbios.c