1. dc31418 buildman: Use oldconfig when adjusting the config by Simon Glass · 12 months ago
  2. 48d4c0a buildman: Drop warning about orphaned defconfigs by Simon Glass · 1 year, 3 months ago
  3. ad1c9b2 buildman: Specify the output directory in tests by Simon Glass · 1 year, 3 months ago
  4. ad03787 buildman: Add a way to print the architecture for a board by Simon Glass · 1 year, 3 months ago
  5. 57686d3 buildman: Tidy up reporting of a toolchain error by Simon Glass · 1 year, 3 months ago
  6. 37edf5f buildman: Convert camel case in builder.py by Simon Glass · 1 year, 3 months ago
  7. 42d42cf buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 3 months ago
  8. 529957c buildman: Convert to argparse by Simon Glass · 1 year, 3 months ago
  9. 6a0c7b4 buildman: Add a test for --boards by Simon Glass · 1 year, 3 months ago
  10. ae042fd buildman: Convert camel case in cmdline.py by Simon Glass · 1 year, 3 months ago
  11. 26d9077 buildman: Add tests for excluding things by Simon Glass · 1 year, 3 months ago
  12. d4366b1 buildman: Add a test for the -A option by Simon Glass · 1 year, 3 months ago
  13. b8be2bd buildman: Fix most pylint warnings in control by Simon Glass · 1 year, 3 months ago
  14. 9ef05b9 buildman: Convert camel case in control.py by Simon Glass · 1 year, 3 months ago
  15. a1431e6 buildman: Provide an argument to the -R option by Simon Glass · 1 year, 3 months ago
  16. 1b21842 buildman: Add an option to check maintainers by Simon Glass · 1 year, 3 months ago
  17. 9a7cc81 buildman: Correct logic for missing maintainers by Simon Glass · 1 year, 3 months ago
  18. 1aaaafa buildman: Sort the maintainer warnings by Simon Glass · 1 year, 3 months ago
  19. 4cab9aa buildman: Just display a single line for missing maintainers by Simon Glass · 1 year, 3 months ago
  20. c649153 buildman: Correct operation of MAINTAINERS N: by Simon Glass · 1 year, 3 months ago
  21. ad99599 buildman: Detect boards with no CONFIG_TARGET defined by Simon Glass · 1 year, 3 months ago
  22. bec06ed buildman: Detect boards with multiple CONFIG_TARGETs defined by Simon Glass · 1 year, 3 months ago
  23. bc12d03 buildman: Warn about dangling maintainer entries by Simon Glass · 1 year, 3 months ago
  24. 5df95cf buildman: Add a partial test for ensure_board_list() by Simon Glass · 1 year, 3 months ago
  25. bd4ed9f buildman: Add a test for Boards.output_is_new() by Simon Glass · 1 year, 3 months ago
  26. 3350d34 buildman: Add a test for Boards.scan_defconfigs() by Simon Glass · 1 year, 3 months ago
  27. 2ef88d6 buildman: Rename the ARM boards by Simon Glass · 1 year, 3 months ago
  28. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 8 months ago
  29. bfb708a buildman: Add a flag for reproducible builds by Simon Glass · 1 year, 8 months ago
  30. 93202d7 buildman: Support disabling LTO by Simon Glass · 1 year, 8 months ago
  31. cd37d5b buildman: Write out the build command used by Simon Glass · 1 year, 8 months ago
  32. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years ago
  33. 5f319fa buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years ago
  34. 74df491 buildman: Convert documentation to rST by Simon Glass · 2 years ago
  35. c52bd22 buildman: Split out Boards into its own file by Simon Glass · 2 years, 3 months ago
  36. 6014db6 buildman: Convert camel case in board.py by Simon Glass · 2 years, 3 months ago
  37. cc2c0d1 buildman: Drop use of 'boards' in control by Simon Glass · 2 years, 3 months ago
  38. 938fa37 buildman: Fix use of 'boards' in func_test by Simon Glass · 2 years, 3 months ago
  39. f4ed470 buildman: Avoid using board as a variable by Simon Glass · 2 years, 3 months ago
  40. ac05335 buildman: Correct pylint errors by Simon Glass · 2 years, 8 months ago
  41. 098b10f patman: Convert camel case in terminal.py by Simon Glass · 2 years, 9 months ago
  42. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 9 months ago
  43. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 9 months ago
  44. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  45. 8ca0931 buildman: Provide a hint on how to debug thread crashes by Simon Glass · 2 years, 9 months ago
  46. 19133b7 buildman: Add helper functions for updating .config files by Simon Glass · 2 years, 9 months ago
  47. f1a83ab buildman: Use bytes for the environment by Simon Glass · 3 years, 6 months ago
  48. 8116c78 buildman: Handle exceptions in threads gracefully by Simon Glass · 3 years, 6 months ago
  49. 2499331 buildman: Tidy up a few comments by Simon Glass · 3 years, 6 months ago
  50. 76de29f buildman: Use git worktrees instead of git clones when possible by Alper Nebi Yasak · 4 years, 2 months ago
  51. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  52. 0ede00f buildman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  53. 60b285f buildman: Write output files when using -w by Simon Glass · 4 years, 6 months ago
  54. 166a98a buildman: Use out-env for environment output by Simon Glass · 4 years, 6 months ago
  55. 88daaef buildman: Make sure that -o is given with -w by Simon Glass · 4 years, 6 months ago
  56. b1e5e6d buildman: Change the exit codes by Simon Glass · 4 years, 6 months ago
  57. eb70a2c buildman: Make -I the default by Simon Glass · 4 years, 6 months ago
  58. b2d89bc buildman: Allow building within a subdir of the current dir by Simon Glass · 4 years, 7 months ago
  59. d829f12 bulidman: Add support for a simple build by Simon Glass · 4 years, 7 months ago
  60. c05aa03 buildman: Convert to Python 3 by Simon Glass · 5 years ago
  61. aae6258 buildman: Perform tests in a temporary directory by Tom Rini · 5 years ago
  62. 9865543 Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  63. 0ddc510 buildman: Extract environment as part of each build by Alex Kiernan · 6 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 · 6 years ago
  66. 3759df0 tools: Update python "help" tests to cope with "more" oddities by Tom Rini · 7 years ago
  67. b9f7d88 powerpc, 5xx: remove some "5xx" remains by Heiko Schocher · 7 years ago
  68. bd6f5d9 buildman: Fix the 'help' test to use the correct path by Simon Glass · 8 years ago
  69. d4c8572 buildman: Allow branch names which conflict with directories by Simon Glass · 9 years ago
  70. 950a231 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  71. f7582ce buildman: Permit branch names with an embedded '/' by Simon Glass · 10 years ago
  72. dfb7e93 buildman: Add additional functional tests by Simon Glass · 10 years ago
  73. 823e60b buildman: Allow tests to have their own boards by Simon Glass · 10 years ago
  74. 8b985ee buildman: Avoid looking at config file or toolchains in tests by Simon Glass · 10 years ago
  75. d4144e4 buildman: Add a functional test by Simon Glass · 10 years ago