summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2016-03-28 20:50:28 +0200
committerPaul Kocialkowski <contact@paulk.fr>2017-06-11 16:17:12 +0300
commitdf6286eb38b24f9af719395689cb2d076dee6d91 (patch)
treead3ce05810b3bf01943d324ebc75bfc8c25d6dba
parent3c4396afede3cd2bcc63d630aff7ede6044b75cd (diff)
downloadreplicant_website-df6286eb38b24f9af719395689cb2d076dee6d91.zip
replicant_website-df6286eb38b24f9af719395689cb2d076dee6d91.tar.gz
replicant_website-df6286eb38b24f9af719395689cb2d076dee6d91.tar.bz2
freedom-privacy-security-issues: Clarify non-free firmwares not loaded by the main CPU
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--freedom-privacy-security-issues.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/freedom-privacy-security-issues.php b/freedom-privacy-security-issues.php
index 15f35c3..dbf1ebf 100644
--- a/freedom-privacy-security-issues.php
+++ b/freedom-privacy-security-issues.php
@@ -54,7 +54,8 @@
<p>
Firmwares running inside integrated circuits are most of the time proprietary.
While free firmwares are hard to write, some exist for very specific hardware (e.g. <a href="//www.arduino.cc/">Arduino</a>, <a href="//dangerousprototypes.com/docs/Bus_Pirate">Bus Pirate</a>) and sometimes, manufacturers can liberate firmwares running in their integrated circuits (e.g. <a href="//github.com/qca/open-ath9k-htc-firmware">ath9k_htc</a>).
- However, it is not always possible to even replace those firmwares: some are loaded to the integrated circuit by the main CPU but some others are pre-installed in the circuit (in that case, they almost seem to behave like hardware) and cannot be updated to a free replacement.
+ However, it is not always possible to even replace those firmwares: some are loaded to the integrated circuit by the main CPU, but some others reside in separate storage from where they are loaded by that integrated circuit.
+ With separate storage, it can be difficult (to impossible) to update the firmware to a free replacement.
</p>
<p>
<a href="images/freedom-privacy-security-issues/bad-modem-isolation.png" data-lightbox="current-situation" data-title="Bad modem isolation"><img src="images/freedom-privacy-security-issues/bad-modem-isolation.png" alt="Bad modem isolation" style="width: 250px; float: left;"/></a>