Lines Matching full:intel

3 Intel(R) Active Management Technology (Intel AMT)
6 Prominent usage of the Intel ME Interface is to communicate with Intel(R)
7 Active Management Technology (Intel AMT) implemented in firmware running on
8 the Intel ME.
10 Intel AMT provides the ability to manage a host remotely out-of-band (OOB)
14 Some examples of Intel AMT usage are:
25 Intel AMT (OOB) communication is based on SOAP (deprecated
29 For more information about Intel AMT:
30 https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
33 Intel AMT Applications
36 1) Intel Local Management Service (Intel LMS)
38 Applications running locally on the platform communicate with Intel AMT Release
41 SOAP over HTTP. This means that some Intel AMT features can be accessed from a
43 communicating with Intel AMT over the network.
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.
49 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
50 Under "About Intel AMT" => "Local Access"
52 For downloading Intel LMS:
53 https://github.com/intel/lms
55 The Intel LMS opens a connection using the Intel MEI driver to the Intel LMS
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
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"
67 2) Intel AMT Remote configuration using a Local Agent
69 A Local Agent enables IT personnel to configure Intel AMT out-of-the-box
74 … https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm
75 Under "Setup and Configuration of Intel AMT" =>
79 Intel AMT OS Health Watchdog
82 The Intel AMT Watchdog is an OS Health (Hang/Crash) watchdog.
83 Whenever the OS hangs or crashes, Intel AMT will send an event
87 The Intel AMT Watchdog is composed of two parts:
90 2) Intel MEI iAMT watchdog driver - connects to the watchdog feature,
93 The Intel iAMT watchdog MEI driver uses the kernel watchdog API to configure
94 the Intel AMT Watchdog and to send heartbeats to it. The default timeout of the
97 If the Intel AMT is not enabled in the firmware then the watchdog client won't enumerate
101 linux-mei@linux.intel.com