README.md: Mention SeaBIOS and U-Boot instead of Tianocore as payloads

SeaBIOS has been supported for a long time and seems to be the
"recommended" payload nowadays (though usually with GRUB too). I haven't
seen Tianocore / EDK II been mentioned in a while. U-Boot support was
added as of Libreboot 20241206-rev8.

Signed-off-by: Runxi Yu <me@runxiyu.org>
master
Runxi Yu 2025-01-31 16:43:27 +08:00
parent 47eb049cb4
commit c17f4381ce
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ initialisation](https://doc.coreboot.org/getting_started/architecture.html).
Coreboot is notoriously difficult to install for most non-technical users; it
handles only basic initialization and jumps to a separate
[payload](https://doc.coreboot.org/payloads.html) program (e.g.
[SeaBIOS](https://www.seabios.org/SeaBIOS),
[GRUB](https://www.gnu.org/software/grub/),
[Tianocore](https://www.tianocore.org/)), which must also be configured.
[U-Boot](https://docs.u-boot.org/en/latest/)), which must also be configured.
*The libreboot software solves this problem*; it is a *coreboot distribution* with
an automated build system (named *lbmk*) that builds complete *ROM images*, for
more robust installation. Documentation is provided.