From c17f4381ce5db4c13476fdadf140dc5bb9445d7c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 31 Jan 2025 16:43:27 +0800 Subject: [PATCH] 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 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.