diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-12 22:39:18 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-12 22:39:18 (EST) |
commit | 7d069019773d1a4c669ca4f7fb95b44f4d4da919 (patch) | |
tree | dd04bc7f809f7d23322a37cee7de607647ea9cfa | |
parent | 8ea7d6d13ed92fe6294c0079437780d65b01ac17 (diff) | |
download | libreboot.org-7d069019773d1a4c669ca4f7fb95b44f4d4da919.zip libreboot.org-7d069019773d1a4c669ca4f7fb95b44f4d4da919.tar.gz libreboot.org-7d069019773d1a4c669ca4f7fb95b44f4d4da919.tar.bz2 |
AMD also has something similar to Intel Boot Guard
-rw-r--r-- | site/faq/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/faq/index.php b/site/faq/index.php index 22c130b..ac43a03 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -413,6 +413,12 @@ would have the ability to remotely monitor and control any PSP enabled machine. completely outside of the user's knowledge. </p> + <p> + Much like with the Intel Boot Guard (an application of the Intel Management Engine), + AMD's PSP can also act as a tyrant by checking signatures on + any boot firmware that you flash, making replacement boot firmware (e.g. libreboot, coreboot) + impossible on some boards. + </p> <h3 id="amdimc">AMD IMC firmware <span class="r"><a href="#amdimc">#amdimc</a></span></h3> <p> Read <a href="https://www.coreboot.org/AMD_IMC">https://www.coreboot.org/AMD_IMC</a>. |