| Commit message (Expand) | Author | Age | Files | Lines |
* | buildman: Drop the -a option | Simon Glass | 2020-04-10 | 1 | -11/+6 |
* | buildman: Allow building within a subdir of the current dir | Simon Glass | 2020-04-10 | 1 | -23/+0 |
* | buildman: Allow ignoring warnings in the return code | Simon Glass | 2020-04-10 | 1 | -1/+1 |
* | bulidman: Add support for a simple build | Simon Glass | 2020-04-10 | 1 | -1/+9 |
* | buildman: Add options to get the arch and toolchain info | Simon Glass | 2019-12-10 | 1 | -0/+35 |
* | buildman: Figure out boards before commits | Simon Glass | 2019-12-10 | 1 | -30/+29 |
* | buildman: Ask genboardscfg to be quiet | Simon Glass | 2019-12-10 | 1 | -1/+1 |
* | buildman: Fix problem with non-existent output directories | Tom Rini | 2019-11-23 | 1 | -0/+2 |
* | buildman: Convert to Python 3 | Simon Glass | 2019-11-04 | 1 | -22/+22 |
* | tools: buildman: Honor output directory when generating boards.cfg | Bin Meng | 2019-10-29 | 1 | -5/+5 |
* | buildman: fix typo | Chris Packham | 2019-02-09 | 1 | -1/+1 |
* | buildman: Add support for building with clang | Simon Glass | 2019-01-14 | 1 | -1/+1 |
* | buildman: Only print toolchain probing with -v | Simon Glass | 2018-11-20 | 1 | -1/+1 |
* | buildman: Add a --boards option to specify particular boards to build | Simon Glass | 2018-11-14 | 1 | -3/+17 |
* | buildman: Add support for environment delta in summary | Alex Kiernan | 2018-06-07 | 1 | -1/+2 |
* | tools: buildman: Don't use the working dir as build dir | Lothar Waßmann | 2018-05-16 | 1 | -3/+25 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | buildman: add option -E for treating compiler warnings as errors | Daniel Schwierzeck | 2018-02-04 | 1 | -1/+2 |
* | buildman: Allow showing the list of boards with -n | Simon Glass | 2017-02-08 | 1 | -8/+11 |
* | buildman: Squash useless output from -K | Simon Glass | 2016-12-02 | 1 | -1/+2 |
* | buildman: Add an option to just create the config | Simon Glass | 2016-12-02 | 1 | -1/+2 |
* | patman: Adjust command.Output() to raise an error by default | Simon Glass | 2016-09-18 | 1 | -1/+1 |
* | buildman: Drop the toolchain error when downloading toolchains | Simon Glass | 2016-07-31 | 1 | -7/+10 |
* | buildman: Improve the toolchain progress/error output | Simon Glass | 2016-07-31 | 1 | -3/+6 |
* | buildman: allow more incremental building | Stephen Warren | 2016-05-17 | 1 | -1/+3 |
* | buildman: patman: Fix -H when installed as a symlink | Simon Glass | 2016-03-14 | 1 | -1/+2 |
* | buildman: Allow comparison of build configuration | Simon Glass | 2015-04-18 | 1 | -1/+2 |
* | buildman: Add an option to write the full build output | Simon Glass | 2015-01-14 | 1 | -1/+2 |
* | buildman: Add the option to download toolchains from kernel.org | Simon Glass | 2015-01-14 | 1 | -0/+16 |
* | buildman: Add an option to use the full tool chain path | Simon Glass | 2015-01-14 | 1 | -1/+1 |
* | buildman: Allow specifying a range of commits to build | Simon Glass | 2015-01-14 | 1 | -4/+15 |
* | buildman: Don't remove entire output directory when testing | Simon Glass | 2015-01-14 | 1 | -1/+2 |
* | buildman: Add an option to flatten output directory trees | Simon Glass | 2015-01-14 | 1 | -2/+6 |
* | buildman: Try to guess the upstream commit | Simon Glass | 2015-01-14 | 1 | -5/+5 |
* | buildman: Put build in 'current', not 'current/current' | Simon Glass | 2015-01-14 | 1 | -4/+3 |
* | patman: Use the full commit hash for 'git checkout' | Simon Glass | 2014-11-03 | 1 | -1/+1 |
* | buildman: Don't default to -e when using -s | Simon Glass | 2014-11-03 | 1 | -1/+2 |
* | buildman: Fix the logic for the bloat command | Simon Glass | 2014-09-21 | 1 | -3/+3 |
* | buildman: Ignore conflicting tags | Simon Glass | 2014-09-09 | 1 | -8/+7 |
* | buildman: Permit branch names with an embedded '/' | Simon Glass | 2014-09-09 | 1 | -1/+1 |
* | buildman: Provide an internal option to clean the outpur dir | Simon Glass | 2014-09-09 | 1 | -1/+10 |
* | buildman: Allow tests to have their own boards | Simon Glass | 2014-09-09 | 1 | -9/+12 |
* | buildman: Set up bsettings outside the control module | Simon Glass | 2014-09-09 | 1 | -1/+0 |
* | buildman: Add a functional test | Simon Glass | 2014-09-09 | 1 | -5/+16 |
* | buildman: Move full help code into the control module | Simon Glass | 2014-09-09 | 1 | -0/+8 |
* | buildman: Add an option to show which boards caused which errors | Simon Glass | 2014-09-05 | 1 | -1/+2 |
* | buildman: Implement an option to exclude boards from the build | Simon Glass | 2014-09-05 | 1 | -1/+7 |
* | buildman: Set the return code to indicate build result | Simon Glass | 2014-09-05 | 1 | -2/+7 |
* | buildman: run genboardscfg.py all the time | Masahiro Yamada | 2014-08-28 | 1 | -6/+4 |
* | tools, scripts: refactor error-out statements of Python scripts | Masahiro Yamada | 2014-08-21 | 1 | -10/+5 |