From d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 04 May 2015 09:58:54 -0400 Subject: 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 --- (limited to 'docs/tasks.html') 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)
  • - HIGH PRIORITY! 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)) - The patches are on gerrit. merge them in libreboot -
  • -
  • 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: https://paste.debian.net/plainh/65cd0a55 @@ -194,13 +188,6 @@
  • - 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. - power_on_after_fail 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. -
  • -
  • Finish all work listed in future/index.html
  • @@ -266,6 +253,10 @@ See future/index.html#lcd_i945_incompatibility.
  • + Fix remaining incompatible LCD panels in native graphics on T500. + See hcl/t500.html. +
  • +
  • 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
  • HIGH PRIORITY GRUB does not display any text at all when using EHCI debug. Investigate. -
  • -
  • - HIGH PRIORITY Confirm that the EHCI debug options enabled in coreboot menuconfig are correct - for the current versions of the BBB (rev. C or higher). Search EHCI debug on - install/bbb_setup.html +
  • Make libreboot (all of it!) build reproducibly. This is very important. -- cgit v0.9.1