Libreboot 20220710

This commit is contained in:
Leah Rowe 2022-07-09 20:50:39 +01:00
parent f8183e187b
commit fbbb5bc616
2 changed files with 1 additions and 10 deletions

View File

@ -139,15 +139,6 @@ at a later date, when it updates itself.
The deblobbed coreboot tree used in libreboot is referred to as The deblobbed coreboot tree used in libreboot is referred to as
*coreboot-libre*, to distinguish it as a component of *libreboot*. *coreboot-libre*, to distinguish it as a component of *libreboot*.
A coreboot *fork* is planned for the future. Nowadays, coreboot drops support
for boards that are "unmaintained", which in some cases just means that nobody
submitted a new status update (to the *board-status* repository), so nowadays
Libreboot must maintain multiple versions of coreboot. This is unsustainable,
so a fork is planned, re-adding all of the deleted boards, backporting newer
coreboot features and, possibly, having support for those boards re-merged
upstream, where coreboot and the fork will share code back and forth. As of
27 April 2021, work on this fork has not yet begun.
LICENSE FOR THIS README: LICENSE FOR THIS README:
GNU Free Documentation License 1.3 as published by the Free Software Foundation, GNU Free Documentation License 1.3 as published by the Free Software Foundation,
with no invariant sections, no front cover texts and no back cover texts. If with no invariant sections, no front cover texts and no back cover texts. If

View File

@ -55,7 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version
modlist="coreboot flashrom grub memtest86plus seabios ich9utils" modlist="coreboot flashrom grub memtest86plus seabios ich9utils"
dirlist="resources" dirlist="resources"
filelist="download build README.md COPYING Makefile update version versiondate projectname" filelist="download build README.md COPYING Makefile update version versiondate projectname .gitcheck"
for modname in ${modlist}; do for modname in ${modlist}; do
if [ ! -d "${modname}/" ]; then if [ ! -d "${modname}/" ]; then