1. f3385a5 patman: Convert camel case in tout.py by Simon Glass · 2 years, 9 months ago
  2. 5e2ab40 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 9 months ago
  3. ce31277 patman: Convert camel case in test_checkpatch.py by Simon Glass · 2 years, 9 months ago
  4. 642df43 patman: Convert camel case in project.py by Simon Glass · 2 years, 9 months ago
  5. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 9 months ago
  6. 967af26 patman: Convert camel case in get_maintainer.py by Simon Glass · 2 years, 9 months ago
  7. c3aaa05 patman: Convert camel case in func_test.py by Simon Glass · 2 years, 9 months ago
  8. 208f01b patman: Convert camel case in cros_subprocess.py by Simon Glass · 2 years, 9 months ago
  9. a3eeadf patman: Convert camel case in commit.py by Simon Glass · 2 years, 9 months ago
  10. ae5e926 patman: Convert camel case in checkpatch.py by Simon Glass · 2 years, 9 months ago
  11. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 9 months ago
  12. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  13. 2b4806e buildman: Allow adjusting board config on the fly by Simon Glass · 2 years, 9 months ago
  14. 8ca0931 buildman: Provide a hint on how to debug thread crashes by Simon Glass · 2 years, 9 months ago
  15. 19133b7 buildman: Add helper functions for updating .config files by Simon Glass · 2 years, 9 months ago
  16. d10dc40 buildman: Make use of test_util by Simon Glass · 2 years, 9 months ago
  17. 433fa54 buildman: Add a flag to control the traceback by Simon Glass · 2 years, 9 months ago
  18. 1d0f30e patman: Update test_util to run doc tests by Simon Glass · 2 years, 9 months ago
  19. 8b139f4 Merge tag 'u-boot-imx-20220207' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 9 months ago
  20. 6bbe12f tools: mkeficapsule: dont use malloc.h by Heinrich Schuchardt · 2 years, 9 months ago
  21. eb1c716 tools/mxsimage: Remove fclose on empty FILE pointer by Mattias Hansson · 2 years, 11 months ago
  22. cd59d44 Dockfile, CI: Update to latest focal tag and build by Tom Rini · 2 years, 9 months ago
  23. ad3616e Dockerfile: Add libgnutls package for building mkeficapsule command by AKASHI Takahiro · 2 years, 9 months ago
  24. 54ee416 mkimage: fix segfault on MacOS arm64 by Sergey V. Lobanov · 2 years, 9 months ago
  25. 1047af5 Merge tag 'dm-pull-30jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 9 months ago
  26. ffccee2 tools: kwboot: Set debug flag to 1 by Pali Rohár · 2 years, 9 months ago
  27. a3c6496 tools: kwboot: Fix usage of -D without -t by Pali Rohár · 2 years, 9 months ago
  28. 91fb095 tools: kwboot: Handle EINTR in kwboot_tty_recv() by Pali Rohár · 2 years, 9 months ago
  29. 6ba7d63 tools: kwboot: Handle EINTR in kwboot_write() by Pali Rohár · 2 years, 9 months ago
  30. 8d3b79c tools: kwboot: Remove 2s delay before sending first xmodem packet by Pali Rohár · 2 years, 9 months ago
  31. 2bcd5b1 tools: kwboot: Force BootROM to flush input queue after boot pattern by Pali Rohár · 2 years, 9 months ago
  32. c513fe4 tools: kwboot: Allow to use option -b without image path by Pali Rohár · 2 years, 9 months ago
  33. 5d8aa4c tools: kwboot: Show 'E' in progress output when error occurs by Pali Rohár · 2 years, 9 months ago
  34. 5875ad4 tools: kwboot: Fix handling of repeated xmodem packets by Pali Rohár · 2 years, 9 months ago
  35. 950ed24 tools: kwboot: Do not change received character in kwboot_xm_recv_reply() by Pali Rohár · 2 years, 9 months ago
  36. 94c906a tools: kwboot: Remove code for handling CAN byte by Pali Rohár · 2 years, 9 months ago
  37. 82a9e13 tools: kwboot: Improve retrying logic for incomplete xmodem packets by Pali Rohár · 2 years, 9 months ago
  38. 8bd15fd tools: kwboot: Wait blk_rsp_timeo when flushing by Pali Rohár · 2 years, 9 months ago
  39. ef95143 tools: kwboot: Increase blk_rsp_timeo to 2s by Pali Rohár · 2 years, 9 months ago
  40. fcc87ef binman: Skip node generation for images read from files by Jan Kiszka · 2 years, 9 months ago
  41. 6c928c6 moveconfig: Fix code relying on now-stripped newline characters by Alper Nebi Yasak · 2 years, 9 months ago
  42. e267665 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 9 months ago
  43. 50d5c64 mkimage: sunxi_egon: Allow overriding the padding size by Samuel Holland · 3 years ago
  44. c7d042f Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 9 months ago
  45. 9e63786 tools: mkeficapsule: rework the code a little bit by AKASHI Takahiro · 2 years, 9 months ago
  46. df1ce60 tools: mkeficapsule: output messages to stderr instead of stdout by AKASHI Takahiro · 2 years, 9 months ago
  47. 2a4b0d5 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 9 months ago
  48. 2d2384b tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years ago
  49. 9737c2d tools: Pass public-key node through to caller by Simon Glass · 3 years ago
  50. c033dc8 image: Return destination node for add_verify_data() method by Simon Glass · 3 years ago
  51. 4842234 tools: Drop unused name in image-host by Simon Glass · 3 years ago
  52. 70e6bcc tools: Improve comments in signing functions by Simon Glass · 3 years ago
  53. 7ae46c3 tools: Avoid leaving extra data at the end of copied files by Simon Glass · 3 years ago
  54. e291a5c tools: Move copyfile() into a common file by Simon Glass · 3 years ago
  55. 195f789 fit_check_sign: Update help to mention the key is in a dtb by Simon Glass · 3 years ago
  56. 2ce0738 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · 2 years, 9 months ago
  57. 61a631e binman: Document the __bss_size symbol error by Simon Glass · 2 years, 9 months ago
  58. 3e7749e binman: Add documentation for bintools by Simon Glass · 2 years, 9 months ago
  59. bc57064 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 9 months ago
  60. a00d971 binman: Complete test coverage of comp_util by Simon Glass · 2 years, 9 months ago
  61. 4f9ee83 binman: Plumb in support for missing bintools by Simon Glass · 2 years, 9 months ago
  62. 359e431 binman: Convert to using the lzma_alone bintool by Simon Glass · 2 years, 9 months ago
  63. 4cd4ee0 binman: Add a bintool implementation for lzma_alone by Simon Glass · 2 years, 9 months ago
  64. 33ce351 binman: Convert to using the lz4 bintool by Simon Glass · 2 years, 9 months ago
  65. 992d475 binman: Add a bintool implementation for lz4 by Simon Glass · 2 years, 9 months ago
  66. 0d1e95a binman: Tidy up pylint warnings in comp_util by Simon Glass · 2 years, 9 months ago
  67. ad35ce5 binman: Move compression into binman by Simon Glass · 2 years, 9 months ago
  68. f75db1e binman: Convert to using the mkimage bintool by Simon Glass · 2 years, 9 months ago
  69. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 9 months ago
  70. a104bb2 binman: Convert to using the futility bintool by Simon Glass · 2 years, 9 months ago
  71. 388f04f binman: Convert to using the FIP bintool by Simon Glass · 2 years, 9 months ago
  72. 5417da5 binman: Convert to using the CBFS bintool by Simon Glass · 2 years, 9 months ago
  73. 56ee85e binman: Enable bintool tests including cmdline processing by Simon Glass · 2 years, 9 months ago
  74. e1b7e4d binman: Add a bintool implementation for mkimage by Simon Glass · 2 years, 9 months ago
  75. 6f7eb0c binman: Add a bintool implementation for ifwitool by Simon Glass · 2 years, 9 months ago
  76. 9d3a7a2 binman: Add a bintool implementation for futility by Simon Glass · 2 years, 9 months ago
  77. bf87b20 binman: Add a bintool implementation for fiptool by Simon Glass · 2 years, 9 months ago
  78. d388333 binman: Add a bintool implementation for cbfstool by Simon Glass · 2 years, 9 months ago
  79. 3b47dfa binman: Add tests for bintool by Simon Glass · 2 years, 9 months ago
  80. 386c63c binman: Plumb in support for bintools by Simon Glass · 2 years, 9 months ago
  81. 252de6b binman: Add support for bintools by Simon Glass · 2 years, 9 months ago
  82. 81d6e3f binman: Add installation instructions by Simon Glass · 2 years, 9 months ago
  83. 7f29583 binman: Correct path for fip_util by Simon Glass · 2 years, 9 months ago
  84. f4590e0 binman: Allow faked blobs in blob-ext-list by Simon Glass · 2 years, 9 months ago
  85. 2cc8c1f binman: Drop the image name from the fake-blob message by Simon Glass · 2 years, 9 months ago
  86. 596fd10 patman: Add a function to find a tool on the path by Simon Glass · 2 years, 9 months ago
  87. 5b79686 patman: Tidy up the download function a little by Simon Glass · 2 years, 9 months ago
  88. 8ea6d23 buildman: Move the download function to tools by Simon Glass · 2 years, 9 months ago
  89. ade5327 patman: Allow running a tool and returning the full result by Simon Glass · 2 years, 9 months ago
  90. 8bc78b7 binman: Expand the external FIT test a little by Simon Glass · 2 years, 9 months ago
  91. 206117a mkimage: Show the external-offset error by Simon Glass · 2 years, 9 months ago
  92. 1e18a69 binman: Tweak elf tests for a toolchain change by Simon Glass · 2 years, 9 months ago
  93. 91197aa moveconfig: Fix some pylint errors by Simon Glass · 2 years, 10 months ago
  94. 37f815c moveconfig: Use a function to read files by Simon Glass · 2 years, 10 months ago
  95. 2fd85bd moveconfig: Use a function to write files by Simon Glass · 2 years, 10 months ago
  96. 478920d moveconfig: Drop check for old Python by Simon Glass · 2 years, 10 months ago
  97. b2e83c6 moveconfig: Convert to ArgumentParser by Simon Glass · 2 years, 10 months ago
  98. daa694d moveconfig: Use single quotes by Simon Glass · 2 years, 10 months ago
  99. 65d7fce moveconfig: Allow querying board configuration by Simon Glass · 2 years, 10 months ago
  100. 84067a5 moveconfig: Allow adding unit tests by Simon Glass · 2 years, 10 months ago