mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
4119f0dfbd
Unfortunately, (R) and (W) are valid markups for enumerated lists, as described at: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#enumerated-lists So, we ned to replace them by: (R) -> (Read) (W) -> (Write) As otherwise, (R) will be displayed as R., with is not what it is desired. There's no need to touch (RO) and (RW). Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/6e81ad8064f3ed4f8dc265086fdf1c618043f935.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
What: /sys/firmware/turris-mox-rwtm/board_version
|
|
Date: August 2019
|
|
KernelVersion: 5.4
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) Board version burned into eFuses of this Turris Mox board.
|
|
Format: %i
|
|
|
|
What: /sys/firmware/turris-mox-rwtm/mac_address*
|
|
Date: August 2019
|
|
KernelVersion: 5.4
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) MAC addresses burned into eFuses of this Turris Mox board.
|
|
Format: %pM
|
|
|
|
What: /sys/firmware/turris-mox-rwtm/pubkey
|
|
Date: August 2019
|
|
KernelVersion: 5.4
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
|
|
as pair to the ECDSA private key burned into eFuses of this
|
|
Turris Mox Board.
|
|
Format: string
|
|
|
|
What: /sys/firmware/turris-mox-rwtm/ram_size
|
|
Date: August 2019
|
|
KernelVersion: 5.4
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) RAM size in MiB of this Turris Mox board as was detected
|
|
during manufacturing and burned into eFuses. Can be 512 or 1024.
|
|
Format: %i
|
|
|
|
What: /sys/firmware/turris-mox-rwtm/serial_number
|
|
Date: August 2019
|
|
KernelVersion: 5.4
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) Serial number burned into eFuses of this Turris Mox device.
|
|
Format: %016X
|