aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* build/release/tobuild: delete it, because it's not needed anymoreLeah Rowe2016-07-231-102/+0
|
* download/crossgcc: update crossgcc version used in librebootLeah Rowe2016-07-191-1/+1
|
* make _util archive for releases source code onlyLeah Rowe2016-07-191-54/+11
|
* build/roms/withgrub: don't add grub a 2nd time if not using seagrubLeah Rowe2016-07-181-18/+23
|
* Only disable SeaGRUB on D510MO an GA-G41M-ES2LLeah Rowe2016-07-181-21/+16
|
* Revert "Universally enable SeaGRUB on all GRUB boards"Leah Rowe2016-07-181-14/+24
| | | | This reverts commit e4e705e99ccc934e65b9106db808f681216a2e1f.
* Enable text-mode graphics initialisation on GM45Leah Rowe2016-07-181-9/+0
|
* Universally enable SeaGRUB on all GRUB boardsLeah Rowe2016-07-181-24/+14
|
* docs: build scripts rewritePaul Koenig2016-07-1613-349/+284
| | | | | | | | | | ".master" script in resources/scripts/helpers/build/docs Adds option to build html for libreboot website with "./build docs <html-type> w" Converts jpegs to eps for dvi and ps output, if these formats are built, using imagemagick. Archives resources (images) with compressed html manuals.
* Change Leah's surname back to RoweLeah Rowe2016-06-2849-49/+49
|
* download/flashrom: git checkout 0.9.9 instead of git reset commithashArthur Heymans2016-06-271-1/+2
|
* Add dependency to list for Trisquel Add de Trisquel 77Leah Woods2016-06-011-1/+1
|
* docs: revert absolute paths for image references to relative pathsPaul Koenig2016-06-019-10/+8
|
* update the dependencies list for Trisquel 7Leah Woods2016-05-301-1/+1
|
* docs: build scriptsPaul Koenig2016-05-2612-0/+369
| | | | | also update libreboot.texi to use absolute paths for references to images, logs, etc.
* (bootfix) GRUB-only boards: actually use GRUB as payload, not SeaBIOSLeah Woods2016-05-221-1/+0
|
* bring back the old backgrounds. They were betterLeah Woods2016-05-211-2/+2
|
* Only use SeaGRUB on i945, KCMA-D8 and KGPE-D16Leah Woods2016-05-211-14/+27
|
* build/roms/withgrub: add 16:10 background to 16MiB GM45 laptop configsLeah Woods2016-05-211-2/+2
|
* All board: payload now named payload.elfLeah Woods2016-05-215-14/+12
|
* actually, 3 seconds is enoughLeah Woods2016-05-201-1/+1
| | | | | According to damo22 on IRC, PS/2 only needs 1.2 seconds. Coreboot sets it 3s by default, so let's just use coreboot's default setting.
* SeaGRUB: reduce timeout from 60s to 6sLeah Woods2016-05-201-1/+1
| | | | | Still higher than default, but tolerable now for those using headless systems.
* build/roms/withgrub: use cbfstool add-int for 0s delay in cbfs (SeaGRUB)Leah Woods2016-05-201-4/+1
|
* Don't use SeaVGABIOS on systems that use SeaGRUBLeah Woods2016-05-206-14/+38
|
* Typo fix, now build dependencies parabola worksArthur Heymans2016-05-191-3/+3
|
* build/roms/withgrub: fix broken build (use bash properly. grep is not needed)Leah Woods2016-05-191-9/+3
|
* build/roms/withgrub: Don't add timeout file to ROM if it already existsLeah Woods2016-05-191-2/+4
|
* typofixLeah Woods2016-05-191-1/+1
|
* build/roms/withgrub: (buildfix) add missing "print" to cbfstool commandLeah Woods2016-05-191-1/+1
|
* build/roms/withgrub: (buildfix) only delete ps2-keyboard-spinup if it existsLeah Woods2016-05-191-2/+4
|
* build/roms/withgrub: (buildfix) remove existing default timeout fileLeah Woods2016-05-191-2/+5
| | | | Also increase our timeout from 20s to 60s.