summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/coreboot
Commit message (Collapse)AuthorAgeFilesLines
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-041-7/+22
| | | | | | | | | | | | | | | | | | 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/clean/*: Use make properly (-C flag)Klemens Nanni2015-11-211-27/+9
| | | | | Instead of manually cd'ing into and out of directories, use make's -C flag.
* all scripts: general fixes and clean upFrancis Rowe2015-08-291-2/+0
|
* all script: use a standard styleFrancis Rowe2015-06-101-4/+4
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* coreboot-libre: don't build cbmem/nvramtoolFrancis Rowe2015-06-081-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-friendlyFrancis Rowe2015-02-201-0/+4
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-191-1/+2
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-141-0/+61
All build scripts were moved to resources/scripts/helpers/