summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-13Documentation: advise user to remove wwan/bluetoothFrancis Rowe
2014-10-13Documentation: clean upFrancis Rowe
2014-10-13ec/lenovo/h8: enable bluetooth/wwanFrancis Rowe
Note: physical removal is recommended. wwan can be replaced with something else, eg SD card reader.
2014-10-13Fix build issue with previous commitFrancis Rowe
2014-10-13ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad, disable ↵Francis Rowe
bluetooth/wwan Added patch from review.coreboot.org
2014-10-12Documentation: Add EDID dump for LTN150XG lcd panel (T60)Francis Rowe
2014-10-12Documentation: updated list of T60 LCDFrancis Rowe
Samsung LTN150XG (15.1" 1024x768) listed as not-working.
2014-10-12Documentation: fix typo.Francis Rowe
2014-10-12T60: fix compilationFrancis Rowe
2014-10-11Clean up remaining libpayload-related sections.Francis Rowe
2014-10-11builddeps-coreboot: Don't build libpayload.Francis Rowe
This was accidentally left here when trying out TINT (falling blocks / tetris clone)
2014-10-11Re-enable ACPI brightness patches on i945Francis Rowe
2014-10-11Update coreboot and enable T60 legacy brightness controlFrancis Rowe
2014-10-11Documentation: fix typosFrancis Rowe
2014-10-11X60: enable legacy brightness controlsFrancis Rowe
2014-10-11getcb: 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-11getcb: clean upFrancis Rowe
2014-10-11T60 text-mode native graphics: enable using coreboot gerrit patch instead of ↵Francis Rowe
a diff file.
2014-10-11getcb: Remove 6731 cherry-pick (7049 uses it as dependency)Francis Rowe
2014-10-11Remove useless file.Francis Rowe
2014-10-11i945 ACPI uneven backlight fix: use coreboot gerrit instead of a diff file.Francis Rowe
2014-10-11Revert "grub-assemble: Add modules for booting from SDHC."Francis Rowe
This reverts commit 4d38eb08c8c9d404cf3c989b363f6de1fa7eb08c. Caused issues with booting: could not load payload.
2014-10-11Documentation: {x60,t60}_security.html - EthernetFrancis Rowe
Added link to notes about the Intel 82573 Ethernet controller
2014-10-11grub-assemble: Add modules for booting from SDHC.Francis Rowe
2014-10-11Documentation: notes about DMA and the docking station (X60/T60)Francis Rowe
2014-10-10Documentation: configuring_parabola.htmlFrancis 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-16builddeps-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/ itselfFrancis Rowe
2014-09-16ROM images no longer include SeaBIOSFrancis Rowe
Instead, the user adds it afterwards. Documentation and scripts updated.
2014-09-16.gitignore: Fix typosFrancis Rowe
2014-09-16docs/howtos/encrypted_parabola.html: Notes about linux-libre-grsecFrancis Rowe
2014-09-16docs/howtos/encrypted_parabola.html: Minor addition.Francis Rowe
2014-09-16docs/howtos/encrypted_parabola.html: Fix typoFrancis Rowe
2014-09-15Documentation: move a linkFrancis Rowe
2014-09-15Documentation: add tutorial for encrypted Parabola GNU/Linux installation.Francis Rowe
2014-09-12Documentation: add info about new patch merged upstream.Francis Rowe
This is for a coreboot patch that will be included in a future libreboot release.
2014-09-12Documentation: added more troubleshooting information in ↵Francis Rowe
grub_boot_installer.html
2014-09-11Documentation: added more info about wifi chipsetsFrancis Rowe
2014-09-11docs/release.html: Fix typoFrancis Rowe
2014-09-11Libreboot release 6 beta 7.Francis Rowe
2014-09-11Documentation: release.html: Add information about recently merged commit in ↵Francis Rowe
coreboot This is for a patch that will be included in a later libreboot release.
2014-09-11Documentation: X60 Tablet: add more information about finger inputFrancis Rowe
2014-09-11Documentation: macbook21: add new machine as testedFrancis Rowe
Documentation: macbook21: add info about improving touchpad sensitivity
2014-09-11Documentation: Fixed spelling and grammatical errors.Francis Rowe
2014-09-11Documentation: add notes about performance penalty when using ecryptfs.Francis Rowe
2014-09-11build-release: Include builddep-cbfstool in binary release archives.Francis Rowe
2014-09-11Regression fix: Re-add CD-ROM (ata0) in GRUBFrancis Rowe
pata module was missing
2014-09-11Re-enable background images in ISOLINUX/SYSLINUX GRUB parser menusFrancis Rowe
Moved those from install-modules to modules: gfxmenu gfxterm_background gfxterm_menu jpeg png tga
2014-09-11Regression fix: Parabola live ISO boot issuesFrancis Rowe
Reverted back to the GRUB git revision used in 5th beta of 6th release. Will need to investigate what commit in GRUB caused the issue.
2014-09-03Don't clean i945-pwm, it's not needed.Michał Masłowski