summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-class-tee
blob: c9144d16003e6f7a53b8d35e2fc0c96284da15a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.