diff options
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2015-05-20 09:44:40 -0400 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2015-10-18 19:01:20 -0400 |
commit | b8e98dcdc5ad24bbecc763cd0ac87bbde602e5ea (patch) | |
tree | ed8c7e868e682461f535c07f147baa53be052a89 /Documentation/ABI | |
parent | 9b774d5cf2db4b27324784e8d2c95a06cdf82373 (diff) |
tpm: update PPI documentation to address the location change.
Updated Documentation/ABI/testing/sysfs-driver-ppi in order to explain
where PPI attributes are located and how backwards compatibility is
addressed.
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-ppi | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-ppi b/Documentation/ABI/testing/sysfs-driver-ppi index 7d1435bc976c..9921ef285899 100644 --- a/Documentation/ABI/testing/sysfs-driver-ppi +++ b/Documentation/ABI/testing/sysfs-driver-ppi | |||
@@ -1,4 +1,4 @@ | |||
1 | What: /sys/devices/pnp0/<bus-num>/ppi/ | 1 | What: /sys/class/tpm/tpmX/ppi/ |
2 | Date: August 2012 | 2 | Date: August 2012 |
3 | Kernel Version: 3.6 | 3 | Kernel Version: 3.6 |
4 | Contact: xiaoyan.zhang@intel.com | 4 | Contact: xiaoyan.zhang@intel.com |
@@ -8,9 +8,14 @@ Description: | |||
8 | folder makes sense. The folder path can be got by command | 8 | folder makes sense. The folder path can be got by command |
9 | 'find /sys/ -name 'pcrs''. For the detail information of PPI, | 9 | 'find /sys/ -name 'pcrs''. For the detail information of PPI, |
10 | please refer to the PPI specification from | 10 | please refer to the PPI specification from |
11 | |||
11 | http://www.trustedcomputinggroup.org/ | 12 | http://www.trustedcomputinggroup.org/ |
12 | 13 | ||
13 | What: /sys/devices/pnp0/<bus-num>/ppi/version | 14 | In Linux 4.2 ppi was moved to the character device directory. |
15 | A symlink from tpmX/device/ppi to tpmX/ppi to provide backwards | ||
16 | compatibility. | ||
17 | |||
18 | What: /sys/class/tpm/tpmX/ppi/version | ||
14 | Date: August 2012 | 19 | Date: August 2012 |
15 | Contact: xiaoyan.zhang@intel.com | 20 | Contact: xiaoyan.zhang@intel.com |
16 | Description: | 21 | Description: |
@@ -18,7 +23,7 @@ Description: | |||
18 | platform. | 23 | platform. |
19 | This file is readonly. | 24 | This file is readonly. |
20 | 25 | ||
21 | What: /sys/devices/pnp0/<bus-num>/ppi/request | 26 | What: /sys/class/tpm/tpmX/ppi/request |
22 | Date: August 2012 | 27 | Date: August 2012 |
23 | Contact: xiaoyan.zhang@intel.com | 28 | Contact: xiaoyan.zhang@intel.com |
24 | Description: | 29 | Description: |
@@ -28,7 +33,7 @@ Description: | |||
28 | integer value range from 1 to 160, and 0 means no request. | 33 | integer value range from 1 to 160, and 0 means no request. |
29 | This file can be read and written. | 34 | This file can be read and written. |
30 | 35 | ||
31 | What: /sys/devices/pnp0/00:<bus-num>/ppi/response | 36 | What: /sys/class/tpm/tpmX/ppi/response |
32 | Date: August 2012 | 37 | Date: August 2012 |
33 | Contact: xiaoyan.zhang@intel.com | 38 | Contact: xiaoyan.zhang@intel.com |
34 | Description: | 39 | Description: |
@@ -37,7 +42,7 @@ Description: | |||
37 | : <response description>". | 42 | : <response description>". |
38 | This file is readonly. | 43 | This file is readonly. |
39 | 44 | ||
40 | What: /sys/devices/pnp0/<bus-num>/ppi/transition_action | 45 | What: /sys/class/tpm/tpmX/ppi/transition_action |
41 | Date: August 2012 | 46 | Date: August 2012 |
42 | Contact: xiaoyan.zhang@intel.com | 47 | Contact: xiaoyan.zhang@intel.com |
43 | Description: | 48 | Description: |
@@ -47,7 +52,7 @@ Description: | |||
47 | description>". | 52 | description>". |
48 | This file is readonly. | 53 | This file is readonly. |
49 | 54 | ||
50 | What: /sys/devices/pnp0/<bus-num>/ppi/tcg_operations | 55 | What: /sys/class/tpm/tpmX/ppi/tcg_operations |
51 | Date: August 2012 | 56 | Date: August 2012 |
52 | Contact: xiaoyan.zhang@intel.com | 57 | Contact: xiaoyan.zhang@intel.com |
53 | Description: | 58 | Description: |
@@ -58,7 +63,7 @@ Description: | |||
58 | This attribute is only supported by PPI version 1.2+. | 63 | This attribute is only supported by PPI version 1.2+. |
59 | This file is readonly. | 64 | This file is readonly. |
60 | 65 | ||
61 | What: /sys/devices/pnp0/<bus-num>/ppi/vs_operations | 66 | What: /sys/class/tpm/tpmX/ppi/vs_operations |
62 | Date: August 2012 | 67 | Date: August 2012 |
63 | Contact: xiaoyan.zhang@intel.com | 68 | Contact: xiaoyan.zhang@intel.com |
64 | Description: | 69 | Description: |