Skip to content
Snippets Groups Projects
Commit fbbb5bc6 authored by Leah Rowe's avatar Leah Rowe
Browse files

Libreboot 20220710

parent f8183e18
Branches
Tags 20220710
No related merge requests found
...@@ -139,15 +139,6 @@ at a later date, when it updates itself. ...@@ -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
......
...@@ -55,7 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment