Coreboot distribution, replacing the proprietary BIOS/UEFI firmware found on most computers. Provides an automated build system that integrates coreboot, GRUB, SeaBIOS and automatically builds ROM images for installation.

Leah Rowe e035d85bb4 docs/install: fix X60 header link. it says "X60 with ATI GPU" which is wrong 3 years ago
docs e035d85bb4 docs/install: fix X60 header link. it says "X60 with ATI GPU" which is wrong 3 years ago
resources 0e5be7cd45 Add ThinkPad T60 support (with Intel GPU) 3 years ago
www 3159672ef4 add x230 to suppliers page 3 years ago
.gitignore 31a0e043a8 ich9utils: don't hardcode the default GbE checksum in ich9gen 3 years ago
COPYING a37c27bdff Fork Libreboot 20160907 build system. Large parts have been re-written. 3 years ago
Makefile 5ca6603686 docs/git: Fully document the new Makefile 3 years ago
README 7e2b93b242 New beta release: Retroboot, version 20210106 3 years ago
RELEASE 7e2b93b242 New beta release: Retroboot, version 20210106 3 years ago
build a37c27bdff Fork Libreboot 20160907 build system. Large parts have been re-written. 3 years ago
download a37c27bdff Fork Libreboot 20160907 build system. Large parts have been re-written. 3 years ago
meclean b5f1afa235 integrate me_cleaner into the retroboot build system 3 years ago

README

Retroboot is a coreboot distribution, originally forked from the Libreboot
20160907 build system. The aim is to provide free boot firmware, replacing the
proprietary BIOS/UEFI firmware found on most systems. You can say that it is
*retrofitted boot firmware*, hence the name: Retroboot!

Retroboot offers many benefits over proprietary firmware; encrypted /boot/,
GPG signature checking of Linux kernels, fast boot speeds, extreme level of
configurability (by the user), better security features and better reliably in
general, to name a few. Retroboot's main upstream providers are:

- Coreboot project
- SeaBIOS project
- Tianocore
- GNU GRUB
- Flashrom

When needed, custom patches are integrated in the Retroboot build system.
Where possible, these patches are upstreamed. With Retroboot *you*, the user,
are in control over your computer. You can experience a level of freedom that
you're probably not used to if you've only ever used proprietary boot firmware
like what you'll find on most computers.

Libreboot already accomplishes this task, but with a limitation: it blocks any
boards from coreboot that require blobs in the SPI flash, where Libreboot is
installed to. By contrast, Retroboot allows *any* board that coreboot supports
to be added, which means that some of the boards added might depend upon binary
blobs. Not everyone wants to use Libreboot, but they still want some freedom;
Retroboot reduces the amount of non-free software that such people use, and
thus, the focus is on *harm reduction*.

I, Leah Rowe, am founder of this project. I also created Libreboot. Over the
years I've noticed a growing trend of people who yearn for computing freedom
but want newer/faster hardware than what Libreboot supports. Retroboot is
the project that such people are looking for. Retroboot acts as a stop-gap
solution for such users, in the meantime while Libreboot works (over a period
of time) to add newer hardware. Thus, Retroboot is a *compromise*, but one
that some users would be better off making in certain situations. I obviously
still recommend that people use Libreboot systems, with Libreboot installed.

The aim, therefore, is "harm reduction", by reducing the amount of non-free
software usage by non-technical users. Retroboot provides an automated build
system that compiles ROM images with coreboot, GRUB, flashrom and many other
programs fully integrated.

Retroboot is inspired by a much earlier project, called autoboot. Autoboot
was created by Klemens Nanni many years ago, domain name autoboot.org. As of
this day, 20 Dec 2020, the autoboot website has been offline for many years
but you can view it in the wayback machine. Retroboot is a continuation of
the vision behind Autoboot. Autoboot itself was also a fork of Libreboot's
build system, when it existed. I occasionally worked with the author of
Autoboot, sharing/porting patches between the Libreboot and Autoboot build
systems (in an attempt to maintain feature parity, and help each other out in
general).

Retroboot documentation is under docs/

The website is https://retroboot.org/

License can be found in COPYING and through parts of the source tree.