summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module
Commit message (Collapse)AuthorAgeFilesLines
* Backport changes to master branchLeah Rowe2016-06-278-8/+8
|
* backport changes to master branchLeah Woods2016-05-068-8/+8
|
* backport changes to master branchMinifree Ltd2016-04-268-8/+8
|
* Don't build ifdtool. Not needed in libreboot.Francis Rowe2015-11-061-2/+2
|
* scripts: say ROM images, not ROM's. ROM's is wrong!Francis Rowe2015-11-051-1/+1
|
* build/module/coreboot: also build crossgcc armFrancis Rowe2015-11-051-2/+4
|
* Simplify ./build module routinesKlemens Nanni2015-11-054-44/+17
|
* Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOSFrancis Rowe2015-10-141-0/+49
|
* more scripts: don't use the [[ bashismFrancis Rowe2015-08-301-1/+1
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-297-27/+12
|
* build/module/memtest86plus: fix typoFrancis Rowe2015-08-291-1/+1
|
* Make memtest86plus be named consistentlyKlemens Nanni2015-08-291-1/+1
| | | | | Conflicts: resources/utilities/grub-assemble/gen.sh
* scripts: use the -j option in make (multithreaded compilation)Klemens Nanni2015-08-167-12/+19
|
* 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-107-31/+31
| | | | | 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-207-0/+28
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-197-7/+14
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-147-0/+349
All build scripts were moved to resources/scripts/helpers/