Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' | Andrew Robbins | 2017-06-23 | 5 | -5/+5 |
| | | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin. | ||||
* | Update 'resources/scripts/helpers/build/release/util' | zyliwax | 2017-04-10 | 1 | -0/+3 |
| | |||||
* | make use of ./oldbuild, not ./build, in the old build system | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-22 | 2 | -3/+3 |
| | |||||
* | remove CrOS boards/utils from old build system (new build system has them) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-22 | 1 | -3/+0 |
| | |||||
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 5 | -0/+650 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 5 | -650/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Delete all references to Trisquel in the documentation | Leah Rowe | 2016-10-12 | 2 | -2/+2 |
| | |||||
* | some random fixes | Leah Rowe | 2016-08-22 | 4 | -0/+28 |
| | |||||
* | build/release/util: add workaround for building older cbfstool w/ newer flex | Leah Rowe | 2016-08-22 | 1 | -0/+1 |
| | |||||
* | build/release/util: once again build nvramtool and cbfstool | Leah Rowe | 2016-08-22 | 1 | -7/+64 |
| | | | | Pulled from the crossgcc directory, for version consistency. | ||||
* | Revert "build/release/tobuild: delete it, because it's not needed anymore" | Leah Rowe | 2016-08-22 | 1 | -0/+102 |
| | | | | This reverts commit dff4f89b818334a0077c7c027f9bef0ee99b954f. | ||||
* | build/release/util: don't include the resources/directory | Leah Rowe | 2016-08-22 | 1 | -2/+0 |
| | |||||
* | Revert "Revert "add cbfstool, nvramtool and ectool to the util archive"" | Leah Rowe | 2016-08-22 | 1 | -0/+9 |
| | | | | This reverts commit 40b7d20142b0d7a9306765a621663c51270fb2a0. | ||||
* | Revert "make _util archive for releases source code only" | Leah Rowe | 2016-08-22 | 1 | -11/+54 |
| | | | | This reverts commit b5df1a4fe87a36d4d9e9434bec15a7a2ac902c44. | ||||
* | Revert "add cbfstool, nvramtool and ectool to the util archive" | Leah Rowe | 2016-08-22 | 1 | -7/+0 |
| | | | | This reverts commit d90f0584c9d73054903ac8a5f4b60687d8f77801. | ||||
* | Revert "fix building of cbfstool in release archives" | Leah Rowe | 2016-08-22 | 1 | -1/+0 |
| | | | | This reverts commit d102c19a659750d3c24697b747de21f6fba575b5. | ||||
* | Don't rename the RELEASE file | Leah Rowe | 2016-08-18 | 3 | -20/+0 |
| | |||||
* | Add RELEASE file | Leah Rowe | 2016-08-18 | 3 | -0/+20 |
| | |||||
* | fix building of cbfstool in release archives | Leah Rowe | 2016-08-17 | 1 | -0/+1 |
| | |||||
* | add cbfstool, nvramtool and ectool to the util archive | Leah Rowe | 2016-08-17 | 1 | -0/+7 |
| | |||||
* | build/release/tobuild: delete it, because it's not needed anymore | Leah Rowe | 2016-07-23 | 1 | -102/+0 |
| | |||||
* | make _util archive for releases source code only | Leah Rowe | 2016-07-19 | 1 | -54/+11 |
| | |||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 5 | -5/+5 |
| | |||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 5 | -5/+5 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 5 | -5/+5 |
| | |||||
* | build/release/src: don't delete patches for coreboot | Francis Rowe | 2016-04-11 | 1 | -2/+0 |
| | | | | | | | The old model was to have 1 coreboot directory with 1 revision, with all patches for all boards, so this behaviour used to be correct. Now it is wrong, because different coreboot revisions are used in different directories, and the build process does git-init and applies those patches. So we need them. | ||||
* | Add SeaBIOS payload to libreboot | Francis Rowe | 2016-03-14 | 1 | -0/+1 |
| | |||||
* | copy coreboot directory per revision, not per board | Francis Rowe | 2016-03-07 | 1 | -0/+2 |
| | | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision. | ||||
* | Use different coreboot revisions and patches per board | Francis Rowe | 2016-01-04 | 1 | -64/+1 |
| | | | | | | | | | | | | | | | | | | The release archives will be bigger, but this is a necessary change that makes libreboot development easier. At present, there are boards maintained in libreboot by different people. By doing it this way, that becomes much easier. This is in contrast to the present situation, where a change to one board potentially affects all other boards, especially when updating to a new version of coreboot. Coreboot-libre scripts, download scripts, build scripts - everything. The entire build system has been modified to reflect this change of development. For reasons of consistency, cbfstool and nvramtool are no longer included in the util archives. | ||||
* | remove seabios (this time permanently) | Francis Rowe | 2015-12-13 | 1 | -1/+0 |
| | |||||
* | build/release/src: don't exclude the documentation | Francis Rowe | 2015-12-06 | 2 | -81/+4 |
| | | | | | | The documentation is being converted to texinfo, and we will have intergration in libreboot's build system for compiling it into other formats like HTML. | ||||
* | Revert "Revert "grub: build reproducibly"" | Francis Rowe | 2015-12-06 | 6 | -0/+22 |
| | | | | This reverts commit 6278d578f6f47ae2d2742b95c99df087a06d0e90. | ||||
* | Revert "grub: build reproducibly" | Francis Rowe | 2015-12-04 | 6 | -22/+0 |
| | | | | This reverts commit 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0. | ||||
* | grub: build reproducibly | Francis Rowe | 2015-12-04 | 6 | -0/+22 |
| | |||||
* | build/release/*: create ChangeLog/NEWS when building from archive | Francis Rowe | 2015-11-22 | 5 | -0/+20 |
| | |||||
* | release build scripts: add ChangeLog and NEWS to release | Francis Rowe | 2015-11-16 | 5 | -0/+48 |
| | |||||
* | Remove .git from seabios on release | Francis Rowe | 2015-10-15 | 1 | -0/+1 |
| | |||||
* | build/release/src: delete more patches not needed in release | Francis Rowe | 2015-10-11 | 1 | -0/+4 |
| | |||||
* | build/release/src: delete .git files for depthcharge | Francis Rowe | 2015-10-11 | 1 | -0/+1 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-30 | 6 | -15/+12 |
| | |||||
* | build/release/{docs,roms,src}: use GNU BASH | Francis Rowe | 2015-08-30 | 3 | -3/+3 |
| | |||||
* | download/flashrom: screw svn use stefanct's unofficial git repo | Francis Rowe | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | build/release/src: properly delete unwanted binaries | Francis Rowe | 2015-08-28 | 1 | -14/+6 |
| | |||||
* | download/grub: verify checksums of downloaded files | Francis Rowe | 2015-07-12 | 1 | -0/+1 |
| | |||||
* | build/release/src: Don't separate crossgcc | Francis Rowe | 2015-07-11 | 2 | -49/+0 |
| | | | | | | | Also delete build/release/crossgcc Crossgcc is now once again integrated into the _src release archive. | ||||
* | build/release/roms: copy version information directly | Francis Rowe | 2015-06-28 | 1 | -6/+3 |
| | |||||
* | build/release/roms: Put ROM images in rom/payload/, not rom/ | Francis Rowe | 2015-06-28 | 1 | -15/+29 |
| | |||||
* | Delete obsolete information about coreboot-libre trimming | Francis Rowe | 2015-06-28 | 1 | -3/+1 |
| | | | | | This feature was removed from libreboot, so it's nonsense that it's still documented. | ||||
* | s/machine/system | Francis Rowe | 2015-06-28 | 1 | -1/+1 |
| | | | | It was annoying me. | ||||
* | build/release/util: add powertop script | Francis Rowe | 2015-06-13 | 1 | -0/+3 |
| |