diff options
| author | Julian Brost <linux-kernel@0x4a42.net> | 2015-01-11 18:58:08 -0500 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2015-01-29 14:55:58 -0500 |
| commit | 21ef5673230e613f71917730a19f5bd838407592 (patch) | |
| tree | 8730df6a6f75dcdcbb6823e2eb77ac6c27bdc408 /Documentation/misc-devices | |
| parent | ccd7b014083a76405f6a9871e980db44af452dbd (diff) | |
Documentation/misc-devices/mei: Fix indentation of enumeration.
Properly indent a list in mei.txt in the same way as another list in
that file.
Reviewed-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Julian Brost <linux-kernel@0x4a42.net>
Signed-off-by: Fabian Hofmann <fabian.hofmann@fau.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/misc-devices')
| -rw-r--r-- | Documentation/misc-devices/mei/mei.txt | 91 |
1 files changed, 46 insertions, 45 deletions
diff --git a/Documentation/misc-devices/mei/mei.txt b/Documentation/misc-devices/mei/mei.txt index 63f9cccd8785..8d47501bba0a 100644 --- a/Documentation/misc-devices/mei/mei.txt +++ b/Documentation/misc-devices/mei/mei.txt | |||
| @@ -129,51 +129,52 @@ The Intel MEI Driver supports the following IOCTL command: | |||
| 129 | Intel ME Applications | 129 | Intel ME Applications |
| 130 | ===================== | 130 | ===================== |
| 131 | 131 | ||
| 132 | 1) Intel Local Management Service (Intel LMS) | 132 | 1) Intel Local Management Service (Intel LMS) |
| 133 | 133 | ||
| 134 | Applications running locally on the platform communicate with Intel AMT Release | 134 | Applications running locally on the platform communicate with Intel AMT Release |
| 135 | 2.0 and later releases in the same way that network applications do via SOAP | 135 | 2.0 and later releases in the same way that network applications do via SOAP |
| 136 | over HTTP (deprecated starting with Release 6.0) or with WS-Management over | 136 | over HTTP (deprecated starting with Release 6.0) or with WS-Management over |
| 137 | SOAP over HTTP. This means that some Intel AMT features can be accessed from a | 137 | SOAP over HTTP. This means that some Intel AMT features can be accessed from a |
| 138 | local application using the same network interface as a remote application | 138 | local application using the same network interface as a remote application |
| 139 | communicating with Intel AMT over the network. | 139 | communicating with Intel AMT over the network. |
| 140 | 140 | ||
| 141 | When a local application sends a message addressed to the local Intel AMT host | 141 | When a local application sends a message addressed to the local Intel AMT host |
| 142 | name, the Intel LMS, which listens for traffic directed to the host name, | 142 | name, the Intel LMS, which listens for traffic directed to the host name, |
| 143 | intercepts the message and routes it to the Intel MEI. | 143 | intercepts the message and routes it to the Intel MEI. |
| 144 | For more information: | 144 | For more information: |
| 145 | http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide | 145 | http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide |
| 146 | Under "About Intel AMT" => "Local Access" | 146 | Under "About Intel AMT" => "Local Access" |
| 147 | 147 | ||
| 148 | For downloading Intel LMS: | 148 | For downloading Intel LMS: |
| 149 | http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/ | 149 | http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/ |
| 150 | 150 | ||
| 151 | The Intel LMS opens a connection using the Intel MEI driver to the Intel LMS | 151 | The Intel LMS opens a connection using the Intel MEI driver to the Intel LMS |
| 152 | firmware feature using a defined UUID and then communicates with the feature | 152 | firmware feature using a defined UUID and then communicates with the feature |
| 153 | using a protocol called Intel AMT Port Forwarding Protocol (Intel APF protocol). | 153 | using a protocol called Intel AMT Port Forwarding Protocol (Intel APF protocol). |
| 154 | The protocol is used to maintain multiple sessions with Intel AMT from a | 154 | The protocol is used to maintain multiple sessions with Intel AMT from a |
| 155 | single application. | 155 | single application. |
| 156 | 156 | ||
| 157 | See the protocol specification in the Intel AMT Software Development Kit (SDK) | 157 | See the protocol specification in the Intel AMT Software Development Kit (SDK) |
| 158 | http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide | 158 | http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide |
| 159 | Under "SDK Resources" => "Intel(R) vPro(TM) Gateway (MPS)" | 159 | Under "SDK Resources" => "Intel(R) vPro(TM) Gateway (MPS)" |
| 160 | => "Information for Intel(R) vPro(TM) Gateway Developers" | 160 | => "Information for Intel(R) vPro(TM) Gateway Developers" |
| 161 | => "Description of the Intel AMT Port Forwarding (APF) Protocol" | 161 | => "Description of the Intel AMT Port Forwarding (APF) Protocol" |
| 162 | 162 | ||
| 163 | 2) Intel AMT Remote configuration using a Local Agent | 163 | 2) Intel AMT Remote configuration using a Local Agent |
| 164 | A Local Agent enables IT personnel to configure Intel AMT out-of-the-box | 164 | |
| 165 | without requiring installing additional data to enable setup. The remote | 165 | A Local Agent enables IT personnel to configure Intel AMT out-of-the-box |
| 166 | configuration process may involve an ISV-developed remote configuration | 166 | without requiring installing additional data to enable setup. The remote |
| 167 | agent that runs on the host. | 167 | configuration process may involve an ISV-developed remote configuration |
| 168 | For more information: | 168 | agent that runs on the host. |
| 169 | http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide | 169 | For more information: |
| 170 | Under "Setup and Configuration of Intel AMT" => | 170 | http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide |
| 171 | "SDK Tools Supporting Setup and Configuration" => | 171 | Under "Setup and Configuration of Intel AMT" => |
| 172 | "Using the Local Agent Sample" | 172 | "SDK Tools Supporting Setup and Configuration" => |
| 173 | 173 | "Using the Local Agent Sample" | |
| 174 | An open source Intel AMT configuration utility, implementing a local agent | 174 | |
| 175 | that accesses the Intel MEI driver, can be found here: | 175 | An open source Intel AMT configuration utility, implementing a local agent |
| 176 | http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/ | 176 | that accesses the Intel MEI driver, can be found here: |
| 177 | http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/ | ||
| 177 | 178 | ||
| 178 | 179 | ||
| 179 | Intel AMT OS Health Watchdog | 180 | Intel AMT OS Health Watchdog |
