mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
Add a generic TEE revision sysfs attribute backed by a new optional get_tee_revision() callback. The revision string is diagnostic-only and must not be used to infer feature support. Signed-off-by: Aristo Chen <aristo.chen@canonical.com> Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
25 lines
1 KiB
Text
25 lines
1 KiB
Text
What: /sys/class/tee/tee{,priv}X/rpmb_routing_model
|
|
Date: May 2024
|
|
KernelVersion: 6.10
|
|
Contact: op-tee@lists.trustedfirmware.org
|
|
Description:
|
|
RPMB frames can be routed to the RPMB device via the
|
|
user-space daemon tee-supplicant or the RPMB subsystem
|
|
in the kernel. The value "user" means that the driver
|
|
will route the RPMB frames via user space. Conversely,
|
|
"kernel" means that the frames are routed via the RPMB
|
|
subsystem without assistance from tee-supplicant. It
|
|
should be assumed that RPMB frames are routed via user
|
|
space if the variable is absent. The primary purpose
|
|
of this variable is to let systemd know whether
|
|
tee-supplicant is needed in the early boot with initramfs.
|
|
|
|
What: /sys/class/tee/tee{,priv}X/revision
|
|
Date: Jan 2026
|
|
KernelVersion: 6.19
|
|
Contact: op-tee@lists.trustedfirmware.org
|
|
Description:
|
|
Read-only revision string reported by the TEE driver. This is
|
|
for diagnostics only and must not be used to infer feature
|
|
support. Use TEE_IOC_VERSION for capability and compatibility
|
|
checks.
|