Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | delete coreinfo | Francis Rowe | 2015-12-13 | 1 | -39/+0 |
| | |||||
* | remove seabios (this time permanently) | Francis Rowe | 2015-12-13 | 1 | -49/+0 |
| | |||||
* | coreinfo: force use of tinycurses, not pdcurses, when building | Francis Rowe | 2015-12-09 | 1 | -3/+3 |
| | |||||
* | New payload: Coreinfo | Klemens Nanni | 2015-12-09 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | Add coreinfo as optional payload providing various useful system information. As part of coreboot, coreinfo does not need to be downloaded seperately, just build it using $ ./build module coreinfo after downloading and building coreboot. See https://www.coreboot.org/Payloads#Coreinfo for more information. | ||||
* | build/module/coreboot: don't parallelize building of utils | Francis Rowe | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | build/module/i945pwm: don't parallelize the build | Francis Rowe | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | build/module/ich9deblob: don't parallelize the build | Francis Rowe | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | 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-06 | 1 | -1/+1 |
| | |||||
* | build/module/coreboot: also build crossgcc arm | Francis Rowe | 2015-11-06 | 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-15 | 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-30 | 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-11 | 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-20 | 7 | -7/+14 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-15 | 7 | -0/+349 |
All build scripts were moved to resources/scripts/helpers/ |