diff options
author | Rajiv Andrade <srajiv@linux.vnet.ibm.com> | 2010-03-24 23:55:32 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-03-25 18:30:03 -0400 |
commit | 225a9be24d799aa16d543c31fb09f0c9ed1d9caa (patch) | |
tree | e2db049524c7f153457e55506d1ef4cec0ccf39c /Documentation/kernel-parameters.txt | |
parent | 310de047eef6685274045db1e6b39c9f313df428 (diff) |
TPM: workaround to enforce PCR updates across suspends
Add a workaround for TPM's which fail to flush last written
PCR values in a TPM_SaveState, in preparation for suspend.
Signed-off-by: David Safford <safford@watson.ibm.com>
Acked-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d80930d58dae..e0df679c3902 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -99,6 +99,7 @@ parameter is applicable: | |||
99 | SWSUSP Software suspend (hibernation) is enabled. | 99 | SWSUSP Software suspend (hibernation) is enabled. |
100 | SUSPEND System suspend states are enabled. | 100 | SUSPEND System suspend states are enabled. |
101 | FTRACE Function tracing enabled. | 101 | FTRACE Function tracing enabled. |
102 | TPM TPM drivers are enabled. | ||
102 | TS Appropriate touchscreen support is enabled. | 103 | TS Appropriate touchscreen support is enabled. |
103 | UMS USB Mass Storage support is enabled. | 104 | UMS USB Mass Storage support is enabled. |
104 | USB USB support is enabled. | 105 | USB USB support is enabled. |
@@ -2619,6 +2620,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2619 | 2620 | ||
2620 | tp720= [HW,PS2] | 2621 | tp720= [HW,PS2] |
2621 | 2622 | ||
2623 | tpm_suspend_pcr=[HW,TPM] | ||
2624 | Format: integer pcr id | ||
2625 | Specify that at suspend time, the tpm driver | ||
2626 | should extend the specified pcr with zeros, | ||
2627 | as a workaround for some chips which fail to | ||
2628 | flush the last written pcr on TPM_SaveState. | ||
2629 | This will guarantee that all the other pcrs | ||
2630 | are saved. | ||
2631 | |||
2622 | trace_buf_size=nn[KMG] | 2632 | trace_buf_size=nn[KMG] |
2623 | [FTRACE] will set tracing buffer size. | 2633 | [FTRACE] will set tracing buffer size. |
2624 | 2634 | ||