aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrew Robbins <andrew@libreboot.org>2020-02-20 17:48:20 +0000
committerGogs <gogitservice@gmail.com>2020-02-20 17:48:20 +0000
commit77d95ec88092d25f34069ae0a40e6a3de4b9a1ea (patch)
treee8ed647f8ec3c4d8b7cc5f2caeeb4baeca1fbfcd /www
parent9552c4a9abe7475bcecec56deaa30d0f509e5363 (diff)
parentf1b0f9394be2e8bb01f864fabbb549ab95333c9a (diff)
downloadlibrebootfr-77d95ec88092d25f34069ae0a40e6a3de4b9a1ea.tar.gz
librebootfr-77d95ec88092d25f34069ae0a40e6a3de4b9a1ea.zip
Merge branch '100-free' of swiftgeek/libreboot into master
Diffstat (limited to 'www')
-rw-r--r--www/faq.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/faq.md b/www/faq.md
index 38607be4..cf6e2dae 100644
--- a/www/faq.md
+++ b/www/faq.md
@@ -1122,6 +1122,32 @@ Are other operating systems compatible?
Unknown. Probably not.
+Does libreboot make my machine 100% free?
+==========================================
+Libreboot on all devices only provides host hardware init firmware images,
+that can be written 25XX SPI NOR Flash. But on many systems there are
+a lot more computers running blob firmware.
+Some of them are not practicable to replace due to being located on Mask ROM.
+Some devices have EC firmware being build as well.
+Additionally, besides software components, there are hardware ones
+(from ICs to boards) that are not released on OSHW licenses.
+We do not have a single device that would be "100% free",
+and such absolutes are nearly impossible to reach.
+
+Notable proprietary blobs (not a complete list):
+* All devices
+ * SATA/PATA Hard Drive/Optical Disc Drive Firmware
+ ([often contain powerful ARM based computer](
+ http://spritesmods.com/?art=hddhack&page=1))
+ * Pendrives and any USB peripherals - they contain a computer
+ with code running to at the very least handle the USB protocol
+* ThinkPads:
+ * EC Firmware (H8S until including Sandy Bridge, later ARC based MEC16xx)
+ * TrackPoint Firmware (8051)
+ * Penabled devices contain µPD78F0514 MCU on wacom subboard,
+ and Atmega (AVR) on led indicator/button board
+ * Battery BMS, bq8030 (CoolRISC C816)
+
Where can I learn more about electronics
==========================================