On 7/2/25 5:45 PM, Jean Delvare wrote: Hi there,
We already added some of the SMBIOS 3.8.0 changes (new processor family names and sockets). Add the missing pieces. [PATCH 1/6] dmidecode: Rename BIOS to Firmware [PATCH 2/6] dmidecode.8: Clarify what "bios" and "firmware" keywords refer to [PATCH 3/6] dmidecode: Add processor family "Xeon D" [PATCH 4/6] dmidecode: Deprecate the processor voltage field [PATCH 5/6] dmidecode: Rework the decoding of the arm64 SoC ID [PATCH 6/6] dmidecode: Mark SMBIOS 3.8.0 as supported dmidecode.c | 66 +++++++++++++++++++++++++++++++++----------------------- man/dmidecode.8 | 15 ++++++++---- 2 files changed, 49 insertions(+), 32 deletions(-)
The 3.9 PDF contains changes for 3.8 that were not included in its own doc. It appears that the changelog in the 3.8 PDF has been truncated: https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.9.0.pdf https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.8.0.pdf Changes missing from the 3.8.0: ==== cut === [...] CR241: use ™ and ® in Intel® processor strings ----> bellow this: * Memory Device (Type 17): – CR238: add CAMM form factor – CR242: add MRDIMM memory technology * Management Controller Host Interface (Type 42): – CR233: reference MCTP host interface * Processor Additional Information (Type 44): – Updated URL for RISC-V processor information – CR234: Introduce Arm Processor-specific data – CR243: Additional Arm Processor-specific data ==== cut === Thanks.
