summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xzFrancis Rowe2014-11-241-0/+2
|
* libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe2014-11-2415-802/+481
| | | | | This means that the user does not have to install build dependency or build from source anymore.
* Revert "deps-trisquel: Add binutils-source"Francis Rowe2014-11-241-1/+1
| | | | This reverts commit 67149a673b17c9e6e4ced6aed2a629872fdfe0d5.
* Revert "deps-trisquel: add binutils-multiarch"Francis Rowe2014-11-241-2/+1
| | | | This reverts commit feebd15ff7a5e1c703c73d80b862d34969b6ef9c.
* deps-trisquel: add binutils-multiarchFrancis Rowe2014-11-241-1/+2
|
* deps-trisquel: Add binutils-sourceFrancis Rowe2014-11-241-1/+1
|
* Fix mistake in previous commit.Francis Rowe2014-11-242-0/+73
|
* powertop.trisquel7 (new): Setup powertop on trisquel 7Francis Rowe2014-11-241-5/+3
|
* powertop.trisquel6: check if user is rootFrancis Rowe2014-11-241-0/+5
|
* x60flashfrom5: check if user is rootFrancis Rowe2014-11-241-0/+5
|
* macbook21_firstflash: check if user is rootFrancis Rowe2014-11-241-0/+5
|
* lenovobios_secondflash: check if user is rootFrancis Rowe2014-11-241-0/+5
|
* lenovobios_firstflash: check if user is rootFrancis Rowe2014-11-241-0/+5
|
* flash: check if user is rootFrancis Rowe2014-11-241-0/+5
|
* Fix mistake in last commitFrancis Rowe2014-11-241-2/+2
|
* deps-trisquel: check if user is rootFrancis Rowe2014-11-241-0/+5
|
* deps-trisquel: Remove old commentFrancis Rowe2014-11-241-7/+0
|
* deps-trisquel: Make GRUB build on in Trisquel 7 x86_64Francis Rowe2014-11-241-0/+21
| | | | | Add the dependencies for multilib/lib32 (cross compiling). Fixes building GRUB and probably more.
* deps-parabola (removed) Remove Parabola dependencies script.Francis Rowe2014-11-242-76/+0
| | | | | It was useless. It will be re-added later. Removing for now to reduce confusion.
* grub.cfg: Add more path checks to isolinux parserFrancis Rowe2014-11-231-12/+22
| | | | Should make more ISO's work
* grub.cfg: Add Trisquel netinstall option (CD)Francis Rowe2014-11-231-0/+5
|
* grub.cfg Add Trisquel netinstall (USB) boot optionFrancis Rowe2014-11-231-0/+5
|
* grub-assemble: Use single list of modulesFrancis Rowe2014-11-233-10/+204
|
* Update SeaBIOSFrancis Rowe2014-11-232-2/+9
|
* docs/release.html: Remove links to coreboot commitsFrancis Rowe2014-11-231-20/+0
| | | | They aren't needed.
* x60flashfrom5 (new), for X60 users upgrading from 5th/early releaseFrancis Rowe2014-11-233-0/+51
|
* Update flashromFrancis Rowe2014-11-234-1/+121
|
* Update GRUBFrancis Rowe2014-11-231-1/+1
|
* Update corebootFrancis Rowe2014-11-2312-191/+748
| | | | | | | | | | | | | | 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.
* getcb: update link to patch (new version)Francis Rowe2014-11-221-1/+1
|
* getcb: Revert X60/T60 to legacy backlight controls.Francis Rowe2014-11-221-14/+6
| | | | | The ACPI brightness patches were abandoned and obsolete. Revert to previous backlight control methods that libreboot used.
* grub.cfg: Only load initrd.img if it exists. Add rw to linux lineFrancis Rowe2014-11-221-2/+4
| | | | For ProteanOS
* buildrom-withgrub: Fix mistake in comment.Francis Rowe2014-11-221-1/+1
|
* buildrom-withgrub: Add commentFrancis Rowe2014-11-221-0/+1
|
* build: Only generate the GRUB configurations onceFrancis Rowe2014-11-222-19/+17
| | | | Should speed up the build process a little bit.
* build: Fix typoFrancis Rowe2014-11-221-2/+2
|
* Only build 2 GRUB payload executables, re-use on all boards.Francis Rowe2014-11-224-10/+21
| | | | This should speed up the build process a bit.
* Revert "buildrom-withgrub: It is now possible to use standalone."Francis Rowe2014-11-221-0/+3
| | | | This reverts commit 5a8ea556881dca34aefe2d8709c6576e488276f0.
* buildrom-withgrub: Remove unnecessary if conditionFrancis Rowe2014-11-221-8/+4
|
* buildrom-withgrub: It is now possible to use standalone.Francis Rowe2014-11-221-3/+0
| | | | Remove comment contradicting this.
* resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASHFrancis Rowe2014-11-222-2/+2
| | | | resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH
* build and buildrom-withgrub: Only dd twice for each i945 target.Francis Rowe2014-11-222-19/+12
| | | | | This is done before creating the copies, so all images are dd'd. Buliding should take less time now.
* resources/utilities/grub-assemble/gen.txtmode.sh Remove pwd cmdFrancis Rowe2014-11-211-2/+0
|
* Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe2014-11-2110-255/+75
| | | | This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
* buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe2014-11-2110-75/+255
| | | | | | | | | | | | | 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.
* scripts (error handling): Replace exit with exit 1Francis Rowe2014-11-207-13/+13
| | | | | This is so that scripts using these in the future can more easily debug if errors occur.
* docs/release.html: Add info about new cb commit (for next update).Francis Rowe2014-11-201-0/+4
|
* Move CBFS files to GRUB memdisk, except grub.cfg and grubtest.cfgFrancis Rowe2014-11-206-112/+49
| | | | | | | | | | | Set the GRUB configs to use (memdisk) instead of (cbfsdisk) for these files. This reduces the space used in CBFS because coreboot compresses it's payloads with LZMA by default. Most users will only want to use cbfstool to modify the grub.cfg or grubtest.cfg.
* Revert "docs/release.html Move vortex86ex back to critical tasks"Francis Rowe2014-11-171-3/+3
| | | | | | | This reverts commit 11b5bb1158f61fd3e9653ae1b8e2f083ce99f81d. Distribution for i586-only CPU's is limited now, and there will be a very limited number of users for this machine. Putting it in the low priority list, this time permanently.
* docs/release.html Move vortex86ex back to critical tasksFrancis Rowe2014-11-161-3/+3
|