Coreboot: the Open Source BIOS.

Author: Lennart Benschop

An open-source BIOS for the PC platform has many benefits, especially for non-mainstream uses, such as large clusters and embedded applications. Benefits are close control of the boot process (hence reliability), fast boot times and of course you do not have to pay royalties for the BIOS.

Low-level initialization of PC hardware proves to be a very challenging task, which is very dependent on the exact chipset. Finding adequate documentation is part of the challenge. Coreboot provides this low-level hardware initialization for many PC motherboards. When the initialization is finished, Coreboot runs the payload.
A Coreboot payload can be a PC-style BIOS (such as the open source SeaBIOS), but it is also possible to skip the traditional BIOS and boot loader and run a Linux kernel directly as a Coreboot payload.

Undefined