-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 333691 b: refs/heads/master c: 8213a2f h: refs/heads/master i: 333689: 8a400fe 333687: f376a67 v: v3
- Loading branch information
Linus Torvalds
committed
Oct 12, 2012
1 parent
f18b4c8
commit 95c019b
Showing
11,713 changed files
with
619,272 additions
and
320,662 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 12f79be93d94698778ff2b3f921073fc5f6780d6 | ||
refs/heads/master: 8213a2f3eeafdecf06dd718cb4130372263f6067 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
trunk/Documentation/ABI/testing/sysfs-devices-firmware_node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
What: /sys/devices/.../firmware_node/ | ||
Date: September 2012 | ||
Contact: <> | ||
Description: | ||
The /sys/devices/.../firmware_node directory contains attributes | ||
allowing the user space to check and modify some firmware | ||
related properties of given device. | ||
|
||
What: /sys/devices/.../firmware_node/description | ||
Date: September 2012 | ||
Contact: Lance Ortiz <lance.ortiz@hp.com> | ||
Description: | ||
The /sys/devices/.../firmware/description attribute contains a string | ||
that describes the device as provided by the _STR method in the ACPI | ||
namespace. This attribute is read-only. If the device does not have | ||
an _STR method associated with it in the ACPI namespace, this | ||
attribute is not present. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
What: /sys/devices/pnp0/<bus-num>/ppi/ | ||
Date: August 2012 | ||
Kernel Version: 3.6 | ||
Contact: xiaoyan.zhang@intel.com | ||
Description: | ||
This folder includes the attributes related with PPI (Physical | ||
Presence Interface). Only if TPM is supported by BIOS, this | ||
folder makes sence. The folder path can be got by command | ||
'find /sys/ -name 'pcrs''. For the detail information of PPI, | ||
please refer to the PPI specification from | ||
http://www.trustedcomputinggroup.org/ | ||
|
||
What: /sys/devices/pnp0/<bus-num>/ppi/version | ||
Date: August 2012 | ||
Contact: xiaoyan.zhang@intel.com | ||
Description: | ||
This attribute shows the version of the PPI supported by the | ||
platform. | ||
This file is readonly. | ||
|
||
What: /sys/devices/pnp0/<bus-num>/ppi/request | ||
Date: August 2012 | ||
Contact: xiaoyan.zhang@intel.com | ||
Description: | ||
This attribute shows the request for an operation to be | ||
executed in the pre-OS environment. It is the only input from | ||
the OS to the pre-OS environment. The request should be an | ||
integer value range from 1 to 160, and 0 means no request. | ||
This file can be read and written. | ||
|
||
What: /sys/devices/pnp0/00:<bus-num>/ppi/response | ||
Date: August 2012 | ||
Contact: xiaoyan.zhang@intel.com | ||
Description: | ||
This attribute shows the response to the most recent operation | ||
request it acted upon. The format is "<request> <response num> | ||
: <response description>". | ||
This file is readonly. | ||
|
||
What: /sys/devices/pnp0/<bus-num>/ppi/transition_action | ||
Date: August 2012 | ||
Contact: xiaoyan.zhang@intel.com | ||
Description: | ||
This attribute shows the platform-specific action that should | ||
take place in order to transition to the BIOS for execution of | ||
a requested operation. The format is "<action num>: <action | ||
description>". | ||
This file is readonly. | ||
|
||
What: /sys/devices/pnp0/<bus-num>/ppi/tcg_operations | ||
Date: August 2012 | ||
Contact: xiaoyan.zhang@intel.com | ||
Description: | ||
This attribute shows whether it is allowed to request an | ||
operation to be executed in the pre-OS environment by the BIOS | ||
for the requests defined by TCG, i.e. requests from 1 to 22. | ||
The format is "<request> <status num>: <status description>". | ||
This attribute is only supported by PPI version 1.2+. | ||
This file is readonly. | ||
|
||
What: /sys/devices/pnp0/<bus-num>/ppi/vs_operations | ||
Date: August 2012 | ||
Contact: xiaoyan.zhang@intel.com | ||
Description: | ||
This attribute shows whether it is allowed to request an | ||
operation to be executed in the pre-OS environment by the BIOS | ||
for the verdor specific requests, i.e. requests from 128 to | ||
255. The format is same with tcg_operations. This attribute | ||
is also only supported by PPI version 1.2+. | ||
This file is readonly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.