summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-31 07:44:20 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-31 07:49:36 (EDT)
commit80c9dcb77f86e52317f8aaa566ed5ef07f3e6fbd (patch)
treed64e1042e605aa35be7d7debb42c562d811f7449
parent921098e7cdb2cd7cb31373a353862496013ac5a4 (diff)
downloadlibreboot-80c9dcb77f86e52317f8aaa566ed5ef07f3e6fbd.zip
libreboot-80c9dcb77f86e52317f8aaa566ed5ef07f3e6fbd.tar.gz
libreboot-80c9dcb77f86e52317f8aaa566ed5ef07f3e6fbd.tar.bz2
docs/tasks.html: clean up
-rw-r--r--docs/tasks.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/tasks.html b/docs/tasks.html
index f384932..9f12b73 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -24,7 +24,7 @@
</h1>
<p>
This page is part of the git repository, so feel free to submit patches
- adding to or removing from this list.
+ adding to or removing from this list. (adapting the HTML should be simple enough)
</p>
</div>
@@ -76,7 +76,7 @@
That doesn't mean Intel is off the table just yet:
<ul>
<li>
- ThinkPad R500: <a href="http://projects.mtjm.eu/work_packages/43">http://projects.mtjm.eu/work_packages/43</a>
+ ThinkPad R500
</li>
<li>
ThinkPad W500: they all use switchable graphics (ATI+Intel). Unknown if PM45 is compatible with GM45.
@@ -213,6 +213,9 @@
<li>
igd.asl re-write has been merged. review how this affects currently used patches, and rebase.
<a href="http://review.coreboot.org/#/c/7472/">http://review.coreboot.org/#/c/7472/</a>
+ - also keep note about how
+ the change that <a href="http://review.coreboot.org/#/c/8697/">http://review.coreboot.org/#/c/8697/</a>
+ reverts might affect things.
</li>
<li>
When downloading coreboot/grub/memtest/etc using the download scripts, it currently does
@@ -226,7 +229,6 @@
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.
- See <a href="http://projects.mtjm.eu/work_packages/16">http://projects.mtjm.eu/work_packages/16</a>.
</li>
<li>
build/release/archives currently fails on Parabola (it only works well in Trisquel).
@@ -244,7 +246,6 @@
Make ich9gen/ich9deblob portable. They both rely extensively on bitfields, and they assume
little-endian; for instance, mapping a little endian file directly to a struct, instead
of serializing/deserializing. Re-factor both utilities and make them fully portable.
- See <a href="http://projects.mtjm.eu/work_packages/18">http://projects.mtjm.eu/work_packages/18</a>
</li>
<li>
Make ich9gen/ich9deblob/demefactory show GPL license info via <i>--version</i> argument.
@@ -276,6 +277,8 @@
<ul>
<li>
Get /proc/ioports for all hw logs. (this was added to Motherboard Porting Guide recently)
+ - other instructions were also added there. basically, get whatever extra logs are
+ desirable, for all systems.
</li>
<li>
Add info about FTDI FT232H usbdebug (BBB could be used for this):
@@ -300,8 +303,6 @@
</li>
<li>
Convert documentation to Sphinx/ReST
- See <a href="http://projects.mtjm.eu/work_packages/5">http://projects.mtjm.eu/work_packages/5</a>
- and <a href="http://projects.mtjm.eu/work_packages/12">http://projects.mtjm.eu/work_packages/12</a>
<ul>
<li>Translations are needed for the documentation and the main website.
Most people don't speak English as a first language.</li>
@@ -309,7 +310,6 @@
</li>
<li>
LUKS key in initramfs: Add Trisquel documentation for docs/gnulinux/encrypted_trisquel.html.
- See <a href="http://projects.mtjm.eu/work_packages/39">http://projects.mtjm.eu/work_packages/39</a>
</li>
<li>
PLCC flashing guide is needed:
@@ -343,8 +343,6 @@
</li>
<li>
Set up a routine (project-wise) for testing each system with the latest kernel version.
- See <a href="http://projects.mtjm.eu/work_packages/22">http://projects.mtjm.eu/work_packages/22</a>
- and <a href="http://projects.mtjm.eu/work_packages/21">http://projects.mtjm.eu/work_packages/21</a>
</li>
</ul>
<p><a href="#pagetop">Back to top of page.</a></p>
@@ -360,6 +358,8 @@
The lenovo laptops currently supported in libreboot all use H8 EC chips (contains flash inside the chip).
Read the datasheets on how to externally programme the EC. Chromebooks seem to have free EC
(<a href="https://chromium.googlesource.com/chromiumos/platform/ec/+/master/chip/">https://chromium.googlesource.com/chromiumos/platform/ec/+/master/chip/</a>).
+ - see
+ <a href="http://blogs.coreboot.org/blog/2015/05/28/progress-gsoc-week-1/">http://blogs.coreboot.org/blog/2015/05/28/progress-gsoc-week-1/</a> (H8S EC, applies to thinkpads)
</p>
<p><a href="#pagetop">Back to top of page.</a></p>