Acer CB5 (Chromebook 5) - I'm told there is still microcode in the GPU that needs RE'd, also the wifi
is soldered and requires non-free firmware (have to disable it in nvramtool and use usb wifi dongle)
ThinkPad X200 - uses the same chipset (gm45) as the Roda RK9 which doesn't have ME; it might be optional on the X200.
ThinkPad R400 (needs to be ported to coreboot). Uses the same chipset as the X200.
F2A85-M and E350M1 (libreboot_*_headless.rom). Find cards that work without the VBIOS (load, but not execute).
This doesn't seem to cause any issues for general use.
Add 'set -e' to the start of all relevant scripts, to make them quit if an error occurs (that a command exits with non zero status).
See 'help set' for info.
Make libreboot buildable in Parabola: update deps-parabola for a default Parabola install (base repository only).
get all useful info from http://www.coreboot.org/GRUB2 and https://wiki.parabolagnulinux.org/User:GNUtoo/laptop and make it into a tutorial
Implement INT 10H support in i945 native graphics. (this will be a lot of work. SeaBIOS has code for some geode boards, to get a general idea).
Adapt linux-libre deblob scripts for use with coreboot.
T60: find (for rare buggy CPU's that are unstable without microcode updates)
if there is a workaround: see future/index.html#t60_cpu_microcode
T60 15" QXGA (2048x1536): fixed issue where GRUB wouldn't show any graphics.
It might be the same issue I ran into with Paul on the X60 (not enough memory being allocated) since the same code works on T60 SXGA+ and UXGA, where GRUB actually display graphics.
Documentation: added as many links as I could find, to datasheets and schematics for macbook21/x60/t60 (i945 chipset, EC info for x60/t60/macbook21)
Documentation: Add a "development guide" for how to maintain libreboot ('get' scripts, deblob scripts, associated files under ./resources and so on)
This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See license.txt for more information.