Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memtest86plus: don't build it parallel | Alexander Couzens | 2015-12-06 | 1 | -1/+1 |
| | | | | memtest is very small and doesn't support parallel builds (yet) | ||||
* | grub: only run distclean if a makefile exists (fixes build error) | Francis Rowe | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | Don't build ifdtool. Not needed in libreboot. | Francis Rowe | 2015-11-06 | 1 | -2/+2 |
| | |||||
* | scripts: say ROM images, not ROM's. ROM's is wrong! | Francis Rowe | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | build/module/coreboot: also build crossgcc arm | Francis Rowe | 2015-11-05 | 1 | -2/+4 |
| | |||||
* | Simplify ./build module routines | Klemens Nanni | 2015-11-05 | 4 | -44/+17 |
| | |||||
* | Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOS | Francis Rowe | 2015-10-14 | 1 | -0/+49 |
| | |||||
* | more scripts: don't use the [[ bashism | Francis Rowe | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-29 | 7 | -27/+12 |
| | |||||
* | build/module/memtest86plus: fix typo | Francis Rowe | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | Make memtest86plus be named consistently | Klemens Nanni | 2015-08-29 | 1 | -1/+1 |
| | | | | | Conflicts: resources/utilities/grub-assemble/gen.sh | ||||
* | scripts: use the -j option in make (multithreaded compilation) | Klemens Nanni | 2015-08-16 | 7 | -12/+19 |
| | |||||
* | 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-10 | 7 | -31/+31 |
| | | | | | 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 | 7 | -0/+28 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-19 | 7 | -7/+14 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-14 | 7 | -0/+349 |
All build scripts were moved to resources/scripts/helpers/ |