From fbbb5bc616b08a5cd747735b0612fd0f0046c7fe Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 9 Jul 2022 20:50:39 +0100 Subject: Libreboot 20220710 --- README.md | 9 --------- resources/scripts/build/release/src | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b7dd1f..eef8519 100644 --- a/README.md +++ b/README.md @@ -139,15 +139,6 @@ at a later date, when it updates itself. The deblobbed coreboot tree used in libreboot is referred to as *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: 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 diff --git a/resources/scripts/build/release/src b/resources/scripts/build/release/src index 8dcf0ec..ed0eb20 100755 --- a/resources/scripts/build/release/src +++ b/resources/scripts/build/release/src @@ -55,7 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version modlist="coreboot flashrom grub memtest86plus seabios ich9utils" 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 if [ ! -d "${modname}/" ]; then -- cgit v1.2.1