
3 Nov
2020
3 Nov
'20
9:39 a.m.
On Thu, Oct 22, 2020 at 10:20 PM Simon Glass sjg@chromium.org 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 sjg@chromium.org
(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
include/smbios.h | 5 ++++- lib/smbios.c | 44 ++++++++++++++++++++++++++------------------ 2 files changed, 30 insertions(+), 19 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com