summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-20 02:20:51 (EDT)
committer Leah Woods <info@minifree.org>2016-05-20 02:20:51 (EDT)
commit34eaf2f3d1297332a50a3e8955a62821d41dd414 (patch)
tree6a756e5a37fc1c6b8b8f7fa3483b622e738a6b55
parent393d9ddd2e9fb968b64be416256e162cbaf31cec (diff)
downloadlibreboot.org-34eaf2f3d1297332a50a3e8955a62821d41dd414.zip
libreboot.org-34eaf2f3d1297332a50a3e8955a62821d41dd414.tar.gz
libreboot.org-34eaf2f3d1297332a50a3e8955a62821d41dd414.tar.bz2
Remove completed tasks from the task list
-rw-r--r--site/download/index.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/site/download/index.php b/site/download/index.php
index 5c8f5bb..89a1ae0 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -110,17 +110,6 @@
also includes links to the Git repositories. This shows how to submit patches.
</p>
<p>
- D16 and D8 doesn't boot with GRUB payload, see
- <a href="https://ticket.coreboot.org/issues/48">https://ticket.coreboot.org/issues/48</a>
- - workaround: seabios as main payload, compress grub and put that in cbfs too, configure
- seabios with 0s delay (no interface) and set it to boot grub from cbfs by default.
- Some notes, courtesy of tpearson on IRC:<br/>
- <strong>create a binary file with the single byte value numeric 0 in it, then add it to CBFS as 'etc/show-boot-menu'</strong> for 0s delay.<br/>
- <strong>compress grub.elf with cbfstool and have seabios load that, or grub-mkstandalone can compress the resulting GRUB image</strong><br/>
- <strong>Create a text file in CBFS called &quot;bootorder&quot;, contents &quot;/rom@img/grub2&quot;</strong><br/>
- <strong>Use cbfstool to add the GRUB ELF image as a raw file with name &quot;img/grub2&quot;</strong>
- </p>
- <p>
Fix uneven backlight levels when turning brightness down on all thinkpads.
</p>
<p>
@@ -129,10 +118,6 @@
<p>
Make sure that the KCMA-D8 and KGPE-D16 ports are stable. Make sure generally that all boards work properly and are stable.
</p>
- <p>
- Make sure that keyboard initialization works in GRUB on the X60/T60. This was an observed issue a while ago,
- and might still exist in upstream coreboot. (USB keyboards work)
- </p>
<h2>OPTIONAL (but very desirable) work to do before the next release of libreboot, if possible:</h2>
<p>
BARELY OPTIONAL (and extremely desirable): reproducible builds.
@@ -147,11 +132,6 @@
and some T60 laptops (see <a href="../docs/future/index.html#lcd_i945_incompatibility,future/index.html#lcd_i945_incompatibility">this page</a>).
</p>
<p>
- OPTIONAL (but desirable): fix VRAM size on X60/T60/Macbook2,1. This is a longstanding issue. It's currently only 8MiB,
- but the hardware is capable of using 64MiB.
- See <a href="../docs/future/index.html#i945_vram_size,future/index.html#i945_vram_size">this page</a>.
- </p>
- <p>
OPTIONAL (but desirable): re-write ich9gen/ich9deblob to be portable. It currently assumes endiannesses, uses bitfields, etc.
It's not portable at all, but works on x86 and little-endian ARM in most cases.
</p>