Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-31 | Documentation: add info about i2cdump | Francis Rowe | |
2014-10-30 | Documentation: update compatibility list for X60T LCD panels. | Francis Rowe | |
2014-10-28 | docs/release.html: add note about X60 Tablet board in X60/X60s | Francis Rowe | |
2014-10-27 | docs/howtos/grub_boot_installer.html: small fix | Francis Rowe | |
2014-10-27 | docs/howtos/grub_boot_installer.html: Improvements | Francis Rowe | |
Corrected some HTML errors, improved readability. | |||
2014-10-18 | Documentation: new coreboot commits | Francis Rowe | |
Add notes about them. | |||
2014-10-17 | Documentation: macbook21: clean up | Francis Rowe | |
2014-10-15 | Libreboot release 20141015 | Francis Rowe | |
October 15th, 2014 | |||
2014-10-15 | Update coreboot. | Francis Rowe | |
2014-10-15 | Update SeaBIOS. | Francis Rowe | |
2014-10-15 | Update flashrom | Francis Rowe | |
2014-10-15 | Update GRUB (again): fix build issue | Francis Rowe | |
Workaround for GCC 4.6.3 (Trisquel 6) with GRUB commit 631a820. struct ... foo = { 0, } is valid initializer but GCC 4.6.3 errors out with -Werror=missing-field-initializer The new GRUB commit initializes the variables properly. | |||
2014-10-14 | Update GRUB | Francis Rowe | |
2014-10-14 | Delete another useless file. | Francis Rowe | |
2014-10-14 | Delete useless file. | Francis Rowe | |
2014-10-14 | Documentation: major cleanup. | Francis Rowe | |
2014-10-13 | docs/release.html: clean up 3 | Francis Rowe | |
2014-10-13 | docs/release.html: clean up 2 | Francis Rowe | |
2014-10-13 | docs/release.html: clean up | Francis Rowe | |
2014-10-13 | docs/release.html: Remove TODO | Francis Rowe | |
Issue has been fixed (workaround). | |||
2014-10-13 | Documentation: advise user to remove wwan/bluetooth | Francis Rowe | |
2014-10-13 | Documentation: clean up | Francis Rowe | |
2014-10-13 | ec/lenovo/h8: enable bluetooth/wwan | Francis Rowe | |
Note: physical removal is recommended. wwan can be replaced with something else, eg SD card reader. | |||
2014-10-13 | Fix build issue with previous commit | Francis Rowe | |
2014-10-13 | ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad, disable ↵ | Francis Rowe | |
bluetooth/wwan Added patch from review.coreboot.org | |||
2014-10-12 | Documentation: Add EDID dump for LTN150XG lcd panel (T60) | Francis Rowe | |
2014-10-12 | Documentation: updated list of T60 LCD | Francis Rowe | |
Samsung LTN150XG (15.1" 1024x768) listed as not-working. | |||
2014-10-12 | Documentation: fix typo. | Francis Rowe | |
2014-10-12 | T60: fix compilation | Francis Rowe | |
2014-10-11 | Clean up remaining libpayload-related sections. | Francis Rowe | |
2014-10-11 | builddeps-coreboot: Don't build libpayload. | Francis Rowe | |
This was accidentally left here when trying out TINT (falling blocks / tetris clone) | |||
2014-10-11 | Re-enable ACPI brightness patches on i945 | Francis Rowe | |
2014-10-11 | Update coreboot and enable T60 legacy brightness control | Francis Rowe | |
2014-10-11 | Documentation: fix typos | Francis Rowe | |
2014-10-11 | X60: enable legacy brightness controls | Francis Rowe | |
2014-10-11 | getcb: Remove patch instructions for ACPI brightness on i945. | Francis Rowe | |
The patch (6731 on review.coreboot.org) was bogus (needs re-writing). The next commit will put libreboot back on legacy brightness controls instead. | |||
2014-10-11 | getcb: clean up | Francis Rowe | |
2014-10-11 | T60 text-mode native graphics: enable using coreboot gerrit patch instead of ↵ | Francis Rowe | |
a diff file. | |||
2014-10-11 | getcb: Remove 6731 cherry-pick (7049 uses it as dependency) | Francis Rowe | |
2014-10-11 | Remove useless file. | Francis Rowe | |
2014-10-11 | i945 ACPI uneven backlight fix: use coreboot gerrit instead of a diff file. | Francis Rowe | |
2014-10-11 | Revert "grub-assemble: Add modules for booting from SDHC." | Francis Rowe | |
This reverts commit 4d38eb08c8c9d404cf3c989b363f6de1fa7eb08c. Caused issues with booting: could not load payload. | |||
2014-10-11 | Documentation: {x60,t60}_security.html - Ethernet | Francis Rowe | |
Added link to notes about the Intel 82573 Ethernet controller | |||
2014-10-11 | grub-assemble: Add modules for booting from SDHC. | Francis Rowe | |
2014-10-11 | Documentation: notes about DMA and the docking station (X60/T60) | Francis Rowe | |
2014-10-10 | Documentation: configuring_parabola.html | Francis Rowe | |
Shows some basic post-install configuration steps for Parabola GNU/Linux-libre, as a follow up to encrypted_parabola.html which showed how to setup a fully encrypted Parabola system. | |||
2014-09-16 | builddeps-coreboot: use 'make crossgcc-i386' | Francis Rowe | |
Libreboot currently only supports x86 boards, so crossgcc-arm isn't need. | |||
2014-09-16 | .gitignore: Ignore bin/* but not bin/ itself | Francis Rowe | |
2014-09-16 | ROM images no longer include SeaBIOS | Francis Rowe | |
Instead, the user adds it afterwards. Documentation and scripts updated. | |||
2014-09-16 | .gitignore: Fix typos | Francis Rowe | |