2021-05-18 12:56:12 +00:00
|
|
|
Free your BIOS today! GNU GPL style
|
|
|
|
===================================
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Find libreboot documentation at <https://libreboot.org/>
|
|
|
|
|
|
|
|
Libreboot is
|
2021-05-18 12:56:12 +00:00
|
|
|
[freedom-respecting](https://www.gnu.org/philosophy/free-sw.html)
|
|
|
|
*boot firmware* that initializes the hardware (e.g.
|
|
|
|
memory controller, CPU, peripherals) in your computer so that software can run.
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot then starts a bootloader to load your operating system. It replaces the
|
|
|
|
proprietary BIOS/UEFI firmware typically found on a computer. Libreboot is
|
|
|
|
compatible with specific computer models that use the Intel/AMD x86
|
|
|
|
architecture. Libreboot works well with GNU+Linux and BSD
|
2021-05-18 12:56:12 +00:00
|
|
|
operating systems. User support is available
|
2021-05-18 13:00:18 +00:00
|
|
|
at [\#libreboot](https://webchat.freenode.net/?channels=libreboot) on Freenode
|
2021-05-18 12:56:12 +00:00
|
|
|
IRC.
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot is a *Free Software* project, but can be considered Open Source.
|
2021-05-18 12:56:12 +00:00
|
|
|
[The GNU website](https://www.gnu.org/philosophy/open-source-misses-the-point.en.html)
|
|
|
|
teaches why you should call it Free Software instead; alternatively, you may
|
|
|
|
call it libre software.
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot uses [coreboot](https://www.coreboot.org/) for hardware initialization.
|
2021-05-18 12:56:12 +00:00
|
|
|
However, *coreboot* is notoriously difficult to compile and install for most
|
|
|
|
non-technical users. There are many complicated configuration steps required,
|
|
|
|
and coreboot by itself is useless; coreboot only handles basic hardware
|
|
|
|
initialization, and then jumps to a separate *payload* program. The payload
|
|
|
|
program can be anything, for example a Linux kernel, bootloader (such as
|
|
|
|
GNU GRUB), UEFI implementation (such as Tianocore) or BIOS implementation
|
|
|
|
(such as SeaBIOS). While not quite as complicated as building a GNU+Linux
|
|
|
|
distribution from scratch, it may aswell be as far as most non-technical users
|
|
|
|
are concerned.
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot solves this problem in a novel way:
|
|
|
|
Libreboot is a *coreboot distribution* much like Debian is a *GNU+Linux
|
|
|
|
distribution*. Libreboot provides an *automated build system* that downloads,
|
2021-05-18 12:56:12 +00:00
|
|
|
patches (where necessary) and compiles coreboot, GNU GRUB, various payloads and
|
|
|
|
all other software components needed to build a complete, working *ROM image*
|
|
|
|
that you can install to replace your current BIOS/UEFI firmware, much like a
|
|
|
|
GNU+Linux distribution (e.g. Debian) provides an ISO image that you can use to
|
|
|
|
replace your current operating system (e.g. Windows).
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Information about who works on Libreboot, and who runs the project, can be
|
|
|
|
found on the [who page](https://libreboot.org/who.html) page.
|
2021-05-18 12:56:12 +00:00
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Why use Libreboot?
|
2021-05-18 12:56:12 +00:00
|
|
|
==================
|
|
|
|
|
|
|
|
[Free software](https://www.gnu.org/philosophy/free-sw.html) is important for
|
|
|
|
the same reason that education is important.
|
|
|
|
All children and adults alike should be entitled to a good education.
|
|
|
|
Knowledge begs to be free! In the context of computing, this means that the
|
|
|
|
source code should be fully available to study, and use in whatever way you
|
|
|
|
see fit. In the context of computer hardware, this means that
|
|
|
|
[Right to Repair](https://yewtu.be/watch?v=Npd_xDuNi9k)
|
|
|
|
should be universal, with full access to documents such as the schematics and
|
|
|
|
boardview files.
|
|
|
|
|
|
|
|
**[The four freedoms are paramount!](https://www.gnu.org/philosophy/free-sw.html)**
|
|
|
|
|
|
|
|
You have rights. The right to privacy, freedom of thought, freedom
|
|
|
|
of speech and the right to read. In the context of computing, that means anyone
|
|
|
|
can use [free software](https://www.gnu.org/philosophy/free-sw.html). Simply
|
|
|
|
speaking, free software is software that is under the direct sovereignty of the
|
2021-05-18 13:00:18 +00:00
|
|
|
user and, more importantly, the collective that is the *community*. Libreboot
|
2021-05-18 12:56:12 +00:00
|
|
|
is dedicated to the Free Software community, with the aim of making free software
|
|
|
|
at a *low level* more accessible to non-technical people.
|
|
|
|
|
|
|
|
Many people use [proprietary](https://www.gnu.org/philosophy/proprietary.html)
|
|
|
|
boot firmware, even if they use GNU+Linux. Non-free boot firmware often
|
2021-05-18 13:00:18 +00:00
|
|
|
contains backdoors, can be slow and have severe
|
|
|
|
bugs. Development and support can be abandoned at any time. By contrast,
|
|
|
|
Libreboot is a free software project, where anyone can contribute or inspect
|
|
|
|
its code.
|
2021-05-18 12:56:12 +00:00
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot is faster, more secure and more reliable than most non-free
|
|
|
|
firmware. Libreboot provides many advanced features, like encrypted
|
2021-05-18 12:56:12 +00:00
|
|
|
/boot/, GPG signature checking before booting a Linux kernel and more!
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot gives *you* control over *your* computing.
|
2021-05-18 12:56:12 +00:00
|
|
|
|
|
|
|
Project goals
|
|
|
|
-------------
|
|
|
|
|
2022-11-14 10:11:54 +00:00
|
|
|
- *Support as much hardware as possible!* Libreboot aims to eventually
|
|
|
|
have *maintainers* for every board supported by coreboot, at every
|
|
|
|
point in time.
|
2021-05-18 12:56:12 +00:00
|
|
|
- *Make coreboot easy to use*. Coreboot is notoriously difficult
|
|
|
|
to install, due to an overall lack of user-focused documentation
|
|
|
|
and support. Most people will simply give up before attempting to
|
2022-11-14 10:11:54 +00:00
|
|
|
install coreboot. Libreboot's automated build system and user-friendly
|
|
|
|
installation instructions solves this problem.
|
2021-05-18 12:56:12 +00:00
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot attempts to bridge this divide by providing a build system
|
2021-05-18 12:56:12 +00:00
|
|
|
automating much of the coreboot image creation and customization.
|
|
|
|
Secondly, the project produces documentation aimed at non-technical users.
|
|
|
|
Thirdly, the project attempts to provide excellent user support via mailing
|
|
|
|
lists and IRC.
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot already comes with a payload (GRUB), flashrom and other
|
2021-05-18 12:56:12 +00:00
|
|
|
needed parts. Everything is fully integrated, in a way where most of
|
|
|
|
the complicated steps that are otherwise required, are instead done
|
|
|
|
for the user in advance.
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
You can download ROM images for your libreboot system and install
|
2021-05-18 12:56:12 +00:00
|
|
|
them without having to build anything from source. If, however, you are
|
|
|
|
interested in building your own image, the build system makes it relatively
|
|
|
|
easy to do so.
|
|
|
|
|
|
|
|
Not a coreboot fork!
|
|
|
|
--------------------
|
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Libreboot is not a fork of coreboot. Every so often, the project
|
2021-05-18 12:56:12 +00:00
|
|
|
re-bases on the latest version of coreboot, with the number of custom
|
|
|
|
patches in use minimized. Tested, *stable* (static) releases are then provided
|
2021-05-18 13:00:18 +00:00
|
|
|
in Libreboot, based on specific coreboot revisions.
|
2021-05-18 12:56:12 +00:00
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
LICENSE FOR THIS README:
|
|
|
|
GNU Free Documentation License 1.3 as published by the Free Software Foundation,
|
|
|
|
with no invariant sections, no front cover texts and no back cover texts. If
|
|
|
|
you wish it, you may use a later version of the GNU Free Documentation License
|
|
|
|
as published by the Free Software Foundation.
|
|
|
|
|
|
|
|
Copy of the GNU Free Documentation License v1.3 here:
|
|
|
|
<https://www.gnu.org/licenses/fdl-1.3.en.html>
|
2021-05-18 12:56:12 +00:00
|
|
|
|
2021-05-18 13:00:18 +00:00
|
|
|
Info about Free Software Foundation:
|
|
|
|
<https://www.fsf.org/>
|