summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-18 14:54:02 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-18 14:54:02 (EST)
commit04dcb0d63ca111915a0a644543a1b2a9ea84c3a5 (patch)
treef50eefb78693fbece5c400c37c80f7065e58ffd3 /docs
parenteb410db18e42883febe04277f74e80a833399c17 (diff)
downloadlibreboot-04dcb0d63ca111915a0a644543a1b2a9ea84c3a5.zip
libreboot-04dcb0d63ca111915a0a644543a1b2a9ea84c3a5.tar.gz
libreboot-04dcb0d63ca111915a0a644543a1b2a9ea84c3a5.tar.bz2
docs/src/tasks.texi: remove task that was completed (memtest86+)
Diffstat (limited to 'docs')
-rw-r--r--docs/src/tasks.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/tasks.texi b/docs/src/tasks.texi
index 36b8f81..8503dc1 100644
--- a/docs/src/tasks.texi
+++ b/docs/src/tasks.texi
@@ -189,8 +189,6 @@ Implement everything outlined in @uref{hcl/gm45_remove_me.html#demefactory,hcl/g
@item
Patch the coreboot build system, so that version information is still reliably generated (e.g. in the logs), which is currently lacking because libreboot deletes the .git directory (because the git history contains the deleted blobs, so libreboot has to delete it). It could just be a small patch that hardcodes the coreboot version information, for that coreboot version, each time libreboot rebases on a new version of coreboot.@*@* patrickg says: francis7: we have you covered: have your libreboot script add a file ".coreboot-version" to the top-level directory, containing the appropriate version number information. that will be used if git describe doesn't work (eg. because .git is missing)
@item
-Make memtest86+ build using coreboot's own crossgcc toolchain. Currently, memtest86+ doesn't even work at all when cross-compiled using the toolchain in x86-64 trisquel7
-@item
Make libreboot (all of it!) build reproducibly. This is very important.
@itemize
@item