]> Git Repo - J-u-boot.git/commit
smbios: Refactor the smbios headfile
authorRaymond Mao <[email protected]>
Fri, 6 Dec 2024 22:54:18 +0000 (14:54 -0800)
committerTom Rini <[email protected]>
Tue, 14 Jan 2025 20:29:29 +0000 (14:29 -0600)
commit8aa5f8e02f7869d2d4131b04eb35b6ea948da80c
tree99efc8d8afcd11f1ab191b183cce3c9cf6e8c5b5
parentd92fdb60677b3990919a4216d3452418db215224
smbios: Refactor the smbios headfile

Move the smbios field definitions to a separated simple headfile,
which is a prerequisite to be included by dts files.
Add new definitions for cache information.
This patch also includes a few of code optimizations in smbios.

Signed-off-by: Raymond Mao <[email protected]>
Acked-by: Heinrich Schuchardt <[email protected]>
cmd/smbios.c
include/smbios.h
include/smbios_def.h [new file with mode: 0644]
lib/smbios.c
This page took 0.038625 seconds and 5 git commands to generate.