1. ba134c3 buildman: Allow skipping the dtc build by Simon Glass · 5 months ago
  2. bf984a6 buildman: Retry the build for current source by Simon Glass · 7 months ago
  3. e13fcae Revert "buildman: Always use the full path in CROSS_COMPILE" by Tom Rini · 7 months ago
  4. 6c0a3cf buildman: Always use the full path in CROSS_COMPILE by Simon Glass · 7 months ago
  5. 8941477 buildman: Add a flag to force mrproper on failure by Simon Glass · 7 months ago
  6. 7e93bd3 buildman: Avoid rebuilding when --mrproper is used by Simon Glass · 7 months ago
  7. 3187da4 buildman: Make mrproper an argument to run_commit() by Simon Glass · 7 months ago
  8. 3f972a4 buildman: Make mrproper an argument to _config_and_build() by Simon Glass · 7 months ago
  9. 49b158a buildman: Make mrproper an argument to _reconfigure() by Simon Glass · 7 months ago
  10. dc31418 buildman: Use oldconfig when adjusting the config by Simon Glass · 1 year, 3 months ago
  11. 124a0da buildman: Keep all common output files by Simon Glass · 1 year, 4 months ago
  12. 2ecc580 buildman: Move copy_files() out ot BuilderThread class by Simon Glass · 1 year, 6 months ago
  13. 236f959 buildman: Tidy up some comments in builderthread by Simon Glass · 1 year, 6 months ago
  14. 57686d3 buildman: Tidy up reporting of a toolchain error by Simon Glass · 1 year, 6 months ago
  15. 5e5044b buildman: Avoid passing result into _read_done_file() by Simon Glass · 1 year, 6 months ago
  16. 335c1b9 buildman: Create a function to handle config and build by Simon Glass · 1 year, 6 months ago
  17. ad7181c buildman: Move checkout code to a separate function by Simon Glass · 1 year, 6 months ago
  18. 9bdf023 buildman: Move code to decide output dirs by Simon Glass · 1 year, 6 months ago
  19. e5490b7 buildman: Move code to remove old outputs by Simon Glass · 1 year, 6 months ago
  20. 4981bd3 buildman: Move reading of the done file into a function by Simon Glass · 1 year, 6 months ago
  21. 14c1523 buildman: Move bulid code into its own function by Simon Glass · 1 year, 6 months ago
  22. ec2f492 buildman: Move reconfigure code into its own function by Simon Glass · 1 year, 6 months ago
  23. dab3a4a buildman: Convert config_out to string IO by Simon Glass · 1 year, 6 months ago
  24. ed007bf buildman: Move more things into _build_args() by Simon Glass · 1 year, 6 months ago
  25. a06ed7f buildman: Move setting of toolchain arguments to _build_args() by Simon Glass · 1 year, 6 months ago
  26. 7524700 buildman: Start a function to set up the make arguments by Simon Glass · 1 year, 6 months ago
  27. 8926025 buildman: Drop unnecessary assignment of config_out by Simon Glass · 1 year, 6 months ago
  28. cc923fa buildman: Correct invalid use of out_dir variable by Simon Glass · 1 year, 6 months ago
  29. 4a7419b buildman: Export _get_output_dir() to avoid warnings by Simon Glass · 1 year, 6 months ago
  30. 606e543 buildman: Correct most pylint warnings in builderthread by Simon Glass · 1 year, 6 months ago
  31. f06d333 buildman: Convert camel case in builderthread.py by Simon Glass · 1 year, 6 months ago
  32. 37edf5f buildman: Convert camel case in builder.py by Simon Glass · 1 year, 6 months ago
  33. 43bdb3b buildman: Pass -Werror to the host compiler too by Simon Glass · 1 year, 9 months ago
  34. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 11 months ago
  35. bfb708a buildman: Add a flag for reproducible builds by Simon Glass · 1 year, 11 months ago
  36. 93202d7 buildman: Support disabling LTO by Simon Glass · 1 year, 11 months ago
  37. cd37d5b buildman: Write out the build command used by Simon Glass · 1 year, 11 months ago
  38. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years, 2 months ago
  39. 35b6e53 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years, 2 months ago
  40. f4ed470 buildman: Avoid using board as a variable by Simon Glass · 2 years, 6 months ago
  41. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 3 years ago
  42. d980069 patman: Convert camel case in command.py by Simon Glass · 3 years ago
  43. 2b4806e buildman: Allow adjusting board config on the fly by Simon Glass · 3 years ago
  44. 8ca0931 buildman: Provide a hint on how to debug thread crashes by Simon Glass · 3 years ago
  45. bafdeb4 buildman: Write output even on fatal error by Simon Glass · 3 years, 3 months ago
  46. f1a83ab buildman: Use bytes for the environment by Simon Glass · 3 years, 9 months ago
  47. 8116c78 buildman: Handle exceptions in threads gracefully by Simon Glass · 3 years, 9 months ago
  48. ab9b4f3 buildman: Use common code to send an result by Simon Glass · 3 years, 9 months ago
  49. 2499331 buildman: Tidy up a few comments by Simon Glass · 3 years, 9 months ago
  50. 5f86454 buildman: Add an encoding to the out-env file by Simon Glass · 3 years, 10 months ago
  51. b82492b buildman: Support single-threaded operation by Simon Glass · 4 years ago
  52. 73da3d2 buildman: Remove output binaries before building by Simon Glass · 4 years, 1 month ago
  53. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 9 months ago
  54. 60b285f buildman: Write output files when using -w by Simon Glass · 4 years, 9 months ago
  55. 166a98a buildman: Use out-env for environment output by Simon Glass · 4 years, 9 months ago
  56. eb70a2c buildman: Make -I the default by Simon Glass · 4 years, 9 months ago
  57. d829f12 bulidman: Add support for a simple build by Simon Glass · 4 years, 10 months ago
  58. e9fbbf6 buildman: Document the members of BuilderJob by Simon Glass · 4 years, 10 months ago
  59. c05aa03 buildman: Convert to Python 3 by Simon Glass · 5 years ago
  60. e5fc79e buildman: Write the environment out to an 'env' file by Simon Glass · 6 years ago
  61. 00beb24 buildman: Add support for building with clang by Simon Glass · 6 years ago
  62. e74429b buildman: Deal nicely with invalid build-status file by Simon Glass · 6 years ago
  63. 0ddc510 buildman: Extract environment as part of each build by Alex Kiernan · 7 years ago
  64. 409fc02 tools: buildman: Don't use the working dir as build dir by Lothar Waßmann · 7 years ago
  65. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  66. 2371d1b buildman: add option -E for treating compiler warnings as errors by Daniel Schwierzeck · 7 years ago
  67. aafbe82 buildman: properly translate strings for log and err files to ASCII by Daniel Schwierzeck · 8 years ago
  68. fbeb337 buildman: Translate more strings to latin-1 by Tom Rini · 8 years ago
  69. a9401b2 buildman: Rename do_build to config_only by Simon Glass · 8 years ago
  70. b50113f buildman: Add an option to just create the config by Simon Glass · 8 years ago
  71. f40fa9b tools: buildman: Remove duplicated code by York Sun · 8 years ago
  72. 2880e6b buildman: Drop the 'alive' flag in BuilderThread by Simon Glass · 8 years ago
  73. 63781bd buildman: Drop the 'active' flag in the builder by Simon Glass · 8 years ago
  74. f79f1e0 buildman: allow more incremental building by Stephen Warren · 9 years ago
  75. dd59211 builderthread.py: Keep 'SPL' by Tom Rini · 10 years ago
  76. f5e5ece buildman: Make -V (verbose_build) really be verbose by Tom Rini · 10 years ago
  77. 0eb4c04 buildman: Keep more outputs with the --keep-outputs flag by Tom Rini · 10 years ago
  78. 970f932 buildman: Store build config files by Simon Glass · 10 years ago
  79. 88c8dcf buildman: Adjust the 'aborted' heuristic for writing output by Simon Glass · 10 years ago
  80. 40f11fc buildman: Show 'make' command line when -V is used by Simon Glass · 10 years ago
  81. d2ce658 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  82. bb1501f buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  83. ce26733 buildman: Save *.img files too by Tom Rini · 10 years ago
  84. f3d015c buildman: Create parent directories as necessary by Thierry Reding · 10 years ago
  85. fb3954f buildman: Correct counting of build failures on retry by Simon Glass · 10 years ago
  86. 48c1b6a buildman: Remove the directory prefix from each error line by Simon Glass · 10 years ago
  87. fd18a89 Makefile: remove generated boards.cfg within make distclean by Roger Meier · 10 years ago
  88. 190064b buildman: Move BuilderThread code to its own file by Simon Glass · 10 years ago