aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build
Commit message (Collapse)AuthorAgeFilesLines
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-2338-38/+38
| | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin.
* librecore integration preparation: drop post-20160907 coreboot patchesLeah Rowe2017-04-301-1/+1
| | | | | | Most of them don't apply, and they are merged upstream in librecore already. Librecore is becoming Libreboot's main firmware upstream.
* build/roms/withgrub: Add instruction for ich9gen descriptor on W500Leah Rowe2017-04-292-2/+3
|
* Update 'resources/scripts/helpers/build/release/util'zyliwax2017-04-101-0/+3
|
* also add PIKE2008 workaround to SeaBIOS ROMs, not just SeaGRUB4 of 7 (Leah Rowe)2017-01-221-0/+3
|
* build/roms/withgrub: disable loading option ROMs in SeaGRUB4 of 7 (Leah Rowe)2017-01-221-0/+3
| | | | | This is a workaround for the PIKE2008 module on D16, in case the user forgets to blank out the LSI ROM.
* old build system: delete build/docs (a relic from GNU which we don't need)4 of 7 (Leah Rowe) info@minifree.org2017-01-2210-302/+0
|
* make use of ./oldbuild, not ./build, in the old build system4 of 7 (Leah Rowe) info@minifree.org2017-01-228-11/+11
|
* remove CrOS boards/utils from old build system (new build system has them)4 of 7 (Leah Rowe) info@minifree.org2017-01-226-455/+0
|
* fix ./build dependencies debian on debian stable (already works on testing)4 of 7 (Leah Rowe)2017-01-221-1/+1
|
* add vesafb mode to ga-g41m-es2l (patch from Arthur Heymans)Leah Rowe2017-01-211-1/+1
|
* re-add libreboot-specific background4 of 7 (Leah Rowe) info@minifree.org2017-01-211-2/+2
|
* re-add old build system (for x86 boards/utils)4 of 7 (Leah Rowe) info@minifree.org2017-01-2153-0/+3632
| | | | Everything will be migrated over to the new build system after release.
* Current build system removalPaul Kocialkowski2017-01-1543-3336/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* also add PIKE2008 workaround to SeaBIOS ROMs, not just SeaGRUBLeah Rowe2016-11-171-0/+3
|
* build/roms/withgrub: disable loading option ROMs in SeaGRUBLeah Rowe2016-11-161-0/+3
| | | | | This is a workaround for the PIKE2008 module on D16, in case the user forgets to blank out the LSI ROM.
* Delete all references to Trisquel in the documentationLeah Rowe2016-10-124-4/+4
|
* fix ./build dependencies debian on debian stable (already works on testing)Leah Rowe2016-09-281-1/+1
|
* Prioritize Debian over Trisquel (Trisquel's leader is Ruben Rodriguez on ↵Leah Rowe2016-09-271-0/+0
| | | | libreboot.org/gnu)
* Revert "bring back the old backgrounds. They were better"Leah Rowe2016-09-271-2/+2
| | | | This reverts commit 8864dc9a01743b7c66a4b63d90ffcf92fcd66535.
* delete build/release/docs (we're not in GNU anymore, we don't want texinfo)Leah Rowe2016-09-2010-302/+0
|
* typofixLeah Rowe2016-09-131-1/+1
|
* add vesafb mode to ga-g41m-es2l (patch from Arthur Heymans)Leah Rowe2016-09-091-1/+1
|
* build/roms/withseabios: : disable building of vesafb ROMs for d945gclfLeah Rowe2016-09-071-3/+2
| | | | Only txtmode works, according to avph.
* Correct path to vboot patchesPaul Kocialkowski2016-09-021-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Revert "build all architectures of crossgcc"Leah Rowe2016-09-021-5/+3
| | | | This reverts commit 2d056d2c13e3d6d3174ed6b5703f946e8958c17d.
* build all architectures of crossgccLeah Rowe2016-09-011-3/+5
|
* Remove git directories and force links in corebootPaul Kocialkowski2016-09-011-1/+3
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Revert "Revert "fix build system: build cbfstool, etc before patching coreboot""Leah Rowe2016-08-221-36/+36
| | | | This reverts commit f073e9cdc89268d9789ece309add60e967bf3995.
* Revert "fix build system: build cbfstool, etc before patching coreboot"Leah Rowe2016-08-221-36/+36
| | | | This reverts commit 9798405c5e4dffb6db8c1a98f3ab875123f5997c.
* some random fixesLeah Rowe2016-08-225-2/+30
|
* build/release/util: add workaround for building older cbfstool w/ newer flexLeah Rowe2016-08-221-0/+1
|
* build/roms/withgrub: printf, not print, for printing version number to fileLeah Rowe2016-08-221-1/+1
|
* build/release/util: once again build nvramtool and cbfstoolLeah Rowe2016-08-221-7/+64
| | | | Pulled from the crossgcc directory, for version consistency.
* Revert "build/release/tobuild: delete it, because it's not needed anymore"Leah Rowe2016-08-221-0/+102
| | | | This reverts commit dff4f89b818334a0077c7c027f9bef0ee99b954f.
* build/release/util: don't include the resources/directoryLeah Rowe2016-08-221-2/+0
|
* Revert "Revert "add cbfstool, nvramtool and ectool to the util archive""Leah Rowe2016-08-221-0/+9
| | | | This reverts commit 40b7d20142b0d7a9306765a621663c51270fb2a0.
* Revert "make _util archive for releases source code only"Leah Rowe2016-08-221-11/+54
| | | | This reverts commit b5df1a4fe87a36d4d9e9434bec15a7a2ac902c44.
* Revert "add cbfstool, nvramtool and ectool to the util archive"Leah Rowe2016-08-221-7/+0
| | | | This reverts commit d90f0584c9d73054903ac8a5f4b60687d8f77801.
* Revert "fix building of cbfstool in release archives"Leah Rowe2016-08-221-1/+0
| | | | This reverts commit d102c19a659750d3c24697b747de21f6fba575b5.
* build/module/flashrom: use CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=noLeah Rowe2016-08-221-5/+5
| | | | | This fixes a build issue in Trisquel 7, when building static binaries of the flashrom utility.
* add missng lbversion file to cbfs on all ROM images (GRUB payload)Leah Rowe2016-08-221-0/+4
|
* fix build system: build cbfstool, etc before patching corebootArthur Heymans2016-08-221-36/+36
| | | | | | | | | In the release source ./build module coreboot will try to patch coreboot first, which fails and never gets to building cbfstool and symlinking crossgcc. An easy solution is to do this first. This patch additionally makes use of absolute dirs.
* Don't rename the RELEASE fileLeah Rowe2016-08-183-20/+0
|
* Add RELEASE fileLeah Rowe2016-08-183-0/+20
|
* fix building of cbfstool in release archivesLeah Rowe2016-08-171-0/+1
|
* add cbfstool, nvramtool and ectool to the util archiveLeah Rowe2016-08-171-0/+7
|
* no, use swiftgeek's better sed patternLeah Rowe2016-08-101-1/+1
|
* fix messing sed command in last commitLeah Rowe2016-08-101-1/+1
|
* hotfix for building on distros with newer flex versionLeah Rowe2016-08-101-0/+3
| | | | Adapted from https://review.coreboot.org/cgit/coreboot.git/commit/util/cbfstool/Makefile.inc?id=2b80734811ee056f0447bab359ec5961e90101b7