summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-28builddeps-grub: remove obsolete commentsFrancis Rowe
2014-11-28builddeps-flashrom: fix typoFrancis Rowe
2014-11-28builddeps-coreboot and cleandeps: improve commentingFrancis Rowe
2014-11-28builddeps-coreboot: improve the commentingFrancis Rowe
2014-11-28builddeps-coreboot: remove obsolete commentFrancis Rowe
2014-11-28build: fix bug: images for i945 ROM's were not dd'dFrancis Rowe
For X60/X60T/T60 An optimization was made earlier to reduce the number of steps taken but it was found that the ROM images did not contain identical data in the top two 64K regions of the image. This would have bricked the users machine if the followed the correct instructions, even. This patch fixed the issue.
2014-11-28Documentation: general cleanup.Francis Rowe
TODO's deleted from docs/release.html (no longer valid) or moved to docs/future/index.html. Description of libreboot slightly modified. (distinguish the coreboot part of libreboot as coreboot-libre.
2014-11-27builddeps-flashrom: remove unnecessary commandFrancis Rowe
2014-11-27builddeps-flashrom: add commentsFrancis Rowe
2014-11-26builddeps-flashrom: reduce build commands to a single for loopFrancis Rowe
2014-11-26builddeps-flashrom: remove unnecessary commandsFrancis Rowe
2014-11-26scripts (all): replace unnecessary rm -rf with rm -fFrancis Rowe
2014-11-26docs/git/index.html#build_flashrom: say correct path for binariesFrancis Rowe
2014-11-26powertop.trisquel7: remove sudoFrancis Rowe
Script already checks if the user is root or not.
2014-11-25docs/release.html: add lenovo g505s to the list of candidatesFrancis Rowe
2014-11-25build-release: remove old commentFrancis Rowe
2014-11-25.gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xzFrancis Rowe
2014-11-25libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe
This means that the user does not have to install build dependency or build from source anymore.
2014-11-24Revert "deps-trisquel: Add binutils-source"Francis Rowe
This reverts commit 67149a673b17c9e6e4ced6aed2a629872fdfe0d5.
2014-11-24Revert "deps-trisquel: add binutils-multiarch"Francis Rowe
This reverts commit feebd15ff7a5e1c703c73d80b862d34969b6ef9c.
2014-11-24deps-trisquel: add binutils-multiarchFrancis Rowe
2014-11-24deps-trisquel: Add binutils-sourceFrancis Rowe
2014-11-24Fix mistake in previous commit.Francis Rowe
2014-11-24powertop.trisquel7 (new): Setup powertop on trisquel 7Francis Rowe
2014-11-24powertop.trisquel6: check if user is rootFrancis Rowe
2014-11-24x60flashfrom5: check if user is rootFrancis Rowe
2014-11-24macbook21_firstflash: check if user is rootFrancis Rowe
2014-11-24lenovobios_secondflash: check if user is rootFrancis Rowe
2014-11-24lenovobios_firstflash: check if user is rootFrancis Rowe
2014-11-24flash: check if user is rootFrancis Rowe
2014-11-24Fix mistake in last commitFrancis Rowe
2014-11-24deps-trisquel: check if user is rootFrancis Rowe
2014-11-24deps-trisquel: Remove old commentFrancis Rowe
2014-11-24deps-trisquel: Make GRUB build on in Trisquel 7 x86_64Francis Rowe
Add the dependencies for multilib/lib32 (cross compiling). Fixes building GRUB and probably more.
2014-11-24deps-parabola (removed) Remove Parabola dependencies script.Francis Rowe
It was useless. It will be re-added later. Removing for now to reduce confusion.
2014-11-24grub.cfg: Add more path checks to isolinux parserFrancis Rowe
Should make more ISO's work
2014-11-23grub.cfg: Add Trisquel netinstall option (CD)Francis Rowe
2014-11-23grub.cfg Add Trisquel netinstall (USB) boot optionFrancis Rowe
2014-11-23grub-assemble: Use single list of modulesFrancis Rowe
2014-11-23Update SeaBIOSFrancis Rowe
2014-11-23docs/release.html: Remove links to coreboot commitsFrancis Rowe
They aren't needed.
2014-11-23x60flashfrom5 (new), for X60 users upgrading from 5th/early releaseFrancis Rowe
2014-11-23Update flashromFrancis Rowe
2014-11-23Update GRUBFrancis Rowe
2014-11-23Update corebootFrancis Rowe
Some notes: DEBLOB script updated (more blobs added). i945: reverted to legacy brightness. i945: permanently set tft_brightness to 0xff (works around a bug on X60 where brightness loops to zero when at max brightness and trying to increase the brightness level) EHCI debug dongle (BeagleBone Black) now enabled on all boards.
2014-11-23getcb: update link to patch (new version)Francis Rowe
2014-11-23getcb: Revert X60/T60 to legacy backlight controls.Francis Rowe
The ACPI brightness patches were abandoned and obsolete. Revert to previous backlight control methods that libreboot used.
2014-11-23grub.cfg: Only load initrd.img if it exists. Add rw to linux lineFrancis Rowe
For ProteanOS
2014-11-22buildrom-withgrub: Fix mistake in comment.Francis Rowe
2014-11-22buildrom-withgrub: Add commentFrancis Rowe