summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* flash (flashrom script): remove boardmismatch=forceFrancis Rowe2014-10-311-1/+1
| | | | | | | | | | | | This was put there before for users upgrading from libreboot r5 to r6, but also allows the user to flash the wrong image. For example, the user could flash a T60 image on an X60, thus bricking the machine. It's almost certain that most people have upgraded by now, so remove this potentially dangerous option. If a user is upgrading from r5 to the latest version now, then they can simply use flashrom directly.
* Documentation: fix typosFrancis Rowe2014-10-311-6/+6
|
* Documentation: X60T: Add new LCD panelFrancis Rowe2014-10-311-0/+1
|
* Documentation: add info about i2cdumpFrancis Rowe2014-10-311-0/+7
|
* Documentation: update compatibility list for X60T LCD panels.Francis Rowe2014-10-301-5/+5
|
* docs/release.html: add note about X60 Tablet board in X60/X60sFrancis Rowe2014-10-281-0/+1
|
* docs/howtos/grub_boot_installer.html: small fixFrancis Rowe2014-10-271-2/+2
|
* docs/howtos/grub_boot_installer.html: ImprovementsFrancis Rowe2014-10-271-63/+84
| | | | Corrected some HTML errors, improved readability.
* Documentation: new coreboot commitsFrancis Rowe2014-10-181-1/+11
| | | | Add notes about them.
* Documentation: macbook21: clean upFrancis Rowe2014-10-171-12/+2
|
* Libreboot release 20141015Francis Rowe2014-10-141-7/+26
| | | | October 15th, 2014
* Update coreboot.Francis Rowe2014-10-141-1/+1
|
* Update SeaBIOS.Francis Rowe2014-10-142-10/+1
|
* Update flashromFrancis Rowe2014-10-141-1/+1
|
* Update GRUB (again): fix build issueFrancis Rowe2014-10-141-1/+1
| | | | | | | | 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.
* Update GRUBFrancis Rowe2014-10-131-20/+2
|
* Delete another useless file.Francis Rowe2014-10-131-4086/+0
|
* Delete useless file.Francis Rowe2014-10-131-34/+0
|
* Documentation: major cleanup.Francis Rowe2014-10-139-6121/+1145
|
* docs/release.html: clean up 3Francis Rowe2014-10-131-303/+308
|
* docs/release.html: clean up 2Francis Rowe2014-10-131-107/+0
|
* docs/release.html: clean upFrancis Rowe2014-10-131-43/+0
|
* docs/release.html: Remove TODOFrancis Rowe2014-10-131-25/+0
| | | | Issue has been fixed (workaround).
* Documentation: advise user to remove wwan/bluetoothFrancis Rowe2014-10-121-0/+12
|
* Documentation: clean upFrancis Rowe2014-10-121-105/+0
|
* ec/lenovo/h8: enable bluetooth/wwanFrancis Rowe2014-10-121-2/+2
| | | | Note: physical removal is recommended. wwan can be replaced with something else, eg SD card reader.
* Fix build issue with previous commitFrancis Rowe2014-10-121-1/+1
|
* ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad, disable ↵Francis Rowe2014-10-121-0/+3
| | | | | | bluetooth/wwan Added patch from review.coreboot.org
* Documentation: Add EDID dump for LTN150XG lcd panel (T60)Francis Rowe2014-10-122-1/+23
|
* Documentation: updated list of T60 LCDFrancis Rowe2014-10-121-1/+1
| | | | Samsung LTN150XG (15.1" 1024x768) listed as not-working.
* Documentation: fix typo.Francis Rowe2014-10-111-4/+4
|
* T60: fix compilationFrancis Rowe2014-10-112-1/+16
|
* Clean up remaining libpayload-related sections.Francis Rowe2014-10-112-77/+0
|
* builddeps-coreboot: Don't build libpayload.Francis Rowe2014-10-111-13/+0
| | | | This was accidentally left here when trying out TINT (falling blocks / tetris clone)
* Re-enable ACPI brightness patches on i945Francis Rowe2014-10-111-4/+14
|
* Update coreboot and enable T60 legacy brightness controlFrancis Rowe2014-10-116-45/+100
|
* Documentation: fix typosFrancis Rowe2014-10-111-5/+5
|
* X60: enable legacy brightness controlsFrancis Rowe2014-10-112-0/+21
|
* getcb: Remove patch instructions for ACPI brightness on i945.Francis Rowe2014-10-112-27/+1
| | | | | The patch (6731 on review.coreboot.org) was bogus (needs re-writing). The next commit will put libreboot back on legacy brightness controls instead.
* getcb: clean upFrancis Rowe2014-10-111-3/+0
|
* T60 text-mode native graphics: enable using coreboot gerrit patch instead of ↵Francis Rowe2014-10-112-23/+8
| | | | a diff file.
* getcb: Remove 6731 cherry-pick (7049 uses it as dependency)Francis Rowe2014-10-111-5/+5
|
* Remove useless file.Francis Rowe2014-10-112-48/+0
|
* i945 ACPI uneven backlight fix: use coreboot gerrit instead of a diff file.Francis Rowe2014-10-112-28/+3
|
* Revert "grub-assemble: Add modules for booting from SDHC."Francis Rowe2014-10-111-4/+1
| | | | | This reverts commit 4d38eb08c8c9d404cf3c989b363f6de1fa7eb08c. Caused issues with booting: could not load payload.
* Documentation: {x60,t60}_security.html - EthernetFrancis Rowe2014-10-102-0/+8
| | | | Added link to notes about the Intel 82573 Ethernet controller
* grub-assemble: Add modules for booting from SDHC.Francis Rowe2014-10-101-1/+4
|
* Documentation: notes about DMA and the docking station (X60/T60)Francis Rowe2014-10-103-0/+167
|
* Documentation: configuring_parabola.htmlFrancis Rowe2014-10-103-26/+877
| | | | | | | 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.
* builddeps-coreboot: use 'make crossgcc-i386'Francis Rowe2014-09-161-1/+1
| | | | Libreboot currently only supports x86 boards, so crossgcc-arm isn't need.