summaryrefslogtreecommitdiffstats
path: root/docs/tasks.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-04 09:58:54 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-04 13:29:19 (EDT)
commitd4bee5d0fb8b8775af2a0da356fce9d3bf8104bb (patch)
treec8ec4fb54f059aa2386b2d6abccf45434b14be2c /docs/tasks.html
parent5f69499262789d3adcb9b9422d3175a3008c6fc5 (diff)
downloadlibreboot-d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb.zip
libreboot-d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb.tar.gz
libreboot-d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb.tar.bz2
Update coreboot + merge GM45 hybrid GPU patches
Also add power_on_after_fail to X200 and others (prevents the bug where the system would boot when connecting the AC adapter) (option in menuconfig to use CMOS/nvram settings is now enabled) Also NetDCDC is now the default USB debug dongle used (compatible with the BBB rev C). Add two new methods for managing coreboot configs: ./build config corebootreplace ./build config corebootmodify
Diffstat (limited to 'docs/tasks.html')
-rw-r--r--docs/tasks.html31
1 files changed, 13 insertions, 18 deletions
diff --git a/docs/tasks.html b/docs/tasks.html
index 355c121..2d9771c 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -167,12 +167,6 @@
(might just be this machine). investigate. (external speaker works)
</li>
<li>
- <b><u><i>HIGH PRIORITY!</i></u></b> T400/T500/R400/R500: make switchable graphics work
- (disable the ATI chip, enable the Intel GPU, make it work with the native graphics initialization
- that already exists and works (on the systems that only have an Intel GPU))
- <b>The patches are on gerrit. merge them in libreboot</b>
- </li>
- <li>
tty0_ in #libreboot got tablet functions on X200T to work. Wait for it to land in gerrit
(and master)? also test it first. For now, here is a paste:
<a href="https://paste.debian.net/plainh/65cd0a55">https://paste.debian.net/plainh/65cd0a55</a>
@@ -194,13 +188,6 @@
</ul>
</li>
<li>
- X200/T400/T500/R400/R500: when system is powered down, connecting the AC adapter
- automatically turns it on. This should be configurable, but disabled by default.
- <i>power_on_after_fail</i> is the nvramtool option for this (should be disabled by default)
- but no option for it exists on the X200 (it does on the X201). Add this option to cmos.layout/cmos.default
- for these systems, and then disable it by default to fix it.
- </li>
- <li>
<b>Finish all work listed in <a href="future/index.html">future/index.html</a></b>
</li>
<li>
@@ -266,6 +253,10 @@
See <a href="future/index.html#lcd_i945_incompatibility">future/index.html#lcd_i945_incompatibility</a>.
</li>
<li>
+ Fix remaining incompatible LCD panels in native graphics on T500.
+ See <a href="hcl/t500.html">hcl/t500.html</a>.
+ </li>
+ <li>
i945: the intel video driver used to initialize the display without native graphics initialization
and without the extracted video BIOS. It no longer does, so investigate why it does not, and fix
the regression (fix has to be done in the kernel, Linux).
@@ -337,11 +328,15 @@
memtest86+ doesn't even work at all when cross-compiled using the toolchain in x86-64 trisquel7</b></li>
<li>
<b><u><i>HIGH PRIORITY</i></u></b> GRUB does not display any text at all when using EHCI debug. Investigate.
- </li>
- <li>
- <b><u><i>HIGH PRIORITY</i></u></b> Confirm that the EHCI debug options enabled in coreboot menuconfig are correct
- for the current versions of the BBB (rev. C or higher). Search <b>EHCI debug</b> on
- <a href="install/bbb_setup.html">install/bbb_setup.html</a>
+ <ul>
+ <li>It has to do with the dongle used. Use the default one in menuconfig, not BBB.</li>
+ <li>
+ <b><u><i>HIGH PRIORITY</i></u></b> Confirm that the EHCI debug options enabled in coreboot menuconfig are correct
+ for the current versions of the BBB (rev. C or higher). Search <b>EHCI debug</b> on
+ <a href="install/bbb_setup.html">install/bbb_setup.html</a>
+ </li>
+
+ </ul>
</li>
<li>
Make libreboot (all of it!) build reproducibly. This is very important.