aboutsummaryrefslogtreecommitdiff
path: root/Documentation/distributions.md
blob: 837a7445446f6066937d2659bc9fe791dd0d5180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Distributions

coreboot doesn't provide binaries but provides a toolbox that others can use
to build boot firmware for all kinds of purposes. These third-parties can be
broadly separated in two groups: Those shipping coreboot on their hardware,
and those providing after-market firmware to extend the usefulness of devices.

## Shipping coreboot on hardware

### Purism

[Purism](https://www.puri.sm) sells laptops with a focus on privacy and
part of that is their push to remove as much unaccounted code (that is,
binary only) from their devices as possible.

### Chromebooks

All Chromebooks (and related devices) that hit the market after 2013 are
using coreboot as their main firmware. And even the Embedded Controller,
a small microcontroller to support various peripherals (like battery
management or the keyboard) is running open source firmware.


## After-market firmware

### Libreboot

[Libreboot](https://libreboot.org) is a project that provides ready-made
binaries for platforms where those can be built entirely from source
code. Their copy of the coreboot repository is therefore stripped of
all devices that require binary components to boot.

### Mr. Chromebox

[Matt Devo](https://mrchromebox.tech/) provides replacement firmware for
various Chromebooks. Why replace coreboot with coreboot?  You might want
to do different things than what the Google engineers prepared for the
mass market, that's why. This firmware is "with training wheels off".

### John Lewis

[John Lewis](https://johnlewis.ie/custom-chromebook-firmware) also
provides replacements for Chromebook firmware, for the same reasons
as Mr. Chromebox. It's a somewhat different set of devices, and with
different configurations, so check out both if Chromebooks are what
you're dealing with.