summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-firmware-plpks
blob: cba061e4eee2a24e9171c94a128ac8fe0d3c4702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
What:		/sys/firmware/plpks/config
Date:		February 2023
Contact:	Nayna Jain <nayna@linux.ibm.com>
Description:	This optional directory contains read-only config attributes as
		defined by the PLPKS implementation. All data is in ASCII
		format.

What:		/sys/firmware/plpks/config/version
Date:		February 2023
Contact:	Nayna Jain <nayna@linux.ibm.com>
Description:	Config version as reported by the hypervisor in ASCII decimal
		format.

What:		/sys/firmware/plpks/config/max_object_size
Date:		February 2023
Contact:	Nayna Jain <nayna@linux.ibm.com>
Description:	Maximum allowed size of	objects in the keystore in bytes,
		represented in ASCII decimal format.

		This is not necessarily the same as the max size that can be
		written to an update file as writes can contain more than
		object data, you should use the size of the update file for
		that purpose.

What:		/sys/firmware/plpks/config/total_size
Date:		February 2023
Contact:	Nayna Jain <nayna@linux.ibm.com>
Description:	Total size of the PLPKS in bytes, represented in ASCII decimal
		format.

What:		/sys/firmware/plpks/config/used_space
Date:		February 2023
Contact:	Nayna Jain <nayna@linux.ibm.com>
Description:	Current space consumed by the key store, in bytes, represented
		in ASCII decimal format.

What:		/sys/firmware/plpks/config/supported_policies
Date:		February 2023
Contact:	Nayna Jain <nayna@linux.ibm.com>
Description:	Bitmask of supported policy flags by the hypervisor, represented
		as an 8 byte hexadecimal ASCII string. Consult the hypervisor
		documentation for what these flags are.

What:		/sys/firmware/plpks/config/signed_update_algorithms
Date:		February 2023
Contact:	Nayna Jain <nayna@linux.ibm.com>
Description:	Bitmask of flags indicating which algorithms the hypervisor
		supports for signed update of objects, represented as a 16 byte
		hexadecimal ASCII string. Consult the hypervisor documentation
		for what these flags mean.

What:		/sys/firmware/plpks/config/wrapping_features
Date:		November 2025
Contact:	Srish Srinivasan <ssrish@linux.ibm.com>
Description:	Bitmask of the wrapping features indicating the wrapping
		algorithms that are supported for the H_PKS_WRAP_OBJECT requests
		, represented as a 8 byte hexadecimal ASCII string. Consult the
		hypervisor documentation for what these flags mean.