1. 9b0b023 patman: Convert camel case in get_maintainer.py by Simon Glass · Sat Jan 29 14:14:10 2022 -0700
  2. d85bb8f patman: Convert camel case in func_test.py by Simon Glass · Sat Jan 29 14:14:09 2022 -0700
  3. 4c0557b patman: Convert camel case in cros_subprocess.py by Simon Glass · Sat Jan 29 14:14:08 2022 -0700
  4. 530ac27 patman: Convert camel case in commit.py by Simon Glass · Sat Jan 29 14:14:07 2022 -0700
  5. d84e84a patman: Convert camel case in checkpatch.py by Simon Glass · Sat Jan 29 14:14:06 2022 -0700
  6. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  7. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  8. e5650a8 buildman: Allow adjusting board config on the fly by Simon Glass · Sat Jan 22 05:07:33 2022 -0700
  9. 9bac167 buildman: Provide a hint on how to debug thread crashes by Simon Glass · Sat Jan 22 05:07:32 2022 -0700
  10. 22901f9 buildman: Add helper functions for updating .config files by Simon Glass · Sat Jan 22 05:07:31 2022 -0700
  11. 6f484e4 buildman: Make use of test_util by Simon Glass · Sat Jan 22 05:07:30 2022 -0700
  12. 838ddf3 buildman: Add a flag to control the traceback by Simon Glass · Sat Jan 22 05:07:29 2022 -0700
  13. c27d22d patman: Update test_util to run doc tests by Simon Glass · Sat Jan 22 05:07:28 2022 -0700
  14. 28af92d Merge tag 'u-boot-imx-20220207' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Feb 07 12:13:53 2022 -0500
  15. 1bf26ee tools: mkeficapsule: dont use malloc.h by Heinrich Schuchardt · Sat Feb 05 20:10:03 2022 +0100
  16. 399710b tools/mxsimage: Remove fclose on empty FILE pointer by Mattias Hansson · Wed Nov 24 13:10:49 2021 +0100
  17. eace69f Dockfile, CI: Update to latest focal tag and build by Tom Rini · Thu Feb 03 08:38:34 2022 -0500
  18. 3edc347 Dockerfile: Add libgnutls package for building mkeficapsule command by AKASHI Takahiro · Tue Feb 01 10:32:36 2022 +0900
  19. 0fe2f1b mkimage: fix segfault on MacOS arm64 by Sergey V. Lobanov · Tue Jan 25 02:29:44 2022 +0300
  20. 5e45856 Merge tag 'dm-pull-30jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Mon Jan 31 09:26:54 2022 -0500
  21. e4b8fca tools: kwboot: Set debug flag to 1 by Pali Rohár · Tue Jan 25 18:13:13 2022 +0100
  22. 577506c tools: kwboot: Fix usage of -D without -t by Pali Rohár · Tue Jan 25 18:13:12 2022 +0100
  23. 613bd8b tools: kwboot: Handle EINTR in kwboot_tty_recv() by Pali Rohár · Tue Jan 25 18:13:11 2022 +0100
  24. 5350df1 tools: kwboot: Handle EINTR in kwboot_write() by Pali Rohár · Tue Jan 25 18:13:10 2022 +0100
  25. 1a0755e tools: kwboot: Remove 2s delay before sending first xmodem packet by Pali Rohár · Tue Jan 25 18:13:09 2022 +0100
  26. e68c27bd tools: kwboot: Force BootROM to flush input queue after boot pattern by Pali Rohár · Tue Jan 25 18:13:08 2022 +0100
  27. 4895336 tools: kwboot: Allow to use option -b without image path by Pali Rohár · Tue Jan 25 18:13:07 2022 +0100
  28. b3760f9 tools: kwboot: Show 'E' in progress output when error occurs by Pali Rohár · Tue Jan 25 18:13:06 2022 +0100
  29. 80241ce tools: kwboot: Fix handling of repeated xmodem packets by Pali Rohár · Tue Jan 25 18:13:05 2022 +0100
  30. 230d4f8 tools: kwboot: Do not change received character in kwboot_xm_recv_reply() by Pali Rohár · Tue Jan 25 18:13:04 2022 +0100
  31. 6af1429 tools: kwboot: Remove code for handling CAN byte by Pali Rohár · Tue Jan 25 18:13:03 2022 +0100
  32. e4529bd tools: kwboot: Improve retrying logic for incomplete xmodem packets by Pali Rohár · Tue Jan 25 18:13:02 2022 +0100
  33. b43d90f tools: kwboot: Wait blk_rsp_timeo when flushing by Pali Rohár · Tue Jan 25 18:13:01 2022 +0100
  34. def9838 tools: kwboot: Increase blk_rsp_timeo to 2s by Pali Rohár · Tue Jan 25 18:13:00 2022 +0100
  35. 58c407f binman: Skip node generation for images read from files by Jan Kiszka · Fri Jan 28 20:37:53 2022 +0100
  36. cab8407 moveconfig: Fix code relying on now-stripped newline characters by Alper Nebi Yasak · Sat Jan 29 18:22:08 2022 +0300
  37. 8b5e03a Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Sun Jan 30 17:12:34 2022 -0500
  38. f3b114d mkimage: sunxi_egon: Allow overriding the padding size by Samuel Holland · Tue Oct 12 19:21:27 2021 -0500
  39. 263f1b7 Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jan 29 13:50:19 2022 -0500
  40. 30fcea2 tools: mkeficapsule: rework the code a little bit by AKASHI Takahiro · Tue Jan 18 13:39:45 2022 +0900
  41. 6cf40d4 tools: mkeficapsule: output messages to stderr instead of stdout by AKASHI Takahiro · Tue Jan 18 13:39:44 2022 +0900
  42. 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · Wed Jan 19 16:23:21 2022 +0800
  43. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · Fri Nov 12 12:28:13 2021 -0700
  44. 89c3fb6 tools: Pass public-key node through to caller by Simon Glass · Fri Nov 12 12:28:12 2021 -0700
  45. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · Fri Nov 12 12:28:11 2021 -0700
  46. 888c0c5 tools: Drop unused name in image-host by Simon Glass · Fri Nov 12 12:28:07 2021 -0700
  47. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · Fri Nov 12 12:28:06 2021 -0700
  48. 5c5797f tools: Avoid leaving extra data at the end of copied files by Simon Glass · Fri Nov 12 12:28:05 2021 -0700
  49. 674fc7f tools: Move copyfile() into a common file by Simon Glass · Fri Nov 12 12:28:04 2021 -0700
  50. baab20c fit_check_sign: Update help to mention the key is in a dtb by Simon Glass · Fri Nov 12 12:28:03 2021 -0700
  51. d589456 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · Mon Jan 24 08:11:01 2022 +0100
  52. ddd5e1d binman: Document the __bss_size symbol error by Simon Glass · Sun Jan 23 12:55:46 2022 -0700
  53. 4142486 binman: Add documentation for bintools by Simon Glass · Sun Jan 09 20:14:12 2022 -0700
  54. 620c446 binman: Add a command to generate bintool docs by Simon Glass · Sun Jan 09 20:14:11 2022 -0700
  55. dab7c14 binman: Complete test coverage of comp_util by Simon Glass · Sun Jan 09 20:14:10 2022 -0700
  56. 66152ce binman: Plumb in support for missing bintools by Simon Glass · Sun Jan 09 20:14:09 2022 -0700
  57. 84b0c22 binman: Convert to using the lzma_alone bintool by Simon Glass · Sun Jan 09 20:14:08 2022 -0700
  58. c793d30 binman: Add a bintool implementation for lzma_alone by Simon Glass · Sun Jan 09 20:14:07 2022 -0700
  59. 9203c16 binman: Convert to using the lz4 bintool by Simon Glass · Sun Jan 09 20:14:06 2022 -0700
  60. a5c0a42 binman: Add a bintool implementation for lz4 by Simon Glass · Sun Jan 09 20:14:05 2022 -0700
  61. dd5c14ec binman: Tidy up pylint warnings in comp_util by Simon Glass · Sun Jan 09 20:14:04 2022 -0700
  62. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  63. 1ea5004 binman: Convert to using the mkimage bintool by Simon Glass · Sun Jan 09 20:14:02 2022 -0700
  64. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  65. 8d0ee73 binman: Convert to using the futility bintool by Simon Glass · Sun Jan 09 20:14:00 2022 -0700
  66. b283322 binman: Convert to using the FIP bintool by Simon Glass · Sun Jan 09 20:13:59 2022 -0700
  67. a7c941e binman: Convert to using the CBFS bintool by Simon Glass · Sun Jan 09 20:13:58 2022 -0700
  68. 162017b binman: Enable bintool tests including cmdline processing by Simon Glass · Sun Jan 09 20:13:57 2022 -0700
  69. 48bca84 binman: Add a bintool implementation for mkimage by Simon Glass · Sun Jan 09 20:13:56 2022 -0700
  70. 645ca58 binman: Add a bintool implementation for ifwitool by Simon Glass · Sun Jan 09 20:13:55 2022 -0700
  71. 7a1c101 binman: Add a bintool implementation for futility by Simon Glass · Sun Jan 09 20:13:54 2022 -0700
  72. a6aafc6 binman: Add a bintool implementation for fiptool by Simon Glass · Sun Jan 09 20:13:53 2022 -0700
  73. b8dbca9 binman: Add a bintool implementation for cbfstool by Simon Glass · Sun Jan 09 20:13:52 2022 -0700
  74. 275fa2c binman: Add tests for bintool by Simon Glass · Sun Jan 09 20:13:51 2022 -0700
  75. 4eae925 binman: Plumb in support for bintools by Simon Glass · Sun Jan 09 20:13:50 2022 -0700
  76. 861fbbf binman: Add support for bintools by Simon Glass · Sun Jan 09 20:13:49 2022 -0700
  77. 7a7874f binman: Add installation instructions by Simon Glass · Sun Jan 09 20:13:48 2022 -0700
  78. 25639a0 binman: Correct path for fip_util by Simon Glass · Sun Jan 09 20:13:47 2022 -0700
  79. ceb5f91 binman: Allow faked blobs in blob-ext-list by Simon Glass · Sun Jan 09 20:13:46 2022 -0700
  80. f9f3403 binman: Drop the image name from the fake-blob message by Simon Glass · Sun Jan 09 20:13:45 2022 -0700
  81. 835b0e9 patman: Add a function to find a tool on the path by Simon Glass · Sun Jan 09 20:13:43 2022 -0700
  82. 9158060 patman: Tidy up the download function a little by Simon Glass · Sun Jan 09 20:13:42 2022 -0700
  83. 25885d1 buildman: Move the download function to tools by Simon Glass · Sun Jan 09 20:13:41 2022 -0700
  84. 6d493a5 patman: Allow running a tool and returning the full result by Simon Glass · Sun Jan 09 20:13:40 2022 -0700
  85. 7932c88 binman: Expand the external FIT test a little by Simon Glass · Sun Jan 09 20:13:39 2022 -0700
  86. 00c0677 mkimage: Show the external-offset error by Simon Glass · Sun Jan 09 20:13:38 2022 -0700
  87. 315400e binman: Tweak elf tests for a toolchain change by Simon Glass · Sun Jan 09 20:13:37 2022 -0700
  88. b3464eb moveconfig: Fix some pylint errors by Simon Glass · Sat Dec 18 14:54:35 2021 -0700
  89. aba238f moveconfig: Use a function to read files by Simon Glass · Sat Dec 18 14:54:34 2021 -0700
  90. b09ae45 moveconfig: Use a function to write files by Simon Glass · Sat Dec 18 14:54:33 2021 -0700
  91. 34c505f moveconfig: Drop check for old Python by Simon Glass · Sat Dec 18 14:54:32 2021 -0700
  92. d9c1da2 moveconfig: Convert to ArgumentParser by Simon Glass · Sat Dec 18 14:54:31 2021 -0700
  93. dc634d9 moveconfig: Use single quotes by Simon Glass · Sat Dec 18 14:54:30 2021 -0700
  94. 0082b2e moveconfig: Allow querying board configuration by Simon Glass · Sat Dec 18 08:09:46 2021 -0700
  95. bb57be7 moveconfig: Allow adding unit tests by Simon Glass · Sat Dec 18 08:09:45 2021 -0700
  96. 0559a74 moveconfig: Sort the options by Simon Glass · Sat Dec 18 08:09:44 2021 -0700
  97. f931c2f moveconfig: Read the database in a separate function by Simon Glass · Sat Dec 18 08:09:43 2021 -0700
  98. 93c0a9e moveconfig: Correct operation of the 'imply' feature by Simon Glass · Sat Dec 18 08:09:42 2021 -0700
  99. 964192e tools: Add init files for Python tools by Simon Glass · Sun Nov 21 20:48:39 2021 -0700
  100. fc568d8 patman: Update the list of modules by Simon Glass · Sun Nov 21 20:48:38 2021 -0700