aboutsummaryrefslogtreecommitdiff
path: root/libreboot
Commit message (Expand)AuthorAgeFilesLines
* Fix project usage actionAndrew Robbins2019-10-301-2/+2
* libreboot: Set max loop iteration in for loopAndrew Robbins2019-03-281-4/+2
* Don't display paths in libreboot_usage() outputAndrew Robbins2019-01-091-2/+2
* Print libreboot usage to stdout, not stderrAndrew Robbins2019-01-091-24/+24
* Require grep, mkfs.fat, mtools mmd and mcopyAndrew Robbins2018-12-281-1/+1
* Export reproducible-builds related variablesAndrew Robbins2018-12-071-2/+8
* Modify fd copying in printf calls for readabilityAndrew Robbins2017-10-281-25/+25
* Remove overlooked braces from parameter expansionsAndrew Robbins2017-09-221-61/+61
* Add copyright noticeAndrew Robbins2017-07-221-0/+1
* Make 'sources' consequent prettierAndrew Robbins2017-07-221-6/+6
* Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECKAndrew Robbins2017-07-211-1/+3
* Create array TOOL_ACTIONS_GENERIC_IGNORE_CHECKAndrew Robbins2017-07-211-1/+3
* Move libreboot_setup_include() (for symmetry)Andrew Robbins2017-07-211-16/+16
* Add libreboot_setup_tool_actions()Andrew Robbins2017-07-211-0/+16
* Add libreboot_setup_project_actions()Andrew Robbins2017-07-211-0/+16
* Make the 'test' action functional againAndrew Robbins2017-07-201-4/+4
* Avoid exploiting local variables' dynamic scopingAndrew Robbins2017-07-191-2/+3
* Alter whitespace in printf statements for readabilityAndrew Robbins2017-07-181-12/+11
* Simplify libreboot_setup() and libreboot()Andrew Robbins2017-07-181-18/+2
* Remove hard dependency on wgetAndrew Robbins2017-07-181-1/+1
* Clean up case forms in libreboot_{project,tool}()Andrew Robbins2017-07-181-18/+12
* Replace calls to 'cat' w/ input redirectionAndrew Robbins2017-07-181-3/+3
* Move vars CONFIG_SHELL,EDITOR,TASKS to libs/commonAndrew Robbins2017-07-181-4/+0
* Simplify libreboot_setup_variables() w/ new func.Andrew Robbins2017-07-181-19/+23
* Rely less on word splitting by using arraysAndrew Robbins2017-07-141-2/+2
* Enable 'extglob' and replace some brace expansionsAndrew Robbins2017-07-111-1/+1
* Removed cruft & redundancy in project_action*()Andrew Robbins2017-07-071-3/+1
* Added functions for downloading/patching archivesAndrew Robbins2017-06-281-1/+1
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-231-1/+1
* Remove unnecessary 'env' invocation from printf.Andrew Robbins2017-06-231-25/+25
* Fixed printf calls & replaced 'echo' w/ printf.Andrew Robbins2017-06-231-25/+25
* Added vars RANDOM_SEED, LIBFAKETIME_PATH + misc.Andrew Robbins2017-06-191-14/+32
* Calls to external command 'realpath' replaced w/ 'readlink -f'.Andrew Robbins2017-05-191-1/+1
* Idiomatical modifications and safer variable expansion added.Andrew Robbins2017-05-121-108/+75
* make vi default text editor in main build script, instead of nanoLeah Rowe2017-01-161-1/+1
* libreboot: Export verified boot keys path, with fallbackPaul Kocialkowski2017-01-151-0/+7
* Paper build system initial import into LibrebootPaul Kocialkowski2017-01-151-0/+262