Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-26 | powertop.trisquel7: remove sudo | Francis Rowe | |
Script already checks if the user is root or not. | |||
2014-11-25 | docs/release.html: add lenovo g505s to the list of candidates | Francis Rowe | |
2014-11-25 | build-release: remove old comment | Francis Rowe | |
2014-11-25 | .gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xz | Francis Rowe | |
2014-11-25 | libreboot_bin.tar.xz: Include utils as statically linked binaries | Francis Rowe | |
This means that the user does not have to install build dependency or build from source anymore. | |||
2014-11-24 | Revert "deps-trisquel: Add binutils-source" | Francis Rowe | |
This reverts commit 67149a673b17c9e6e4ced6aed2a629872fdfe0d5. | |||
2014-11-24 | Revert "deps-trisquel: add binutils-multiarch" | Francis Rowe | |
This reverts commit feebd15ff7a5e1c703c73d80b862d34969b6ef9c. | |||
2014-11-24 | deps-trisquel: add binutils-multiarch | Francis Rowe | |
2014-11-24 | deps-trisquel: Add binutils-source | Francis Rowe | |
2014-11-24 | Fix mistake in previous commit. | Francis Rowe | |
2014-11-24 | powertop.trisquel7 (new): Setup powertop on trisquel 7 | Francis Rowe | |
2014-11-24 | powertop.trisquel6: check if user is root | Francis Rowe | |
2014-11-24 | x60flashfrom5: check if user is root | Francis Rowe | |
2014-11-24 | macbook21_firstflash: check if user is root | Francis Rowe | |
2014-11-24 | lenovobios_secondflash: check if user is root | Francis Rowe | |
2014-11-24 | lenovobios_firstflash: check if user is root | Francis Rowe | |
2014-11-24 | flash: check if user is root | Francis Rowe | |
2014-11-24 | Fix mistake in last commit | Francis Rowe | |
2014-11-24 | deps-trisquel: check if user is root | Francis Rowe | |
2014-11-24 | deps-trisquel: Remove old comment | Francis Rowe | |
2014-11-24 | deps-trisquel: Make GRUB build on in Trisquel 7 x86_64 | Francis Rowe | |
Add the dependencies for multilib/lib32 (cross compiling). Fixes building GRUB and probably more. | |||
2014-11-24 | deps-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-24 | grub.cfg: Add more path checks to isolinux parser | Francis Rowe | |
Should make more ISO's work | |||
2014-11-23 | grub.cfg: Add Trisquel netinstall option (CD) | Francis Rowe | |
2014-11-23 | grub.cfg Add Trisquel netinstall (USB) boot option | Francis Rowe | |
2014-11-23 | grub-assemble: Use single list of modules | Francis Rowe | |
2014-11-23 | Update SeaBIOS | Francis Rowe | |
2014-11-23 | docs/release.html: Remove links to coreboot commits | Francis Rowe | |
They aren't needed. | |||
2014-11-23 | x60flashfrom5 (new), for X60 users upgrading from 5th/early release | Francis Rowe | |
2014-11-23 | Update flashrom | Francis Rowe | |
2014-11-23 | Update GRUB | Francis Rowe | |
2014-11-23 | Update coreboot | Francis 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-23 | getcb: update link to patch (new version) | Francis Rowe | |
2014-11-23 | getcb: 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-23 | grub.cfg: Only load initrd.img if it exists. Add rw to linux line | Francis Rowe | |
For ProteanOS | |||
2014-11-22 | buildrom-withgrub: Fix mistake in comment. | Francis Rowe | |
2014-11-22 | buildrom-withgrub: Add comment | Francis Rowe | |
2014-11-22 | build: Only generate the GRUB configurations once | Francis Rowe | |
Should speed up the build process a little bit. | |||
2014-11-22 | build: Fix typo | Francis Rowe | |
2014-11-22 | Only build 2 GRUB payload executables, re-use on all boards. | Francis Rowe | |
This should speed up the build process a bit. | |||
2014-11-22 | Revert "buildrom-withgrub: It is now possible to use standalone." | Francis Rowe | |
This reverts commit 5a8ea556881dca34aefe2d8709c6576e488276f0. | |||
2014-11-22 | buildrom-withgrub: Remove unnecessary if condition | Francis Rowe | |
2014-11-22 | buildrom-withgrub: It is now possible to use standalone. | Francis Rowe | |
Remove comment contradicting this. | |||
2014-11-22 | resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASH | Francis Rowe | |
resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH | |||
2014-11-22 | build 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-22 | resources/utilities/grub-assemble/gen.txtmode.sh Remove pwd cmd | Francis Rowe | |
2014-11-21 | Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk." | Francis Rowe | |
This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7. | |||
2014-11-21 | buildrom-withgrub: Only include 1 keymap file in GRUB memdisk. | Francis Rowe | |
This is to reduce the size of the image. To accomplish this, the payload in each coreboot configuration was set to 'None', after which the buildrom-withgrub script was modified to build a new grub.elf for each image. This is fast, since building the grub.elf only takes less than a second. The alternative was to build a new coreboot ROM per keymap, which would have been slow. Other files were also modified along with this, check the diff to see everything. | |||
2014-11-21 | scripts (error handling): Replace exit with exit 1 | Francis Rowe | |
This is so that scripts using these in the future can more easily debug if errors occur. | |||
2014-11-21 | docs/release.html: Add info about new cb commit (for next update). | Francis Rowe | |