summaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-13 17:18:48 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-13 17:23:14 (EST)
commit34e0269745c16a8a70438dfb5a32931907e33161 (patch)
treed4d54b56e0b36903438158cd163c2e9e58ebf685 /docs/src
parentdceca1731aa0c2e888eb06a66ade2e9901199df3 (diff)
downloadlibreboot-34e0269745c16a8a70438dfb5a32931907e33161.zip
libreboot-34e0269745c16a8a70438dfb5a32931907e33161.tar.gz
libreboot-34e0269745c16a8a70438dfb5a32931907e33161.tar.bz2
remove seabios (this time permanently)
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/maintain/index.texi31
-rw-r--r--docs/src/tasks.texi4
2 files changed, 0 insertions, 35 deletions
diff --git a/docs/src/maintain/index.texi b/docs/src/maintain/index.texi
index e68adfa..0801121 100644
--- a/docs/src/maintain/index.texi
+++ b/docs/src/maintain/index.texi
@@ -24,7 +24,6 @@
* Updating flashrom::
* Updating bucts::
* Updating MemTest86+::
-* SeaBIOS::
@end menu
@node Maintaining libreboot
@@ -67,8 +66,6 @@ This section of the documentation applies mainly to the development version of l
@ref{#updating_bucts,Updating bucts}
@item
@ref{#updating_memtest86plus,Updating MemTest86+}
-@item
-@ref{#seabios,SeaBIOS}
@end itemize
Or @uref{../index.html,Back to main index}.
@@ -274,34 +271,6 @@ In the download script for memtest86plus, make sure to update the checksum that
@ref{#pagetop,Back to top of page}.
-@node SeaBIOS
-@chapter SeaBIOS
-@anchor{#seabios}
-Create the SeaBIOS config like so (changed from defaults):@* $ @strong{./build config seabiosmodify}
-
-@verbatim
-General Features -> Build Target -> Build for coreboot (enable)
-VGA ROM -> VGA Hardware Type -> coreboot linear framebuffer (enable)
-Debugging -> Serial port debugging (enable)
-@end verbatim
-
-When updating SeaBIOS, run the following:@* $ @strong{./build config seabiosupdate}@* (this will run @strong{make oldconfig} on seabios)
-
-Relevant scripts:
-
-@itemize
-@item
-resources/scripts/helpers/build/config/seabiosmodify
-@item
-resources/scripts/helpers/build/config/seabiosupdate
-@item
-resources/scripts/helpers/download/seabios (change patches used, revision, etc)
-@item
-resources/scripts/helpers/build/clean/seabios
-@item
-resources/scripts/helpers/build/module/seabios
-@end itemize
-
Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt}
Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html}
diff --git a/docs/src/tasks.texi b/docs/src/tasks.texi
index 2cca411..7fa4a6d 100644
--- a/docs/src/tasks.texi
+++ b/docs/src/tasks.texi
@@ -208,15 +208,11 @@ Join #debian-reproducible on OFTC IRC.
@item
merged in master (coreboot) - pay attention to these, especially the fact that the reproducibility relies on git (libreboot uses coreboot without git, and the reason makes this unavoidable): @uref{http://review.coreboot.org/#/c/8616/,http://review.coreboot.org/#/c/8616/} @uref{http://review.coreboot.org/#/c/8617/,http://review.coreboot.org/#/c/8617/} @uref{http://review.coreboot.org/#/c/8618/,http://review.coreboot.org/#/c/8618/} @uref{http://review.coreboot.org/#/c/8619/,http://review.coreboot.org/#/c/8619/}
@item
-not yet merged in master (coreboot: @uref{http://review.coreboot.org/#/c/10515/,http://review.coreboot.org/#/c/10515/} -- not really relevant yet, but will be in the future. (libreboot currently ignores SeaBIOS)
-@item
NOTE: see build/release/* commands for coreboot/.coreboot-version in libreboot
@item
NOTE: GRUB ELF executable (payload) is built reproducibly in libreboot now
@item
NOTE: MemTest86+ seems to be built reproducibly, but we're not sure. @uref{https://reproducible.debian.net/rb-pkg/testing/amd64/memtest86+.html,this link}
-@item
-NOTE: SeaBIOS version used is based on 1.8, we need to use the latest version based on 1.9 (or just use 1.9) which is much better according to lynxis
@end itemize
@end itemize