From d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 4 May 2015 14:58:54 +0100 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 --- docs/tasks.html | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'docs/tasks.html') diff --git a/docs/tasks.html b/docs/tasks.html index 355c121b..2d9771cd 100644 --- a/docs/tasks.html +++ b/docs/tasks.html @@ -166,12 +166,6 @@ Sound (internal speaker) worked on the T500, but stopped after all subsequent boots. (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: @@ -193,13 +187,6 @@
  • On another X200, this did not occur. It might be that old versions of the EC have this bug
  • -
  • - 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
  • @@ -265,6 +252,10 @@ Fix remaining incompatible LCD panels in native graphics on T60. 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 @@ -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 v1.2.3-70-g09d2