docs: maintain: Add information about u-boot-libre script

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
hslick-master
Denis 'GNUtoo' Carikli 2022-03-02 16:49:53 +01:00
parent 10460c48c5
commit 671f4a56a8
No known key found for this signature in database
GPG Key ID: 5F5DFCC14177E263
1 changed files with 13 additions and 0 deletions

View File

@ -966,6 +966,19 @@ on all coreboot source trees.
Command: `./build release src`
resources/scripts/build/release/u-boot-libre
============================================
This builds a release of u-boot-libre. Once released officially, the
files produced by the command below are then expected to be used by
FSDG distributions packages.
While this isn't useful as-is for Libreboot, it enables to share the
deblobbing code between various FSDG distributions and also enables
Libreboot to reuse that deblobbing process to support boards with
u-boot in the future.
Command: `./build release u-boot-libre`
resources/scripts/download/coreboot
===================================