diff options
Diffstat (limited to 'www/faq.md')
-rw-r--r-- | www/faq.md | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -91,6 +91,30 @@ What systems are compatible with libreboot? [See here](docs/hardware/). +Will the Purism laptops be supported? +---------------------------------------------------------------------- + +Short answer: no. + +There are severe privacy, security and freedom issues with these laptops, due +to the Intel chipsets that they use. See: + +- [Intel Management Engine](#intelme) +- [More freedom issues on modern Intel hardware](#intel) + +Most notably, these laptops also use the Intel FSP binary blob, for the entire +hardware initialization. Coreboot does support a particular revision of one of +their laptops, but most are either unsupported or rely on binary blobs for most +of the hardware initialization. + +In particular, the Intel Management Engine is a severe threat to privacy and +security, not to mention freedom, since it is a remote backdoor that provides +Intel remote access to a computer where it is present. + +Intel themselves even admitted it, publicly. + +The Libreboot project recommends avoiding all hardware sold by Purism. + Why is the latest Intel hardware unsupported in libreboot? {#intel} ----------------------------------------------------------- @@ -457,7 +481,8 @@ What *can* I use, then? {#whatcaniuse} ------------------------- Libreboot has support for fam15h AMD hardware (~2012 gen) and some -older Intel platforms (~2006-2009 gen). We also have support for some +older Intel platforms like Napa, Montevina, Eagle Lake, Lakeport (2004-2006). +We also have support for some ARM chipsets (rk3288). On the Intel side, we're also interested in some of the chipsets that use Atom CPUs (rebranded from older chipsets, mostly using ich7-based southbridges). |