Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 3123109284176b1532874591f7c81f3837bbdc17 authored by Linus Torvalds on 03 April 2022, 21:08:21 UTC
Linux 5.18-rc1
Tip revision: 3123109
sysfs-platform-sst-atom
What:		/sys/devices/platform/8086<x>:00/firmware_version
Date:		November 2016
KernelVersion:	4.10
Contact:	"Sebastien Guiriec" <sebastien.guiriec@intel.com>
Description:
		LPE Firmware version for SST driver on all atom
		plaforms (BYT/CHT/Merrifield/BSW).
		If the FW has never been loaded it will display::

			"FW not yet loaded"

		If FW has been loaded it will display::

			"v01.aa.bb.cc"

		aa: Major version is reflecting SoC version:

			=== =============
			0d: BYT FW
			0b: BSW FW
			07: Merrifield FW
			=== =============

		bb: Minor version

		cc: Build version
back to top