Skip to content

Commit

Permalink
firmware: rsu: add device attributes to sysfs interface
Browse files Browse the repository at this point in the history
Add the following device attributes to Intel Stratix10 Remote System
Update (RSU) sysfs interface:
	dcmf0
	dcmf1
	dcmf2
	dcmf3
	max_retry

Signed-off-by: Richard Gong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
rgongatintel committed Aug 27, 2020
1 parent 754b944 commit 9797100
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,39 @@ Description:
1 no action
0 firmware record the notify code defined
in b[15:0].

What: /sys/devices/platform/stratix10-rsu.0/dcmf0
Date: June 2020
KernelVersion: 5.8
Contact: Richard Gong <[email protected]>
Description:
(RO) Decision firmware copy 0 version information.

What: /sys/devices/platform/stratix10-rsu.0/dcmf1
Date: June 2020
KernelVersion: 5.8
Contact: Richard Gong <[email protected]>
Description:
(RO) Decision firmware copy 1 version information.

What: /sys/devices/platform/stratix10-rsu.0/dcmf2
Date: June 2020
KernelVersion: 5.8
Contact: Richard Gong <[email protected]>
Description:
(RO) Decision firmware copy 2 version information.

What: /sys/devices/platform/stratix10-rsu.0/dcmf3
Date: June 2020
KernelVersion: 5.8
Contact: Richard Gong <[email protected]>
Description:
(RO) Decision firmware copy 3 version information.

What: /sys/devices/platform/stratix10-rsu.0/max_retry
Date: June 2020
KernelVersion: 5.8
Contact: Richard Gong <[email protected]>
Description:
(RO) max retry parameter is stored in the firmware
decision IO section, as a byte located at offset 0x18c.

0 comments on commit 9797100

Please sign in to comment.