]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "lib: smbios: Extend driver with using sysinfo driver"
authorTom Rini <trini@konsulko.com>
Thu, 20 Jun 2024 14:36:06 +0000 (08:36 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jun 2024 17:41:43 +0000 (11:41 -0600)
commit643b55bff0b2c5fd28d4ed6fa2e482f76deb60f9
tree3486d8234cd9d8c8fc06e3d80398d9ff7e424346
parentee71d159aab66aef200c898606fcf51847d3377d
parenta5a57562856e109654e793fc821a7fcb1a914d6e
Merge patch series "lib: smbios: Extend driver with using sysinfo driver"

Michal Simek <michal.simek@amd.com> 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.