
Add sysfs entries for displaying version of FW currently in use as well as dumping full FW information including build and log-providers hashes. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200929141247.8058-10-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
17 lines
570 B
Plaintext
17 lines
570 B
Plaintext
What: /sys/devices/pci0000:00/<dev>/fw_version
|
|
Date: September 2020
|
|
Contact: Cezary Rojewski <cezary.rojewski@intel.com>
|
|
Description:
|
|
Version of AudioDSP firmware ASoC catpt driver is
|
|
communicating with.
|
|
Format: %d.%d.%d.%d, type:major:minor:build.
|
|
|
|
What: /sys/devices/pci0000:00/<dev>/fw_info
|
|
Date: September 2020
|
|
Contact: Cezary Rojewski <cezary.rojewski@intel.com>
|
|
Description:
|
|
Detailed AudioDSP firmware build information including
|
|
build hash and log-providers hash. This information is
|
|
obtained during initial handshake with firmware.
|
|
Format: %s.
|