Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' | Andrew Robbins | 2017-06-23 | 1 | -1/+1 |
| | | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin. | ||||
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 1 | -0/+207 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 1 | -207/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Correct path to vboot patches | Paul Kocialkowski | 2016-09-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Remove git directories and force links in coreboot | Paul Kocialkowski | 2016-09-01 | 1 | -1/+3 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Revert "Revert "fix build system: build cbfstool, etc before patching coreboot"" | Leah Rowe | 2016-08-22 | 1 | -36/+36 |
| | | | | This reverts commit f073e9cdc89268d9789ece309add60e967bf3995. | ||||
* | Revert "fix build system: build cbfstool, etc before patching coreboot" | Leah Rowe | 2016-08-22 | 1 | -36/+36 |
| | | | | This reverts commit 9798405c5e4dffb6db8c1a98f3ab875123f5997c. | ||||
* | some random fixes | Leah Rowe | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | fix build system: build cbfstool, etc before patching coreboot | Arthur Heymans | 2016-08-22 | 1 | -36/+36 |
| | | | | | | | | | In the release source ./build module coreboot will try to patch coreboot first, which fails and never gets to building cbfstool and symlinking crossgcc. An easy solution is to do this first. This patch additionally makes use of absolute dirs. | ||||
* | no, use swiftgeek's better sed pattern | Leah Rowe | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | fix messing sed command in last commit | Leah Rowe | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | hotfix for building on distros with newer flex version | Leah Rowe | 2016-08-10 | 1 | -0/+3 |
| | | | | Adapted from https://review.coreboot.org/cgit/coreboot.git/commit/util/cbfstool/Makefile.inc?id=2b80734811ee056f0447bab359ec5961e90101b7 | ||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 1 | -1/+1 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Download, compile and clean crossgcc separately to coreboot | Francis Rowe | 2016-03-07 | 1 | -6/+0 |
| | | | | | | | | This means that coreboot can be re-downloaded and re-built without affecting crossgcc. The crossgcc directory also now only contains crossgcc; previously, it contained the entire coreboot source code too, which was unneeded because that directory was just for crossgcc, where the real coreboot directories symlink to it during the build process. | ||||
* | copy coreboot directory per revision, not per board | Francis Rowe | 2016-03-07 | 1 | -3/+154 |
| | | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision. | ||||
* | Revert "Revert "Revert "iunfinished patch: copy coreboot per revision, not ↵ | Francis Rowe | 2016-03-03 | 1 | -140/+0 |
| | | | | | | | | | board""" When you have to revert a revert of a revert in the same 20 minute window then you my friend are an idiot. And that's exactly what I am. This reverts commit d105b4a8b74645d5936cf8a51b1517f3ba89fd26. | ||||
* | Revert "Revert "iunfinished patch: copy coreboot per revision, not board"" | Francis Rowe | 2016-03-03 | 1 | -0/+140 |
| | | | | This reverts commit 2f3d87aec85f5759180380cbc156472378164d11. | ||||
* | Revert "iunfinished patch: copy coreboot per revision, not board" | Francis Rowe | 2016-03-03 | 1 | -140/+0 |
| | | | | | | | I'm an idiot. This patch wasn't supposed to be pushed yet because not finished. Reverting it for the time being. This reverts commit 89cc8c38c1cf3865c3684e5bd6658eedf0e61cfd. | ||||
* | iunfinished patch: copy coreboot per revision, not board | Francis Rowe | 2016-03-01 | 1 | -0/+140 |
| | |||||
* | use only 1 crossgcc revision in libreboot | Francis Rowe | 2016-02-27 | 1 | -18/+18 |
| | |||||
* | Use different coreboot revisions and patches per board | Francis Rowe | 2016-01-04 | 1 | -9/+24 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | build/module/coreboot: don't parallelize building of utils | Francis Rowe | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | Don't build ifdtool. Not needed in libreboot. | Francis Rowe | 2015-11-06 | 1 | -2/+2 |
| | |||||
* | build/module/coreboot: also build crossgcc arm | Francis Rowe | 2015-11-06 | 1 | -2/+4 |
| | |||||
* | Simplify ./build module routines | Klemens Nanni | 2015-11-05 | 1 | -17/+8 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-30 | 1 | -3/+1 |
| | |||||
* | scripts: use the -j option in make (multithreaded compilation) | Klemens Nanni | 2015-08-16 | 1 | -1/+2 |
| | |||||
* | build/module/coreboot: Don't build crossgcc automatically | Francis Rowe | 2015-07-11 | 1 | -5/+0 |
| | | | | Don't download it, either. | ||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 1 | -4/+4 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | coreboot-libre: don't build cbmem/nvramtool | Francis Rowe | 2015-06-08 | 1 | -6/+0 |
| | | | | | They aren't included in the _util release archive anymore, and they don't need to be built either. | ||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 1 | -0/+4 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-20 | 1 | -1/+2 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-15 | 1 | -0/+56 |
All build scripts were moved to resources/scripts/helpers/ |