[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251216123354.9219-1-superm1@kernel.org>
Date: Tue, 16 Dec 2025 06:33:47 -0600
From: "Mario Limonciello (AMD)" <superm1@...nel.org>
To: Yazen Ghannam <yazen.ghannam@....com>,
x86@...nel.org (maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)),
Jean Delvare <jdelvare@...e.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
"H . Peter Anvin" <hpa@...or.com>,
linux-kernel@...r.kernel.org,
"Mario Limonciello (AMD)" <superm1@...nel.org>
Subject: [PATCH v2 0/7] Parse SMBIOS additional entries
The SMBIOS additional entries on AMD Zen4+ systems running an AGESA
based BIOS contain information about the AGESA version which can be
useful for matching the software stack when debugging an issue.
Add support for parsing this from SMBIOS tables and output it into
the logs at bootup. Additionally export the information to debugfs
in case users are interested in any other strings.
v2:
* Move message to arch/x86/kernel/cpu/amd.c
* Optimizations for LKP robot reported comments
* Add tags
* Add other (unused) missing enums that match spec
Mario Limonciello (AMD) (7):
firmware: dmi: Correct an indexing error in dmi.h
firmware: dmi: Adjust dmi_decode() to use enums
firmware: dmi: Read additional information when decoding DMI table
firmware: dmi: Add debugfs for additional information entries
firmware: dmi: Add missing DMI entry types
x86/CPU/AMD: Prefix messages with x86/amd
x86/CPU/AMD: Output the AGESA version to the logs
arch/x86/kernel/cpu/amd.c | 22 ++++++++-
drivers/firmware/dmi_scan.c | 92 ++++++++++++++++++++++++++++++++-----
include/linux/dmi.h | 12 +++++
3 files changed, 114 insertions(+), 12 deletions(-)
--
2.43.0
Powered by blists - more mailing lists