1. e8b0404 tools: mtk_image: use uint32_t for ghf header magic and version by developer · 1 year, 4 months ago
  2. fc5569f binman: Add a temporary hack for duplicate phandles by Simon Glass · 1 year, 4 months ago
  3. 86b3e47 binman: Support templates containing phandles by Simon Glass · 1 year, 4 months ago
  4. 54825e1 binman: Remove templates after use by Simon Glass · 1 year, 4 months ago
  5. 48ec1ff fdt: Allow copying phandles into templates by Simon Glass · 1 year, 4 months ago
  6. 638567d dtoc: Add some debugging when copying nodes by Simon Glass · 1 year, 4 months ago
  7. 02e505e dtoc: Make properties dirty when purging them by Simon Glass · 1 year, 4 months ago
  8. 09490b0 binman: Produce a template-file after processing by Simon Glass · 1 year, 4 months ago
  9. da423fc binman: Show filename in missing blob help message by Jonas Karlman · 1 year, 4 months ago
  10. a0335b4 binman: Fix blank line usage for invalid images warning text by Jonas Karlman · 1 year, 4 months ago
  11. b2be3e4 binman: Override CheckOptional in fit entry by Jonas Karlman · 1 year, 4 months ago
  12. 34f520c binman: Report missing external blobs using error level by Jonas Karlman · 1 year, 4 months ago
  13. 9f96b81 binman: Update missing optional external blob warning text by Jonas Karlman · 1 year, 4 months ago
  14. 6fa277b binman: Update tee-os missing blob help text by Jonas Karlman · 1 year, 4 months ago
  15. abd4626 binman: elf: Check for ELF_TOOLS availability and remove extra semicolon by Lukas Funke · 1 year, 4 months ago
  16. b2d24f9 boards: siemens: iot2050: Unify PG1 and PG2/M.2 configurations again by Jan Kiszka · 1 year, 4 months ago
  17. 9c841f7 iot2050: Use binman in signing script by Jan Kiszka · 1 year, 4 months ago
  18. be9b52c buildman: Specify the output directory in tests by Simon Glass · 1 year, 4 months ago
  19. c8b99b1 buildman: Enable test coverage by Simon Glass · 1 year, 4 months ago
  20. 66d4c88 buildman: Add an option to check maintainers and targets by Simon Glass · 1 year, 4 months ago
  21. e67e021 buildman: Use -D for --debug by Simon Glass · 1 year, 4 months ago
  22. a8a0ce7 buildman: Add a way to print the architecture for a board by Simon Glass · 1 year, 4 months ago
  23. 9d29f95 buildman: Move copy_files() out ot BuilderThread class by Simon Glass · 1 year, 4 months ago
  24. 465567f buildman: Tidy up some comments in builderthread by Simon Glass · 1 year, 4 months ago
  25. bf353b8 buildman: Tidy up reporting of a toolchain error by Simon Glass · 1 year, 4 months ago
  26. b9a1b77 buildman: Avoid passing result into _read_done_file() by Simon Glass · 1 year, 4 months ago
  27. 2df95fe buildman: Create a function to handle config and build by Simon Glass · 1 year, 4 months ago
  28. 7e98905 buildman: Move checkout code to a separate function by Simon Glass · 1 year, 4 months ago
  29. 83a0b86 buildman: Move code to decide output dirs by Simon Glass · 1 year, 4 months ago
  30. cb2de02 buildman: Move code to remove old outputs by Simon Glass · 1 year, 4 months ago
  31. fdd7be2 buildman: Move reading of the done file into a function by Simon Glass · 1 year, 4 months ago
  32. 3b4f50e buildman: Move bulid code into its own function by Simon Glass · 1 year, 4 months ago
  33. 147f349 buildman: Move reconfigure code into its own function by Simon Glass · 1 year, 4 months ago
  34. 65cfdd1 buildman: Convert config_out to string IO by Simon Glass · 1 year, 4 months ago
  35. 926c11b buildman: Move more things into _build_args() by Simon Glass · 1 year, 4 months ago
  36. ec7132b buildman: Move setting of toolchain arguments to _build_args() by Simon Glass · 1 year, 4 months ago
  37. 8d0b6b4 buildman: Start a function to set up the make arguments by Simon Glass · 1 year, 4 months ago
  38. 4b3da47 buildman: Drop unnecessary assignment of config_out by Simon Glass · 1 year, 4 months ago
  39. 21ca0c4 buildman: Correct invalid use of out_dir variable by Simon Glass · 1 year, 4 months ago
  40. 4cb5468 buildman: Export _get_output_dir() to avoid warnings by Simon Glass · 1 year, 4 months ago
  41. d07e553 buildman: Correct most pylint warnings in builderthread by Simon Glass · 1 year, 4 months ago
  42. c5077c3 buildman: Convert camel case in builderthread.py by Simon Glass · 1 year, 4 months ago
  43. 933875e buildman: Split parser creation in two by Simon Glass · 1 year, 4 months ago
  44. bc74d94 buildman: Convert camel case in builder.py by Simon Glass · 1 year, 4 months ago
  45. 06b83a5 buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 4 months ago
  46. a56ac99 buildman: Convert to argparse by Simon Glass · 1 year, 4 months ago
  47. f56cc29 buildman: Add a test for --boards by Simon Glass · 1 year, 4 months ago
  48. 54b2fe5 buildman: Correct most pylint warnings in cmdline by Simon Glass · 1 year, 4 months ago
  49. e145b2c buildman: Convert camel case in cmdline.py by Simon Glass · 1 year, 4 months ago
  50. 14905d3 buildman: Create a function to get number of built commits by Simon Glass · 1 year, 4 months ago
  51. b53fa06 buildman: Use get_alow_missing() directly to avoid var by Simon Glass · 1 year, 4 months ago
  52. f7524f3 buildman: Move getting the adjust_cfg into run_builder() by Simon Glass · 1 year, 4 months ago
  53. fdd750b buildman: Move checking for make into run_builder() by Simon Glass · 1 year, 4 months ago
  54. eaf1be2 buildman: Adjust show_toolchain_prefix() to not return by Simon Glass · 1 year, 4 months ago
  55. 00401d9 buildman: Drop some unnecessary variables by Simon Glass · 1 year, 4 months ago
  56. 927c827 buildman: Moving running of the builder into a function by Simon Glass · 1 year, 4 months ago
  57. 31353f2 buildman: Tweak commits and show_bloat by Simon Glass · 1 year, 4 months ago
  58. cf91d31 buildman: Move remaining builder properties to constructor by Simon Glass · 1 year, 4 months ago
  59. 7857859 buildman: Avoid too many returns in do_buildman() by Simon Glass · 1 year, 4 months ago
  60. 1b14049 buildman: Move commit numbering into determine_series() by Simon Glass · 1 year, 4 months ago
  61. 3b300c5 buildman: Move setting up the output dir into a function by Simon Glass · 1 year, 4 months ago
  62. fdbff80 buildman: Move counting of commits into a function by Simon Glass · 1 year, 4 months ago
  63. 7027487 buildman: Build option-adjusting into a function by Simon Glass · 1 year, 4 months ago
  64. 01c671d buildman: Pass option values to show_actions() by Simon Glass · 1 year, 4 months ago
  65. f50a728 buildman: Pass option values to get_action_summary() by Simon Glass · 1 year, 4 months ago
  66. 8b62105 buildman: Move output-file setup into one place by Simon Glass · 1 year, 4 months ago
  67. 1534934 bulldman: Set up output_dir earlier by Simon Glass · 1 year, 4 months ago
  68. 3bd8e30 bulidman: Move toolchain handling to a function by Simon Glass · 1 year, 4 months ago
  69. abcc11d buildman: Move Boards-object code into a function by Simon Glass · 1 year, 4 months ago
  70. 100196e bulidman: Move more code to determine_series() by Simon Glass · 1 year, 4 months ago
  71. 72f8bff buildman: Move board-selection code into a function by Simon Glass · 1 year, 4 months ago
  72. 2097874 buildman: Add tests for excluding things by Simon Glass · 1 year, 4 months ago
  73. 02d537a buildman: Move dry-run handling higher in do_buildman() by Simon Glass · 1 year, 4 months ago
  74. f83559c buildman: Drop use of builder in show_actions() by Simon Glass · 1 year, 4 months ago
  75. 8f317b9 buildman: Add a test for the -A option by Simon Glass · 1 year, 4 months ago
  76. 6c4beca buildman: Move fetch-arch code into a separate function by Simon Glass · 1 year, 4 months ago
  77. 2183b84 buildman: Move series calculations into a separate function by Simon Glass · 1 year, 4 months ago
  78. c7643c1 buildman: Move full-help processing to main by Simon Glass · 1 year, 4 months ago
  79. af0e29f buildman: Fix most pylint warnings in control by Simon Glass · 1 year, 4 months ago
  80. c1e1e1d buildman: Convert camel case in control.py by Simon Glass · 1 year, 4 months ago
  81. bb928de buildman: Tidy up pylint warnings in main by Simon Glass · 1 year, 4 months ago
  82. 09afcb7 buildman: Provide an argument to the -R option by Simon Glass · 1 year, 4 months ago
  83. 5e728d4 buildman: Add an option to check maintainers by Simon Glass · 1 year, 4 months ago
  84. e6acab5 buildman: Correct logic for missing maintainers by Simon Glass · 1 year, 4 months ago
  85. 263b598 buildman: Sort the maintainer warnings by Simon Glass · 1 year, 4 months ago
  86. ee088aa buildman: Just display a single line for missing maintainers by Simon Glass · 1 year, 4 months ago
  87. 060ee97 buildman: Correct operation of MAINTAINERS N: by Simon Glass · 1 year, 4 months ago
  88. 061499b buildman: Detect boards with no CONFIG_TARGET defined by Simon Glass · 1 year, 4 months ago
  89. 07a95d8 buildman: Detect boards with multiple CONFIG_TARGETs defined by Simon Glass · 1 year, 4 months ago
  90. 7188e4b buildman: Refactor target handling in Boards.scan() by Simon Glass · 1 year, 4 months ago
  91. 9b828ec buildman: Warn about dangling maintainer entries by Simon Glass · 1 year, 4 months ago
  92. b555e14 buildman: Tidy up common code in parse_file() by Simon Glass · 1 year, 4 months ago
  93. c0b6fcc buildman: Add a partial test for ensure_board_list() by Simon Glass · 1 year, 4 months ago
  94. ada78d4 buildman: Add a test for Boards.output_is_new() by Simon Glass · 1 year, 4 months ago
  95. cef26b8 buildman: Add a test for Boards.scan_defconfigs() by Simon Glass · 1 year, 4 months ago
  96. e156836 buildman: Avoid globals in leaf functions by Simon Glass · 1 year, 4 months ago
  97. 1ee644d buildman: Drop dead code to handle :CONFIG_ construct by Simon Glass · 1 year, 4 months ago
  98. 560bd4a buildman: Rename the ARM boards by Simon Glass · 1 year, 4 months ago
  99. 44b0a7f buildman: Exit with the return code consistently by Simon Glass · 1 year, 4 months ago
  100. 7fd6615 buildman: Allow --debug to enable debugging by Simon Glass · 1 year, 4 months ago