diff options
-rw-r--r-- | Documentation/misc-devices/mei/mei.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/misc-devices/mei/mei.txt b/Documentation/misc-devices/mei/mei.txt index 9a96af170ff7..63f9cccd8785 100644 --- a/Documentation/misc-devices/mei/mei.txt +++ b/Documentation/misc-devices/mei/mei.txt | |||
@@ -19,7 +19,7 @@ each client has its own protocol. The protocol is message-based with a | |||
19 | header and payload up to 512 bytes. | 19 | header and payload up to 512 bytes. |
20 | 20 | ||
21 | Prominent usage of the Intel ME Interface is to communicate with Intel(R) | 21 | Prominent usage of the Intel ME Interface is to communicate with Intel(R) |
22 | Active Management Technology (Intel AMT)implemented in firmware running on | 22 | Active Management Technology (Intel AMT) implemented in firmware running on |
23 | the Intel ME. | 23 | the Intel ME. |
24 | 24 | ||
25 | Intel AMT provides the ability to manage a host remotely out-of-band (OOB) | 25 | Intel AMT provides the ability to manage a host remotely out-of-band (OOB) |
@@ -150,15 +150,15 @@ Intel ME Applications | |||
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 | A Local Agent enables IT personnel to configure Intel AMT out-of-the-box |