Hi, This is v3 of the smbios series [0]. v3 has a bigger cleanup in the existing smbios code, folding in smbios_add_string() that were sprinkled around to smbios_add_prop().
The latter is now the only caller of smbios_add_string(). Simon asked for a selftest which makes sense, but we plan to refactor some of the smbios creation code anyway. I am happy to add tests once we do that I've also removed the r-b tags from Peter and Tom, since some of the code they reviewed changed. [0] https://lore.kernel.org/u-boot/20231127171058.165777-1-ilias.apalodi...@linaro.org/ Ilias Apalodimas (2): smbios: Simplify reporting of unknown values smbios: Fallback to the default DT if sysinfo nodes are missing lib/smbios.c | 163 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 122 insertions(+), 41 deletions(-) -- 2.40.1