1. 42d42cf buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 3 months ago
  2. 529957c buildman: Convert to argparse by Simon Glass · 1 year, 3 months ago
  3. 6a0c7b4 buildman: Add a test for --boards by Simon Glass · 1 year, 3 months ago
  4. 988b916 buildman: Correct most pylint warnings in cmdline by Simon Glass · 1 year, 3 months ago
  5. ae042fd buildman: Convert camel case in cmdline.py by Simon Glass · 1 year, 3 months ago
  6. 1d0c55d buildman: Create a function to get number of built commits by Simon Glass · 1 year, 3 months ago
  7. f6df5ed buildman: Use get_alow_missing() directly to avoid var by Simon Glass · 1 year, 3 months ago
  8. 75584e1 buildman: Move getting the adjust_cfg into run_builder() by Simon Glass · 1 year, 3 months ago
  9. a659b8d buildman: Move checking for make into run_builder() by Simon Glass · 1 year, 3 months ago
  10. ea78233 buildman: Adjust show_toolchain_prefix() to not return by Simon Glass · 1 year, 3 months ago
  11. 985d7ae buildman: Drop some unnecessary variables by Simon Glass · 1 year, 3 months ago
  12. 68f917c buildman: Moving running of the builder into a function by Simon Glass · 1 year, 3 months ago
  13. 4ec7682 buildman: Tweak commits and show_bloat by Simon Glass · 1 year, 3 months ago
  14. ffd06d3 buildman: Move remaining builder properties to constructor by Simon Glass · 1 year, 3 months ago
  15. 573b303 buildman: Avoid too many returns in do_buildman() by Simon Glass · 1 year, 3 months ago
  16. 6378bad buildman: Move commit numbering into determine_series() by Simon Glass · 1 year, 3 months ago
  17. e48b946 buildman: Move setting up the output dir into a function by Simon Glass · 1 year, 3 months ago
  18. aeb2381 buildman: Move counting of commits into a function by Simon Glass · 1 year, 3 months ago
  19. 168d792 buildman: Build option-adjusting into a function by Simon Glass · 1 year, 3 months ago
  20. 1b820ee buildman: Pass option values to show_actions() by Simon Glass · 1 year, 3 months ago
  21. 1d3a5a5 buildman: Pass option values to get_action_summary() by Simon Glass · 1 year, 3 months ago
  22. 081c34c buildman: Move output-file setup into one place by Simon Glass · 1 year, 3 months ago
  23. 372b445 bulldman: Set up output_dir earlier by Simon Glass · 1 year, 3 months ago
  24. b868064 bulidman: Move toolchain handling to a function by Simon Glass · 1 year, 3 months ago
  25. 180c718 buildman: Move Boards-object code into a function by Simon Glass · 1 year, 3 months ago
  26. 9df59e4 bulidman: Move more code to determine_series() by Simon Glass · 1 year, 3 months ago
  27. 0d4874f buildman: Move board-selection code into a function by Simon Glass · 1 year, 3 months ago
  28. 26d9077 buildman: Add tests for excluding things by Simon Glass · 1 year, 3 months ago
  29. f0207d7 buildman: Move dry-run handling higher in do_buildman() by Simon Glass · 1 year, 3 months ago
  30. d233dfb buildman: Drop use of builder in show_actions() by Simon Glass · 1 year, 3 months ago
  31. d4366b1 buildman: Add a test for the -A option by Simon Glass · 1 year, 3 months ago
  32. f7a36d5 buildman: Move fetch-arch code into a separate function by Simon Glass · 1 year, 3 months ago
  33. d230c01 buildman: Move series calculations into a separate function by Simon Glass · 1 year, 3 months ago
  34. 309f0f1 buildman: Move full-help processing to main by Simon Glass · 1 year, 3 months ago
  35. b8be2bd buildman: Fix most pylint warnings in control by Simon Glass · 1 year, 3 months ago
  36. 9ef05b9 buildman: Convert camel case in control.py by Simon Glass · 1 year, 3 months ago
  37. 2ce6f9f buildman: Tidy up pylint warnings in main by Simon Glass · 1 year, 3 months ago
  38. a1431e6 buildman: Provide an argument to the -R option by Simon Glass · 1 year, 3 months ago
  39. 1b21842 buildman: Add an option to check maintainers by Simon Glass · 1 year, 3 months ago
  40. 9a7cc81 buildman: Correct logic for missing maintainers by Simon Glass · 1 year, 3 months ago
  41. 1aaaafa buildman: Sort the maintainer warnings by Simon Glass · 1 year, 3 months ago
  42. 4cab9aa buildman: Just display a single line for missing maintainers by Simon Glass · 1 year, 3 months ago
  43. c649153 buildman: Correct operation of MAINTAINERS N: by Simon Glass · 1 year, 3 months ago
  44. ad99599 buildman: Detect boards with no CONFIG_TARGET defined by Simon Glass · 1 year, 3 months ago
  45. bec06ed buildman: Detect boards with multiple CONFIG_TARGETs defined by Simon Glass · 1 year, 3 months ago
  46. f99f34b buildman: Refactor target handling in Boards.scan() by Simon Glass · 1 year, 3 months ago
  47. bc12d03 buildman: Warn about dangling maintainer entries by Simon Glass · 1 year, 3 months ago
  48. a114c61 buildman: Tidy up common code in parse_file() by Simon Glass · 1 year, 3 months ago
  49. 5df95cf buildman: Add a partial test for ensure_board_list() by Simon Glass · 1 year, 3 months ago
  50. bd4ed9f buildman: Add a test for Boards.output_is_new() by Simon Glass · 1 year, 3 months ago
  51. 3350d34 buildman: Add a test for Boards.scan_defconfigs() by Simon Glass · 1 year, 3 months ago
  52. b27e989 buildman: Avoid globals in leaf functions by Simon Glass · 1 year, 3 months ago
  53. 6a754c6 buildman: Drop dead code to handle :CONFIG_ construct by Simon Glass · 1 year, 3 months ago
  54. 2ef88d6 buildman: Rename the ARM boards by Simon Glass · 1 year, 3 months ago
  55. 8dae07a buildman: Exit with the return code consistently by Simon Glass · 1 year, 3 months ago
  56. eadbfa6 buildman: Allow --debug to enable debugging by Simon Glass · 1 year, 3 months ago
  57. 2ef22f8 buildman: Fix verboose typo and add comment by Simon Glass · 1 year, 3 months ago
  58. 8c1fbd1 binman: ftest: Add test for u_boot_spl_pubkey_dtb by Lukas Funke · 1 year, 3 months ago
  59. 6cb6425 binman: doc: Add documentation for Xilinx Bootgen bintool by Lukas Funke · 1 year, 3 months ago
  60. 5609843 binman: etype: Add u-boot-spl-pubkey-dtb etype by Lukas Funke · 1 year, 3 months ago
  61. 671bc43 binman: btool: Add fdt_add_pubkey as btool by Lukas Funke · 1 year, 3 months ago
  62. c76831d binman: doc: Add documentation for fdt_add_pubkey bintool by Lukas Funke · 1 year, 3 months ago
  63. f0989c2 binman: blob_dtb: Add fake_size argument to ObtainContents() by Lukas Funke · 1 year, 3 months ago
  64. 7a52a45 binman: Don't decompress data while signing by Lukas Funke · 1 year, 3 months ago
  65. 289e600 binman: Add tests for etype encrypted by Christian Taedcke · 1 year, 3 months ago
  66. dcd3d76 binman: Allow cipher node as special section by Christian Taedcke · 1 year, 3 months ago
  67. 473e520 binman: Add support for externally encrypted blobs by Christian Taedcke · 1 year, 3 months ago
  68. df11aa7 binman: Add missing ssl documentation by Simon Glass · 1 year, 3 months ago
  69. a6b44ac binman: Renumber 277...289 TI test files by Simon Glass · 1 year, 3 months ago
  70. 176f1f6 binman: Renumber 277_rockchip and 278_mkimage test files by Simon Glass · 1 year, 3 months ago
  71. efda8ab binman: Tidy up tests for pre-load entry type by Simon Glass · 1 year, 3 months ago
  72. be71a05 Merge branch '2023-07-22-TI-binman-and-K3-improvements' by Tom Rini · 1 year, 3 months ago
  73. f586cda CI: Make use of buildman requirements.txt by Tom Rini · 1 year, 3 months ago
  74. e381b12 buildman: Create a requirements.txt file by Tom Rini · 1 year, 3 months ago
  75. 15432ea binman: Overwrite symlink if it already exists by Andrew Davis · 1 year, 3 months ago
  76. 1ee652a doc: board: ti: Update documentation for binman flow by Neha Malcom Francis · 1 year, 3 months ago
  77. 8db194d k3: tools: config.mk: Update makefile and remove scripts by Neha Malcom Francis · 1 year, 3 months ago
  78. 9da80e7 arm: k3-am65x-iot2050: Use binman for tispl.bin for iot2050 by Neha Malcom Francis · 1 year, 3 months ago
  79. 6d6228a am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img by Neha Malcom Francis · 1 year, 3 months ago
  80. 01e0127 am62a: yaml: Add board configs for AM62ax by Neha Malcom Francis · 1 year, 3 months ago
  81. ce46f51 am625: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img by Neha Malcom Francis · 1 year, 3 months ago
  82. 0eba798 am62: yaml: Add board configs for AM62 by Neha Malcom Francis · 1 year, 3 months ago
  83. 106589a j721s2: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img by Neha Malcom Francis · 1 year, 3 months ago
  84. 267a484 j721s2: yaml: Add board configs for J721S2 by Neha Malcom Francis · 1 year, 3 months ago
  85. 1bc527e8 am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img by Neha Malcom Francis · 1 year, 3 months ago
  86. 640bf9d am64x: yaml: Add board configs for AM64x by Neha Malcom Francis · 1 year, 3 months ago
  87. 77c29cb am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img by Neha Malcom Francis · 1 year, 3 months ago
  88. 27ebb15 am65x: yaml: Add AM65x board config files by Neha Malcom Francis · 1 year, 3 months ago
  89. ca5f1e2 j7200: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img by Neha Malcom Francis · 1 year, 3 months ago
  90. e6135b0 j7200: yaml: Add J7200 board config files by Neha Malcom Francis · 1 year, 3 months ago
  91. 1771786 j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img by Neha Malcom Francis · 1 year, 3 months ago
  92. 11ee379 j721e: schema: yaml: Add general schema and J721E board config files by Neha Malcom Francis · 1 year, 3 months ago
  93. 9b03bfe arm: dts: k3: Add support for packaging sysfw.itb and tiboot3.bin by Neha Malcom Francis · 1 year, 3 months ago
  94. 7814482 binman: ti-secure: Add support for TI signing by Neha Malcom Francis · 1 year, 3 months ago
  95. 6c66ccf binman: ti-board-config: Add support for TI board config binaries by Neha Malcom Francis · 1 year, 3 months ago
  96. 247aa5a Merge branch '2023-07-21-assorted-TI-platform-updates' by Tom Rini · 1 year, 3 months ago
  97. 373991d6 common: Kconfig: Fix CMD_BMP/BMP dependency by Samuel Dionne-Riel · 1 year, 3 months ago
  98. a72532f doc: board: ti: am62x_sk: Add A53 SPL DDR layout by Nikhil M Jain · 1 year, 3 months ago
  99. 1f76823 configs: am62x_evm_a53: Add bloblist address by Nikhil M Jain · 1 year, 3 months ago
  100. 954b0ad common: spl: spl: Remove video driver by Nikhil M Jain · 1 year, 3 months ago