]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib: smbios: Let detect the system via sysinfo
authorMichal Simek <michal.simek@amd.com>
Fri, 26 Apr 2024 13:38:12 +0000 (15:38 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jun 2024 17:41:42 +0000 (11:41 -0600)
commit85df7f173cd2ec2acaf163e0136ef9e4e940917f
tree932e7281e03fd4e3ea35951fe22083a1c35365cc
parentaa815e6c76036d507c8c1bcc2bd2ef5e6e820428
lib: smbios: Let detect the system via sysinfo

Currently code looks like that it sysinfo drivers are supported but
actually none checking that system is detected. That's why call
sysinfo_detect() to make sure that priv->detected in sysinfo uclass is
setup hence information from driver can be passed to smbios.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/smbios.c