Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mei: docs: fix broken links in iamt documentation.

The iAMT documentation moved from http:// https://,
and LMS is moved to github.com

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tomas Winkler and committed by
Greg Kroah-Hartman
7e706da3 0475afd2

+42 -47
+42 -47
Documentation/driver-api/mei/iamt.rst
··· 27 27 HTTP/S that are received from a remote management console application. 28 28 29 29 For more information about Intel AMT: 30 - http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide 30 + https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm 31 31 32 32 33 33 Intel AMT Applications 34 - ====================== 34 + ---------------------- 35 35 36 - 1) Intel Local Management Service (Intel LMS) 36 + 1) Intel Local Management Service (Intel LMS) 37 37 38 - Applications running locally on the platform communicate with Intel AMT Release 39 - 2.0 and later releases in the same way that network applications do via SOAP 40 - over HTTP (deprecated starting with Release 6.0) or with WS-Management over 41 - SOAP over HTTP. This means that some Intel AMT features can be accessed from a 42 - local application using the same network interface as a remote application 43 - communicating with Intel AMT over the network. 38 + Applications running locally on the platform communicate with Intel AMT Release 39 + 2.0 and later releases in the same way that network applications do via SOAP 40 + over HTTP (deprecated starting with Release 6.0) or with WS-Management over 41 + SOAP over HTTP. This means that some Intel AMT features can be accessed from a 42 + local application using the same network interface as a remote application 43 + communicating with Intel AMT over the network. 44 44 45 - When a local application sends a message addressed to the local Intel AMT host 46 - name, the Intel LMS, which listens for traffic directed to the host name, 47 - intercepts the message and routes it to the Intel MEI. 48 - For more information: 49 - http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide 50 - Under "About Intel AMT" => "Local Access" 45 + When a local application sends a message addressed to the local Intel AMT host 46 + name, the Intel LMS, which listens for traffic directed to the host name, 47 + intercepts the message and routes it to the Intel MEI. 48 + For more information: 49 + https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm 50 + Under "About Intel AMT" => "Local Access" 51 51 52 - For downloading Intel LMS: 53 - http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/ 52 + For downloading Intel LMS: 53 + https://github.com/intel/lms 54 54 55 - The Intel LMS opens a connection using the Intel MEI driver to the Intel LMS 56 - firmware feature using a defined UUID and then communicates with the feature 57 - using a protocol called Intel AMT Port Forwarding Protocol (Intel APF protocol). 58 - The protocol is used to maintain multiple sessions with Intel AMT from a 59 - single application. 55 + The Intel LMS opens a connection using the Intel MEI driver to the Intel LMS 56 + firmware feature using a defined GUID and then communicates with the feature 57 + using a protocol called Intel AMT Port Forwarding Protocol (Intel APF protocol). 58 + The protocol is used to maintain multiple sessions with Intel AMT from a 59 + single application. 60 60 61 - See the protocol specification in the Intel AMT Software Development Kit (SDK) 62 - http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide 63 - Under "SDK Resources" => "Intel(R) vPro(TM) Gateway (MPS)" 64 - => "Information for Intel(R) vPro(TM) Gateway Developers" 65 - => "Description of the Intel AMT Port Forwarding (APF) Protocol" 61 + See the protocol specification in the Intel AMT Software Development Kit (SDK) 62 + https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm 63 + Under "SDK Resources" => "Intel(R) vPro(TM) Gateway (MPS)" 64 + => "Information for Intel(R) vPro(TM) Gateway Developers" 65 + => "Description of the Intel AMT Port Forwarding (APF) Protocol" 66 66 67 - 2) Intel AMT Remote configuration using a Local Agent 67 + 2) Intel AMT Remote configuration using a Local Agent 68 68 69 - A Local Agent enables IT personnel to configure Intel AMT out-of-the-box 70 - without requiring installing additional data to enable setup. The remote 71 - configuration process may involve an ISV-developed remote configuration 72 - agent that runs on the host. 73 - For more information: 74 - http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide 75 - Under "Setup and Configuration of Intel AMT" => 76 - "SDK Tools Supporting Setup and Configuration" => 77 - "Using the Local Agent Sample" 78 - 79 - An open source Intel AMT configuration utility, implementing a local agent 80 - that accesses the Intel MEI driver, can be found here: 81 - http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/ 82 - 69 + A Local Agent enables IT personnel to configure Intel AMT out-of-the-box 70 + without requiring installing additional data to enable setup. The remote 71 + configuration process may involve an ISV-developed remote configuration 72 + agent that runs on the host. 73 + For more information: 74 + https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm 75 + Under "Setup and Configuration of Intel AMT" => 76 + "SDK Tools Supporting Setup and Configuration" => 77 + "Using the Local Agent Sample" 83 78 84 79 Intel AMT OS Health Watchdog 85 - ============================ 80 + ---------------------------- 86 81 87 82 The Intel AMT Watchdog is an OS Health (Hang/Crash) watchdog. 88 83 Whenever the OS hangs or crashes, Intel AMT will send an event ··· 85 90 IT knows when a platform crashes even when there is a hard failure on the host. 86 91 87 92 The Intel AMT Watchdog is composed of two parts: 88 - 1) Firmware feature - receives the heartbeats 89 - and sends an event when the heartbeats stop. 90 - 2) Intel MEI iAMT watchdog driver - connects to the watchdog feature, 91 - configures the watchdog and sends the heartbeats. 93 + 1) Firmware feature - receives the heartbeats 94 + and sends an event when the heartbeats stop. 95 + 2) Intel MEI iAMT watchdog driver - connects to the watchdog feature, 96 + configures the watchdog and sends the heartbeats. 92 97 93 98 The Intel iAMT watchdog MEI driver uses the kernel watchdog API to configure 94 99 the Intel AMT Watchdog and to send heartbeats to it. The default timeout of the