summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-09-12 18:21:46 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-09-12 18:21:46 (EDT)
commitebf1e64b57f60bafde2fade01d9ef42caf1c11c2 (patch)
tree2a36698a610bfc9b07363bc458c5f5d414a95543
parente69953a9a2f6d0874185f6789a5a9afde62decf7 (diff)
downloadlibreboot.org-ebf1e64b57f60bafde2fade01d9ef42caf1c11c2.zip
libreboot.org-ebf1e64b57f60bafde2fade01d9ef42caf1c11c2.tar.gz
libreboot.org-ebf1e64b57f60bafde2fade01d9ef42caf1c11c2.tar.bz2
FAQ: explain that the ME firmware is actually a whole OS
-rw-r--r--site/faq/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/faq/index.php b/site/faq/index.php
index 5658efb..419384d 100644
--- a/site/faq/index.php
+++ b/site/faq/index.php
@@ -119,7 +119,7 @@
</p>
<h3 id="intelme">Intel Management Engine (ME) <span class="ref">(<a href="#intelme">#intelme</a>)</span></h3>
<p>
- The ME is a separate processor that exists in all Intel chipsets past the year ~2006, running its own embedded (and proprietary) operating system. It provides remote access capabilities,
+ The ME is a separate processor that exists in all Intel chipsets past the year ~2006, running its own embedded (and proprietary) operating system, referred to as the ME <i>firmware</i> in this article. It provides remote access capabilities,
independently from the running operating system, with full access to RAM, and full networking support. <i>With a functioning ME, your system
is left wide open for attack. It can also phone home to Intel.</i> It also handles the
TPM, AMT (<a href="https://www.fsf.org/blogs/community/active-management-technology">Active Management Technology</a>), <a href="https://mjg59.dreamwidth.org/33981.html">Boot Guard</a> and various <a href="https://defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> mechanisms.