1. d5737b3 expo: Tidy up the expo.py tool and usage by Simon Glass · 1 year, 2 months ago
  2. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  3. 284b08f board: stm32mp1: add splash screen with stmicroelectronics logo by Patrick Delaunay · 1 year, 3 months ago
  4. 1a549c8 crc32: Drop duplicates crc header includes by Ilya Lukin · 1 year, 3 months ago
  5. 48d4c0a buildman: Drop warning about orphaned defconfigs by Simon Glass · 1 year, 3 months ago
  6. 1c81e08 buildman: Exit after reading toolchain by Simon Glass · 1 year, 3 months ago
  7. d8a2d3b binman: ftest: Add test for xilinx-bootgen etype by Lukas Funke · 1 year, 3 months ago
  8. 7fcfa9d binman: etype: Add xilinx-bootgen etype by Lukas Funke · 1 year, 3 months ago
  9. 7f51fe5 binman: btool: Add Xilinx Bootgen btool by Lukas Funke · 1 year, 3 months ago
  10. 93a203d binman: Renumber 291 and 292 test files by Simon Glass · 1 year, 3 months ago
  11. 2bff97a tools: mtk_image: use uint32_t for ghf header magic and version by Weijie Gao · 1 year, 3 months ago
  12. 288ae53 binman: Add a temporary hack for duplicate phandles by Simon Glass · 1 year, 3 months ago
  13. d4d9766 binman: Support templates containing phandles by Simon Glass · 1 year, 3 months ago
  14. af41b24 binman: Remove templates after use by Simon Glass · 1 year, 3 months ago
  15. 589c2d9 fdt: Allow copying phandles into templates by Simon Glass · 1 year, 3 months ago
  16. 8df8b6d dtoc: Add some debugging when copying nodes by Simon Glass · 1 year, 3 months ago
  17. 7155646 dtoc: Make properties dirty when purging them by Simon Glass · 1 year, 3 months ago
  18. b2f47a5 binman: Produce a template-file after processing by Simon Glass · 1 year, 3 months ago
  19. 8f452bc binman: Show filename in missing blob help message by Jonas Karlman · 1 year, 3 months ago
  20. c260015 binman: Fix blank line usage for invalid images warning text by Jonas Karlman · 1 year, 3 months ago
  21. 49dcd1c binman: Override CheckOptional in fit entry by Jonas Karlman · 1 year, 3 months ago
  22. d92c4dd binman: Report missing external blobs using error level by Jonas Karlman · 1 year, 3 months ago
  23. 05dec37 binman: Update missing optional external blob warning text by Jonas Karlman · 1 year, 3 months ago
  24. 321f256 binman: Update tee-os missing blob help text by Jonas Karlman · 1 year, 3 months ago
  25. 43176ed binman: elf: Check for ELF_TOOLS availability and remove extra semicolon by Lukas Funke · 1 year, 3 months ago
  26. badaa1f boards: siemens: iot2050: Unify PG1 and PG2/M.2 configurations again by Jan Kiszka · 1 year, 3 months ago
  27. 35ae06f iot2050: Use binman in signing script by Jan Kiszka · 1 year, 3 months ago
  28. ad1c9b2 buildman: Specify the output directory in tests by Simon Glass · 1 year, 3 months ago
  29. 407a141 buildman: Enable test coverage by Simon Glass · 1 year, 3 months ago
  30. ba8d099 buildman: Add an option to check maintainers and targets by Simon Glass · 1 year, 3 months ago
  31. 39dbcaa buildman: Use -D for --debug by Simon Glass · 1 year, 3 months ago
  32. ad03787 buildman: Add a way to print the architecture for a board by Simon Glass · 1 year, 3 months ago
  33. 2ecc580 buildman: Move copy_files() out ot BuilderThread class by Simon Glass · 1 year, 3 months ago
  34. 236f959 buildman: Tidy up some comments in builderthread by Simon Glass · 1 year, 3 months ago
  35. 57686d3 buildman: Tidy up reporting of a toolchain error by Simon Glass · 1 year, 3 months ago
  36. 5e5044b buildman: Avoid passing result into _read_done_file() by Simon Glass · 1 year, 3 months ago
  37. 335c1b9 buildman: Create a function to handle config and build by Simon Glass · 1 year, 3 months ago
  38. ad7181c buildman: Move checkout code to a separate function by Simon Glass · 1 year, 3 months ago
  39. 9bdf023 buildman: Move code to decide output dirs by Simon Glass · 1 year, 3 months ago
  40. e5490b7 buildman: Move code to remove old outputs by Simon Glass · 1 year, 3 months ago
  41. 4981bd3 buildman: Move reading of the done file into a function by Simon Glass · 1 year, 3 months ago
  42. 14c1523 buildman: Move bulid code into its own function by Simon Glass · 1 year, 3 months ago
  43. ec2f492 buildman: Move reconfigure code into its own function by Simon Glass · 1 year, 3 months ago
  44. dab3a4a buildman: Convert config_out to string IO by Simon Glass · 1 year, 3 months ago
  45. ed007bf buildman: Move more things into _build_args() by Simon Glass · 1 year, 3 months ago
  46. a06ed7f buildman: Move setting of toolchain arguments to _build_args() by Simon Glass · 1 year, 3 months ago
  47. 7524700 buildman: Start a function to set up the make arguments by Simon Glass · 1 year, 3 months ago
  48. 8926025 buildman: Drop unnecessary assignment of config_out by Simon Glass · 1 year, 3 months ago
  49. cc923fa buildman: Correct invalid use of out_dir variable by Simon Glass · 1 year, 3 months ago
  50. 4a7419b buildman: Export _get_output_dir() to avoid warnings by Simon Glass · 1 year, 3 months ago
  51. 606e543 buildman: Correct most pylint warnings in builderthread by Simon Glass · 1 year, 3 months ago
  52. f06d333 buildman: Convert camel case in builderthread.py by Simon Glass · 1 year, 3 months ago
  53. 17a75b9 buildman: Split parser creation in two by Simon Glass · 1 year, 3 months ago
  54. 37edf5f buildman: Convert camel case in builder.py by Simon Glass · 1 year, 3 months ago
  55. 42d42cf buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 3 months ago
  56. 529957c buildman: Convert to argparse by Simon Glass · 1 year, 3 months ago
  57. 6a0c7b4 buildman: Add a test for --boards by Simon Glass · 1 year, 3 months ago
  58. 988b916 buildman: Correct most pylint warnings in cmdline by Simon Glass · 1 year, 3 months ago
  59. ae042fd buildman: Convert camel case in cmdline.py by Simon Glass · 1 year, 3 months ago
  60. 1d0c55d buildman: Create a function to get number of built commits by Simon Glass · 1 year, 3 months ago
  61. f6df5ed buildman: Use get_alow_missing() directly to avoid var by Simon Glass · 1 year, 3 months ago
  62. 75584e1 buildman: Move getting the adjust_cfg into run_builder() by Simon Glass · 1 year, 3 months ago
  63. a659b8d buildman: Move checking for make into run_builder() by Simon Glass · 1 year, 3 months ago
  64. ea78233 buildman: Adjust show_toolchain_prefix() to not return by Simon Glass · 1 year, 3 months ago
  65. 985d7ae buildman: Drop some unnecessary variables by Simon Glass · 1 year, 3 months ago
  66. 68f917c buildman: Moving running of the builder into a function by Simon Glass · 1 year, 3 months ago
  67. 4ec7682 buildman: Tweak commits and show_bloat by Simon Glass · 1 year, 3 months ago
  68. ffd06d3 buildman: Move remaining builder properties to constructor by Simon Glass · 1 year, 3 months ago
  69. 573b303 buildman: Avoid too many returns in do_buildman() by Simon Glass · 1 year, 3 months ago
  70. 6378bad buildman: Move commit numbering into determine_series() by Simon Glass · 1 year, 3 months ago
  71. e48b946 buildman: Move setting up the output dir into a function by Simon Glass · 1 year, 3 months ago
  72. aeb2381 buildman: Move counting of commits into a function by Simon Glass · 1 year, 3 months ago
  73. 168d792 buildman: Build option-adjusting into a function by Simon Glass · 1 year, 3 months ago
  74. 1b820ee buildman: Pass option values to show_actions() by Simon Glass · 1 year, 3 months ago
  75. 1d3a5a5 buildman: Pass option values to get_action_summary() by Simon Glass · 1 year, 3 months ago
  76. 081c34c buildman: Move output-file setup into one place by Simon Glass · 1 year, 3 months ago
  77. 372b445 bulldman: Set up output_dir earlier by Simon Glass · 1 year, 3 months ago
  78. b868064 bulidman: Move toolchain handling to a function by Simon Glass · 1 year, 3 months ago
  79. 180c718 buildman: Move Boards-object code into a function by Simon Glass · 1 year, 3 months ago
  80. 9df59e4 bulidman: Move more code to determine_series() by Simon Glass · 1 year, 3 months ago
  81. 0d4874f buildman: Move board-selection code into a function by Simon Glass · 1 year, 3 months ago
  82. 26d9077 buildman: Add tests for excluding things by Simon Glass · 1 year, 3 months ago
  83. f0207d7 buildman: Move dry-run handling higher in do_buildman() by Simon Glass · 1 year, 3 months ago
  84. d233dfb buildman: Drop use of builder in show_actions() by Simon Glass · 1 year, 3 months ago
  85. d4366b1 buildman: Add a test for the -A option by Simon Glass · 1 year, 3 months ago
  86. f7a36d5 buildman: Move fetch-arch code into a separate function by Simon Glass · 1 year, 3 months ago
  87. d230c01 buildman: Move series calculations into a separate function by Simon Glass · 1 year, 3 months ago
  88. 309f0f1 buildman: Move full-help processing to main by Simon Glass · 1 year, 3 months ago
  89. b8be2bd buildman: Fix most pylint warnings in control by Simon Glass · 1 year, 3 months ago
  90. 9ef05b9 buildman: Convert camel case in control.py by Simon Glass · 1 year, 3 months ago
  91. 2ce6f9f buildman: Tidy up pylint warnings in main by Simon Glass · 1 year, 3 months ago
  92. a1431e6 buildman: Provide an argument to the -R option by Simon Glass · 1 year, 3 months ago
  93. 1b21842 buildman: Add an option to check maintainers by Simon Glass · 1 year, 3 months ago
  94. 9a7cc81 buildman: Correct logic for missing maintainers by Simon Glass · 1 year, 3 months ago
  95. 1aaaafa buildman: Sort the maintainer warnings by Simon Glass · 1 year, 3 months ago
  96. 4cab9aa buildman: Just display a single line for missing maintainers by Simon Glass · 1 year, 3 months ago
  97. c649153 buildman: Correct operation of MAINTAINERS N: by Simon Glass · 1 year, 3 months ago
  98. ad99599 buildman: Detect boards with no CONFIG_TARGET defined by Simon Glass · 1 year, 3 months ago
  99. bec06ed buildman: Detect boards with multiple CONFIG_TARGETs defined by Simon Glass · 1 year, 3 months ago
  100. f99f34b buildman: Refactor target handling in Boards.scan() by Simon Glass · 1 year, 3 months ago