summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/coreboot
Commit message (Collapse)AuthorAgeFilesLines
* Don't build ifdtool. Not needed in libreboot.Francis Rowe2015-11-061-2/+2
|
* build/module/coreboot: also build crossgcc armFrancis Rowe2015-11-051-2/+4
|
* Simplify ./build module routinesKlemens Nanni2015-11-051-17/+8
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-291-3/+1
|
* scripts: use the -j option in make (multithreaded compilation)Klemens Nanni2015-08-161-1/+2
|
* build/module/coreboot: Don't build crossgcc automaticallyFrancis Rowe2015-07-111-5/+0
| | | | Don't download it, either.
* 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/+56
All build scripts were moved to resources/scripts/helpers/