- 1f3a122 buildman: Correct some warnings about regex strings by Simon Glass · 9 weeks ago
- 600ede9 buildman: Allow skipping the dtc build by Simon Glass · 3 months ago
- 2c50834 buildman: Retry the build for current source by Simon Glass · 5 months ago
- aa27695 buildman/toolchain.py: do not set CROSS_COMPILE for sandbox by Jerome Forissier · 2 months ago
- 038a3dd buildman: Support building within a Python venv by Simon Glass · 3 months ago
- 9f82441 tools/scripts/Kconfig: Update references from kconfig-language.txt to rst by Hiago De Franco · 3 months ago
- f4f0acc buildman: Make test_process_limit handle time.monotonic() by Simon Glass · 3 months ago
- f869a90 buildman: Show board list with -x by Simon Glass · 5 months ago
- 3f6f9b2 Revert "buildman: Always use the full path in CROSS_COMPILE" by Tom Rini · 5 months ago
- f498efc buildman: Always use the full path in CROSS_COMPILE by Simon Glass · 5 months ago
- 5822546 buildman: Fix a few typos in toolchain code by Simon Glass · 5 months ago
- 754334c buildman: Add python3-pycryptodome by Simon Glass · 5 months ago
- 12a2f1a buildman: Add python3-coverage by Simon Glass · 5 months ago
- c229d32 buildman: Add a way to limit the number of buildmans by Simon Glass · 5 months ago
- 222825b buildman: Add a flag to force mrproper on failure by Simon Glass · 5 months ago
- cf76d0a buildman: Avoid rebuilding when --mrproper is used by Simon Glass · 5 months ago
- a7b944f buildman: Make mrproper an argument to run_commit() by Simon Glass · 5 months ago
- 5d05de5 buildman: Make mrproper an argument to _config_and_build() by Simon Glass · 5 months ago
- 0850c0d buildman: Make mrproper an argument to _reconfigure() by Simon Glass · 5 months ago
- fb726ab tools: binman: fix deprecated Python ConfigParser methods by Brandon Maier · 6 months ago
- a657bc6 tools: binman: fix deprecated Python unittest methods by Brandon Maier · 6 months ago
- 3715311 tools: typo arguemnts by Heinrich Schuchardt · 7 months ago
- 88c1116d tools: buildman: fix non-existing SafeConfigParser in Python 3.12+ by Quentin Schulz · 10 months ago
- 8cd0451 tools: binman: ti_board_cfg: Check for linting problems by Neha Malcom Francis · 11 months ago
- 3399d33 buildman: type cotaining by Heinrich Schuchardt · 11 months ago
- 78ac1f5 tools: Move python tools to version 0.0.6 by Simon Glass · 1 year ago
- e6a8aa8 doc: Update documentation URL by Simon Glass · 1 year ago
- d6c1ec8 buildman: Use oldconfig when adjusting the config by Simon Glass · 1 year, 1 month ago
- dac7371 buildman: Include symbols in the read-only data section by Simon Glass · 1 year, 1 month ago
- b29a747 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
- 7190a17 buildman: Start the clock when the build starts by Simon Glass · 1 year, 3 months ago
- 89592fc buildman: Show progress when regenerating the board.cfg file by Simon Glass · 1 year, 3 months ago
- 31837da buildman: Keep all common output files by Simon Glass · 1 year, 3 months ago
- c0cdbe4 buildman: Fix full help for Python 3.8 by Simon Glass · 1 year, 3 months ago
- 3bd5ed7 CI: Update to gcc-13.2.0 by Tom Rini · 1 year, 3 months ago
- 99cb6b1 buildman: Drop warning about orphaned defconfigs by Simon Glass · 1 year, 4 months ago
- 18a0725 buildman: Exit after reading toolchain by Simon Glass · 1 year, 4 months ago
- be9b52c buildman: Specify the output directory in tests by Simon Glass · 1 year, 4 months ago
- c8b99b1 buildman: Enable test coverage by Simon Glass · 1 year, 4 months ago
- 66d4c88 buildman: Add an option to check maintainers and targets by Simon Glass · 1 year, 4 months ago
- e67e021 buildman: Use -D for --debug by Simon Glass · 1 year, 4 months ago
- a8a0ce7 buildman: Add a way to print the architecture for a board by Simon Glass · 1 year, 4 months ago
- 9d29f95 buildman: Move copy_files() out ot BuilderThread class by Simon Glass · 1 year, 4 months ago
- 465567f buildman: Tidy up some comments in builderthread by Simon Glass · 1 year, 4 months ago
- bf353b8 buildman: Tidy up reporting of a toolchain error by Simon Glass · 1 year, 4 months ago
- b9a1b77 buildman: Avoid passing result into _read_done_file() by Simon Glass · 1 year, 4 months ago
- 2df95fe buildman: Create a function to handle config and build by Simon Glass · 1 year, 4 months ago
- 7e98905 buildman: Move checkout code to a separate function by Simon Glass · 1 year, 4 months ago
- 83a0b86 buildman: Move code to decide output dirs by Simon Glass · 1 year, 4 months ago
- cb2de02 buildman: Move code to remove old outputs by Simon Glass · 1 year, 4 months ago
- fdd7be2 buildman: Move reading of the done file into a function by Simon Glass · 1 year, 4 months ago
- 3b4f50e buildman: Move bulid code into its own function by Simon Glass · 1 year, 4 months ago
- 147f349 buildman: Move reconfigure code into its own function by Simon Glass · 1 year, 4 months ago
- 65cfdd1 buildman: Convert config_out to string IO by Simon Glass · 1 year, 4 months ago
- 926c11b buildman: Move more things into _build_args() by Simon Glass · 1 year, 4 months ago
- ec7132b buildman: Move setting of toolchain arguments to _build_args() by Simon Glass · 1 year, 4 months ago
- 8d0b6b4 buildman: Start a function to set up the make arguments by Simon Glass · 1 year, 4 months ago
- 4b3da47 buildman: Drop unnecessary assignment of config_out by Simon Glass · 1 year, 4 months ago
- 21ca0c4 buildman: Correct invalid use of out_dir variable by Simon Glass · 1 year, 4 months ago
- 4cb5468 buildman: Export _get_output_dir() to avoid warnings by Simon Glass · 1 year, 4 months ago
- d07e553 buildman: Correct most pylint warnings in builderthread by Simon Glass · 1 year, 4 months ago
- c5077c3 buildman: Convert camel case in builderthread.py by Simon Glass · 1 year, 4 months ago
- 933875e buildman: Split parser creation in two by Simon Glass · 1 year, 4 months ago
- bc74d94 buildman: Convert camel case in builder.py by Simon Glass · 1 year, 4 months ago
- 06b83a5 buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 4 months ago
- a56ac99 buildman: Convert to argparse by Simon Glass · 1 year, 4 months ago
- f56cc29 buildman: Add a test for --boards by Simon Glass · 1 year, 4 months ago
- 54b2fe5 buildman: Correct most pylint warnings in cmdline by Simon Glass · 1 year, 4 months ago
- e145b2c buildman: Convert camel case in cmdline.py by Simon Glass · 1 year, 4 months ago
- 14905d3 buildman: Create a function to get number of built commits by Simon Glass · 1 year, 4 months ago
- b53fa06 buildman: Use get_alow_missing() directly to avoid var by Simon Glass · 1 year, 4 months ago
- f7524f3 buildman: Move getting the adjust_cfg into run_builder() by Simon Glass · 1 year, 4 months ago
- fdd750b buildman: Move checking for make into run_builder() by Simon Glass · 1 year, 4 months ago
- eaf1be2 buildman: Adjust show_toolchain_prefix() to not return by Simon Glass · 1 year, 4 months ago
- 00401d9 buildman: Drop some unnecessary variables by Simon Glass · 1 year, 4 months ago
- 927c827 buildman: Moving running of the builder into a function by Simon Glass · 1 year, 4 months ago
- 31353f2 buildman: Tweak commits and show_bloat by Simon Glass · 1 year, 4 months ago
- cf91d31 buildman: Move remaining builder properties to constructor by Simon Glass · 1 year, 4 months ago
- 7857859 buildman: Avoid too many returns in do_buildman() by Simon Glass · 1 year, 4 months ago
- 1b14049 buildman: Move commit numbering into determine_series() by Simon Glass · 1 year, 4 months ago
- 3b300c5 buildman: Move setting up the output dir into a function by Simon Glass · 1 year, 4 months ago
- fdbff80 buildman: Move counting of commits into a function by Simon Glass · 1 year, 4 months ago
- 7027487 buildman: Build option-adjusting into a function by Simon Glass · 1 year, 4 months ago
- 01c671d buildman: Pass option values to show_actions() by Simon Glass · 1 year, 4 months ago
- f50a728 buildman: Pass option values to get_action_summary() by Simon Glass · 1 year, 4 months ago
- 8b62105 buildman: Move output-file setup into one place by Simon Glass · 1 year, 4 months ago
- 1534934 bulldman: Set up output_dir earlier by Simon Glass · 1 year, 4 months ago
- 3bd8e30 bulidman: Move toolchain handling to a function by Simon Glass · 1 year, 4 months ago
- abcc11d buildman: Move Boards-object code into a function by Simon Glass · 1 year, 4 months ago
- 100196e bulidman: Move more code to determine_series() by Simon Glass · 1 year, 4 months ago
- 72f8bff buildman: Move board-selection code into a function by Simon Glass · 1 year, 4 months ago
- 2097874 buildman: Add tests for excluding things by Simon Glass · 1 year, 4 months ago
- 02d537a buildman: Move dry-run handling higher in do_buildman() by Simon Glass · 1 year, 4 months ago
- f83559c buildman: Drop use of builder in show_actions() by Simon Glass · 1 year, 4 months ago
- 8f317b9 buildman: Add a test for the -A option by Simon Glass · 1 year, 4 months ago
- 6c4beca buildman: Move fetch-arch code into a separate function by Simon Glass · 1 year, 4 months ago
- 2183b84 buildman: Move series calculations into a separate function by Simon Glass · 1 year, 4 months ago
- c7643c1 buildman: Move full-help processing to main by Simon Glass · 1 year, 4 months ago
- af0e29f buildman: Fix most pylint warnings in control by Simon Glass · 1 year, 4 months ago
- c1e1e1d buildman: Convert camel case in control.py by Simon Glass · 1 year, 4 months ago