summaryrefslogtreecommitdiffstats
path: root/docs/tasks.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-15 15:15:36 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-15 23:36:26 (EDT)
commitbd95009839337576c1d7ac6d022228c4ec4248a5 (patch)
tree29622510346a315c5cb0fd766ac883147f3b4b15 /docs/tasks.html
parent9f8eced929a99b2ad7b10d1b8d237779afdd98d5 (diff)
downloadlibreboot-bd95009839337576c1d7ac6d022228c4ec4248a5.zip
libreboot-bd95009839337576c1d7ac6d022228c4ec4248a5.tar.gz
libreboot-bd95009839337576c1d7ac6d022228c4ec4248a5.tar.bz2
Update coreboot-libre
Rebase all patches. Remove the ones that are no longer needed. More CPU microcode updates were moved to coreboot's 3rdparty repository, so there are less blobs for libreboot to delete now (because the 3rdparty repository is not checked out in libreboot). Correct HDA verbs used for T400 (also R400, T500) (patch is in coreboot, merged).
Diffstat (limited to 'docs/tasks.html')
-rw-r--r--docs/tasks.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/tasks.html b/docs/tasks.html
index 75fdbab..371915d 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -225,6 +225,42 @@
memtest86+ doesn't even work at all when cross-compiled using the toolchain in x86-64 trisquel7</li>
<li>
Make libreboot (all of it!) build reproducibly. This is very important.
+ <ul>
+ <li>Talk to h01ger in coreboot about the coreboot part (he did reproducible.debian.net/coreboot/coreboot.html</li>
+ <li>
+ h01ger says ------ fchmmr: please keep the reproducible-builds@lists.alioth.debian.org mailing list posted - i'm aware of http://projects.mtjm.eu/work_packages/16 :-)
+ </li>
+ <li><a href="https://reproducible.debian.net/coreboot/coreboot.html">https://reproducible.debian.net/coreboot/coreboot.html</a></li>
+ <li>
+ check coreboot mailing list, eg:
+ <a href="http://www.coreboot.org/pipermail/coreboot/2015-June/079994.html">http://www.coreboot.org/pipermail/coreboot/2015-June/079994.html</a>
+ </li>
+ <li>
+ Check GRUB in Debian (or GRUB upstream) for how to make that reproducible
+ if Debian has done this already (they are working on reproducible builds)
+ - <b>h01ger says reproducible.debian.net/grub2</b>
+ </li>
+ <li>
+ <a href="https://wiki.debian.org/ReproducibleBuilds">https://wiki.debian.org/ReproducibleBuilds</a>
+ </li>
+ <li>
+ Join #debian-reproducible on OFTC IRC.
+ </li>
+ <li>
+ 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):
+ <a href="http://review.coreboot.org/#/c/8616/">http://review.coreboot.org/#/c/8616/</a>
+ <a href="http://review.coreboot.org/#/c/8617/">http://review.coreboot.org/#/c/8617/</a>
+ <a href="http://review.coreboot.org/#/c/8618/">http://review.coreboot.org/#/c/8618/</a>
+ <a href="http://review.coreboot.org/#/c/8619/">http://review.coreboot.org/#/c/8619/</a>
+ </li>
+ <li>
+ not yet merged in master (coreboot:
+ <a href="http://review.coreboot.org/#/c/10515/">http://review.coreboot.org/#/c/10515/</a> --
+ not really relevant yet, but will be in the future. (libreboot currently ignores SeaBIOS)
+ </li>
+ </ul>
</li>
<li>
build/release/util currently fails on Parabola (it only works well in Trisquel).