summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-11-22build: Only generate the GRUB configurations onceFrancis Rowe
Should speed up the build process a little bit.
2014-11-22build: Fix typoFrancis Rowe
2014-11-22Only build 2 GRUB payload executables, re-use on all boards.Francis Rowe
This should speed up the build process a bit.
2014-11-22Revert "buildrom-withgrub: It is now possible to use standalone."Francis Rowe
This reverts commit 5a8ea556881dca34aefe2d8709c6576e488276f0.
2014-11-22buildrom-withgrub: Remove unnecessary if conditionFrancis Rowe
2014-11-22buildrom-withgrub: It is now possible to use standalone.Francis Rowe
Remove comment contradicting this.
2014-11-22resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASHFrancis Rowe
resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH
2014-11-22build and buildrom-withgrub: Only dd twice for each i945 target.Francis Rowe
This is done before creating the copies, so all images are dd'd. Buliding should take less time now.
2014-11-22resources/utilities/grub-assemble/gen.txtmode.sh Remove pwd cmdFrancis Rowe