index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
buildman
Age
Commit message (
Expand
)
Author
2023-10-02
Merge branch 'next'
Tom Rini
2023-09-23
buildman: Start the clock when the build starts
Simon Glass
2023-09-23
buildman: Show progress when regenerating the board.cfg file
Simon Glass
2023-09-23
buildman: Keep all common output files
Simon Glass
2023-09-23
buildman: Fix full help for Python 3.8
Simon Glass
2023-08-26
CI: Update to gcc-13.2.0
Tom Rini
2023-08-05
buildman: Drop warning about orphaned defconfigs
Simon Glass
2023-08-05
buildman: Exit after reading toolchain
Simon Glass
2023-07-25
buildman: Specify the output directory in tests
Simon Glass
2023-07-24
buildman: Enable test coverage
Simon Glass
2023-07-24
buildman: Add an option to check maintainers and targets
Simon Glass
2023-07-24
buildman: Use -D for --debug
Simon Glass
2023-07-24
buildman: Add a way to print the architecture for a board
Simon Glass
2023-07-24
buildman: Move copy_files() out ot BuilderThread class
Simon Glass
2023-07-24
buildman: Tidy up some comments in builderthread
Simon Glass
2023-07-24
buildman: Tidy up reporting of a toolchain error
Simon Glass
2023-07-24
buildman: Avoid passing result into _read_done_file()
Simon Glass
2023-07-24
buildman: Create a function to handle config and build
Simon Glass
2023-07-24
buildman: Move checkout code to a separate function
Simon Glass
2023-07-24
buildman: Move code to decide output dirs
Simon Glass
2023-07-24
buildman: Move code to remove old outputs
Simon Glass
2023-07-24
buildman: Move reading of the done file into a function
Simon Glass
2023-07-24
buildman: Move bulid code into its own function
Simon Glass
2023-07-24
buildman: Move reconfigure code into its own function
Simon Glass
2023-07-24
buildman: Convert config_out to string IO
Simon Glass
2023-07-24
buildman: Move more things into _build_args()
Simon Glass
2023-07-24
buildman: Move setting of toolchain arguments to _build_args()
Simon Glass
2023-07-24
buildman: Start a function to set up the make arguments
Simon Glass
2023-07-24
buildman: Drop unnecessary assignment of config_out
Simon Glass
2023-07-24
buildman: Correct invalid use of out_dir variable
Simon Glass
2023-07-24
buildman: Export _get_output_dir() to avoid warnings
Simon Glass
2023-07-24
buildman: Correct most pylint warnings in builderthread
Simon Glass
2023-07-24
buildman: Convert camel case in builderthread.py
Simon Glass
2023-07-24
buildman: Split parser creation in two
Simon Glass
2023-07-24
buildman: Convert camel case in builder.py
Simon Glass
2023-07-24
buildman: Convert camel case in bsettings.py
Simon Glass
2023-07-24
buildman: Convert to argparse
Simon Glass
2023-07-24
buildman: Add a test for --boards
Simon Glass
2023-07-24
buildman: Correct most pylint warnings in cmdline
Simon Glass
2023-07-24
buildman: Convert camel case in cmdline.py
Simon Glass
2023-07-24
buildman: Create a function to get number of built commits
Simon Glass
2023-07-24
buildman: Use get_alow_missing() directly to avoid var
Simon Glass
2023-07-24
buildman: Move getting the adjust_cfg into run_builder()
Simon Glass
2023-07-24
buildman: Move checking for make into run_builder()
Simon Glass
2023-07-24
buildman: Adjust show_toolchain_prefix() to not return
Simon Glass
2023-07-24
buildman: Drop some unnecessary variables
Simon Glass
2023-07-24
buildman: Moving running of the builder into a function
Simon Glass
2023-07-24
buildman: Tweak commits and show_bloat
Simon Glass
2023-07-24
buildman: Move remaining builder properties to constructor
Simon Glass
2023-07-24
buildman: Avoid too many returns in do_buildman()
Simon Glass
[next]