Skip to content

Commit b85b253

Browse files
iokilljarkkojs
authored andcommitted
docs: document DCP-backed trusted keys kernel params
Document the kernel parameters trusted.dcp_use_otp_key and trusted.dcp_skip_zk_test for DCP-backed trusted keys. Co-developed-by: Richard Weinberger <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> Co-developed-by: David Oberhollenzer <[email protected]> Signed-off-by: David Oberhollenzer <[email protected]> Signed-off-by: David Gstir <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent df86668 commit b85b253

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6749,6 +6749,7 @@
67496749
- "tpm"
67506750
- "tee"
67516751
- "caam"
6752+
- "dcp"
67526753
If not specified then it defaults to iterating through
67536754
the trust source list starting with TPM and assigns the
67546755
first trust source as a backend which is initialized
@@ -6764,6 +6765,18 @@
67646765
If not specified, "default" is used. In this case,
67656766
the RNG's choice is left to each individual trust source.
67666767

6768+
trusted.dcp_use_otp_key
6769+
This is intended to be used in combination with
6770+
trusted.source=dcp and will select the DCP OTP key
6771+
instead of the DCP UNIQUE key blob encryption.
6772+
6773+
trusted.dcp_skip_zk_test
6774+
This is intended to be used in combination with
6775+
trusted.source=dcp and will disable the check if the
6776+
blob key is all zeros. This is helpful for situations where
6777+
having this key zero'ed is acceptable. E.g. in testing
6778+
scenarios.
6779+
67676780
tsc= Disable clocksource stability checks for TSC.
67686781
Format: <string>
67696782
[x86] reliable: mark tsc clocksource as reliable, this

0 commit comments

Comments
 (0)