summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-31 16:43:27 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-01 00:08:44 +0800
commitc17f4381ce5db4c13476fdadf140dc5bb9445d7c (patch)
treecca67b3291130f72cfccc2ee32cccfaeee0d6ba5
parent47eb049cb47e7ec61a388962e4a5b73e1accc51a (diff)
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>
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8de18aa..ee2019db 100644
--- a/README.md
+++ b/README.md
@@ -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.