summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/coreboot
Commit message (Collapse)AuthorAgeFilesLines
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-261-1/+1
|
* Download, compile and clean crossgcc separately to corebootFrancis Rowe2016-03-071-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 boardFrancis Rowe2016-03-071-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 Rowe2016-03-031-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 Rowe2016-03-031-0/+140
| | | | This reverts commit 2f3d87aec85f5759180380cbc156472378164d11.
* Revert "iunfinished patch: copy coreboot per revision, not board"Francis Rowe2016-03-031-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 boardFrancis Rowe2016-02-291-0/+140
|
* use only 1 crossgcc revision in librebootFrancis Rowe2016-02-271-18/+18
|
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-041-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 utilsFrancis Rowe2015-12-061-1/+1
|
* 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/