Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) What:		/config/stp-policy/<device>:p_sys-t.<policy>/<node>/uuid
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) Date:		June 2018
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) KernelVersion:	4.19
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 		UUID source identifier string, RW.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 		Default value is randomly generated at the mkdir <node> time.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 		Data coming from trace sources that use this <node> will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 		tagged with this UUID in the MIPI SyS-T packet stream, to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 		allow the decoder to discern between different sources
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 		within the same master/channel range, and identify the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 		higher level decoders that may be needed for each source.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) What:		/config/stp-policy/<device>:p_sys-t.<policy>/<node>/do_len
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) Date:		June 2018
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) KernelVersion:	4.19
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 		Include payload length in the MIPI SyS-T header, boolean.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 		If enabled, the SyS-T protocol encoder will include payload
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 		length in each packet's metadata. This is normally redundant
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 		if the underlying transport protocol supports marking message
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		boundaries (which STP does), so this is off by default.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) What:		/config/stp-policy/<device>:p_sys-t.<policy>/<node>/ts_interval
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) Date:		June 2018
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) KernelVersion:	4.19
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 		Time interval in milliseconds. Include a timestamp in the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 		MIPI SyS-T packet metadata, if this many milliseconds have
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 		passed since the previous packet from this source. Zero is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 		the default and stands for "never send the timestamp".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) What:		/config/stp-policy/<device>:p_sys-t.<policy>/<node>/clocksync_interval
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) Date:		June 2018
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) KernelVersion:	4.19
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) Description:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 		Time interval in milliseconds. Send a CLOCKSYNC packet if
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 		this many milliseconds have passed since the previous
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 		CLOCKSYNC packet from this source. Zero is the default and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 		stands for "never send the CLOCKSYNC". It makes sense to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 		use this option with sources that generate constant and/or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 		periodic data, like stm_heartbeat.