From 76ccea8aa9f40dd2a11a53c698ecaed68bc4c3ac Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Thu, 29 Dec 2022 18:11:20 +0300 Subject: [PATCH] contrib: Add section for U-Boot The payloads Libreboot uses are listed in contrib. Add a section for U-Boot as well, now used by supported Chromebooks. Signed-off-by: Alper Nebi Yasak --- site/contrib.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/contrib.md b/site/contrib.md index 0a4892b..e35394a 100644 --- a/site/contrib.md +++ b/site/contrib.md @@ -82,6 +82,11 @@ SeaBIOS The libreboot firmware provides SeaBIOS as a payload option. SeaBIOS provides a legacy x86 BIOS implementation. +U-Boot +------ + +Libreboot uses U-Boot as the coreboot payload on supported ARM Chromebooks. + Alyssa Rosenzweig -----------------