From: Tom Rini Date: Thu, 20 Jun 2024 14:36:06 +0000 (-0600) Subject: Merge patch series "lib: smbios: Extend driver with using sysinfo driver" X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=643b55bff0b2c5fd28d4ed6fa2e482f76deb60f9;p=u-boot.git Merge patch series "lib: smbios: Extend driver with using sysinfo driver" Michal Simek says: Hi, currently only DT way is supported and it is added directly to lib/smbios.c but I think DT and env is only one way how information can be found that's why this series is improving handling with using sysinfo driver which can be platform specific. At the end of day DT should be taken from smbios.c and put to sysinfo DT driver instead of implementing it directly in this generic file. --- 643b55bff0b2c5fd28d4ed6fa2e482f76deb60f9