mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 02:16:09 +02:00

The CPU/APU SMU FW version and program is currently discoverable by turning on dynamic debugging or examining debugfs for the amdgpu driver. To make this more discoverable, create a dedicated sysfs file for it that userspace can parse without debugging enabled. Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20220914141850.259-1-mario.limonciello@amd.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
607 B
607 B
What: /sys/bus/platform/drivers/amd_pmc/*/smu_fw_version Date: October 2022 Contact: Mario Limonciello mario.limonciello@amd.com Description: Reading this file reports the version of the firmware loaded to System Management Unit (SMU) contained in AMD CPUs and APUs.
What: /sys/bus/platform/drivers/amd_pmc/*/smu_program Date: October 2022 Contact: Mario Limonciello mario.limonciello@amd.com Description: Reading this file reports the program corresponding to the SMU firmware version. The program field is used to disambiguate two APU/CPU models that can share the same firmware binary.