1. a00fdd7 Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Feb 11 15:07:49 2022 -0500
  2. ba21243 tools: mkeficapsule: allow for specifying GUID explicitly by AKASHI Takahiro · Wed Feb 09 19:10:39 2022 +0900
  3. c246b76 tools: mkeficapsule: add firmware image signing by AKASHI Takahiro · Wed Feb 09 19:10:35 2022 +0900
  4. 0f65d83 tools: build mkeficapsule with tools-only_defconfig by AKASHI Takahiro · Wed Feb 09 19:10:34 2022 +0900
  5. 02acbf1 fw_env: simplify logic & code paths in the fw_env_open() by Rafał Miłecki · Wed Jan 12 12:47:06 2022 +0100
  6. 840ec19 fw_env: make flash_io() take buffer as an argument by Rafał Miłecki · Wed Jan 12 12:47:05 2022 +0100
  7. 61f1fbd mkimage: Improve documentation of algo-name parameter by Jan Kiszka · Sat Feb 05 13:19:36 2022 +0100
  8. 6f775ff Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Feb 10 09:02:06 2022 -0500
  9. cf91fa8 tools: kwboot: Allow to use -b without image path as the last getopt() option by Pali Rohár · Mon Feb 07 10:12:24 2022 +0100
  10. 111779f tools: kwboot: Fix detection of quit esc sequence by Pali Rohár · Thu Feb 03 17:45:20 2022 +0100
  11. d455326 binman: Convert FIT entry type to a subclass of Section entry type by Alper Nebi Yasak · Tue Feb 08 01:08:07 2022 +0300
  12. 513a149 binman: Check missing bintools of Section subclasses by Alper Nebi Yasak · Tue Feb 08 01:08:06 2022 +0300
  13. e706d87 binman: Register and check bintools from FIT subentries by Alper Nebi Yasak · Tue Feb 08 01:08:05 2022 +0300
  14. 09fb061 binman: Fix subentry expansion for FIT entry type by Alper Nebi Yasak · Tue Feb 08 01:08:04 2022 +0300
  15. 0281158 patman: Convert camel case in terminal.py by Simon Glass · Sat Jan 29 14:14:18 2022 -0700
  16. f45d374 patman: Rename Color() method to build() by Simon Glass · Sat Jan 29 14:14:17 2022 -0700
  17. 1f1e830 patman: Rename Print() to Tprint() by Simon Glass · Sat Jan 29 14:14:16 2022 -0700
  18. 011f1b3 patman: Convert camel case in tout.py by Simon Glass · Sat Jan 29 14:14:15 2022 -0700
  19. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · Sat Jan 29 14:14:14 2022 -0700
  20. 88a9ec2 patman: Convert camel case in test_checkpatch.py by Simon Glass · Sat Jan 29 14:14:13 2022 -0700
  21. 1908d354 patman: Convert camel case in project.py by Simon Glass · Sat Jan 29 14:14:12 2022 -0700
  22. 761648b patman: Convert camel case in gitutil.py by Simon Glass · Sat Jan 29 14:14:11 2022 -0700
  23. 9b0b023 patman: Convert camel case in get_maintainer.py by Simon Glass · Sat Jan 29 14:14:10 2022 -0700
  24. d85bb8f patman: Convert camel case in func_test.py by Simon Glass · Sat Jan 29 14:14:09 2022 -0700
  25. 4c0557b patman: Convert camel case in cros_subprocess.py by Simon Glass · Sat Jan 29 14:14:08 2022 -0700
  26. 530ac27 patman: Convert camel case in commit.py by Simon Glass · Sat Jan 29 14:14:07 2022 -0700
  27. d84e84a patman: Convert camel case in checkpatch.py by Simon Glass · Sat Jan 29 14:14:06 2022 -0700
  28. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  29. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  30. e5650a8 buildman: Allow adjusting board config on the fly by Simon Glass · Sat Jan 22 05:07:33 2022 -0700
  31. 9bac167 buildman: Provide a hint on how to debug thread crashes by Simon Glass · Sat Jan 22 05:07:32 2022 -0700
  32. 22901f9 buildman: Add helper functions for updating .config files by Simon Glass · Sat Jan 22 05:07:31 2022 -0700
  33. 6f484e4 buildman: Make use of test_util by Simon Glass · Sat Jan 22 05:07:30 2022 -0700
  34. 838ddf3 buildman: Add a flag to control the traceback by Simon Glass · Sat Jan 22 05:07:29 2022 -0700
  35. c27d22d patman: Update test_util to run doc tests by Simon Glass · Sat Jan 22 05:07:28 2022 -0700
  36. 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
  37. 1bf26ee tools: mkeficapsule: dont use malloc.h by Heinrich Schuchardt · Sat Feb 05 20:10:03 2022 +0100
  38. 399710b tools/mxsimage: Remove fclose on empty FILE pointer by Mattias Hansson · Wed Nov 24 13:10:49 2021 +0100
  39. eace69f Dockfile, CI: Update to latest focal tag and build by Tom Rini · Thu Feb 03 08:38:34 2022 -0500
  40. 3edc347 Dockerfile: Add libgnutls package for building mkeficapsule command by AKASHI Takahiro · Tue Feb 01 10:32:36 2022 +0900
  41. 0fe2f1b mkimage: fix segfault on MacOS arm64 by Sergey V. Lobanov · Tue Jan 25 02:29:44 2022 +0300
  42. 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
  43. e4b8fca tools: kwboot: Set debug flag to 1 by Pali Rohár · Tue Jan 25 18:13:13 2022 +0100
  44. 577506c tools: kwboot: Fix usage of -D without -t by Pali Rohár · Tue Jan 25 18:13:12 2022 +0100
  45. 613bd8b tools: kwboot: Handle EINTR in kwboot_tty_recv() by Pali Rohár · Tue Jan 25 18:13:11 2022 +0100
  46. 5350df1 tools: kwboot: Handle EINTR in kwboot_write() by Pali Rohár · Tue Jan 25 18:13:10 2022 +0100
  47. 1a0755e tools: kwboot: Remove 2s delay before sending first xmodem packet by Pali Rohár · Tue Jan 25 18:13:09 2022 +0100
  48. e68c27bd tools: kwboot: Force BootROM to flush input queue after boot pattern by Pali Rohár · Tue Jan 25 18:13:08 2022 +0100
  49. 4895336 tools: kwboot: Allow to use option -b without image path by Pali Rohár · Tue Jan 25 18:13:07 2022 +0100
  50. b3760f9 tools: kwboot: Show 'E' in progress output when error occurs by Pali Rohár · Tue Jan 25 18:13:06 2022 +0100
  51. 80241ce tools: kwboot: Fix handling of repeated xmodem packets by Pali Rohár · Tue Jan 25 18:13:05 2022 +0100
  52. 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
  53. 6af1429 tools: kwboot: Remove code for handling CAN byte by Pali Rohár · Tue Jan 25 18:13:03 2022 +0100
  54. e4529bd tools: kwboot: Improve retrying logic for incomplete xmodem packets by Pali Rohár · Tue Jan 25 18:13:02 2022 +0100
  55. b43d90f tools: kwboot: Wait blk_rsp_timeo when flushing by Pali Rohár · Tue Jan 25 18:13:01 2022 +0100
  56. def9838 tools: kwboot: Increase blk_rsp_timeo to 2s by Pali Rohár · Tue Jan 25 18:13:00 2022 +0100
  57. 58c407f binman: Skip node generation for images read from files by Jan Kiszka · Fri Jan 28 20:37:53 2022 +0100
  58. cab8407 moveconfig: Fix code relying on now-stripped newline characters by Alper Nebi Yasak · Sat Jan 29 18:22:08 2022 +0300
  59. 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
  60. f3b114d mkimage: sunxi_egon: Allow overriding the padding size by Samuel Holland · Tue Oct 12 19:21:27 2021 -0500
  61. 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
  62. 30fcea2 tools: mkeficapsule: rework the code a little bit by AKASHI Takahiro · Tue Jan 18 13:39:45 2022 +0900
  63. 6cf40d4 tools: mkeficapsule: output messages to stderr instead of stdout by AKASHI Takahiro · Tue Jan 18 13:39:44 2022 +0900
  64. 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · Wed Jan 19 16:23:21 2022 +0800
  65. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · Fri Nov 12 12:28:13 2021 -0700
  66. 89c3fb6 tools: Pass public-key node through to caller by Simon Glass · Fri Nov 12 12:28:12 2021 -0700
  67. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · Fri Nov 12 12:28:11 2021 -0700
  68. 888c0c5 tools: Drop unused name in image-host by Simon Glass · Fri Nov 12 12:28:07 2021 -0700
  69. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · Fri Nov 12 12:28:06 2021 -0700
  70. 5c5797f tools: Avoid leaving extra data at the end of copied files by Simon Glass · Fri Nov 12 12:28:05 2021 -0700
  71. 674fc7f tools: Move copyfile() into a common file by Simon Glass · Fri Nov 12 12:28:04 2021 -0700
  72. 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
  73. d589456 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · Mon Jan 24 08:11:01 2022 +0100
  74. ddd5e1d binman: Document the __bss_size symbol error by Simon Glass · Sun Jan 23 12:55:46 2022 -0700
  75. 4142486 binman: Add documentation for bintools by Simon Glass · Sun Jan 09 20:14:12 2022 -0700
  76. 620c446 binman: Add a command to generate bintool docs by Simon Glass · Sun Jan 09 20:14:11 2022 -0700
  77. dab7c14 binman: Complete test coverage of comp_util by Simon Glass · Sun Jan 09 20:14:10 2022 -0700
  78. 66152ce binman: Plumb in support for missing bintools by Simon Glass · Sun Jan 09 20:14:09 2022 -0700
  79. 84b0c22 binman: Convert to using the lzma_alone bintool by Simon Glass · Sun Jan 09 20:14:08 2022 -0700
  80. c793d30 binman: Add a bintool implementation for lzma_alone by Simon Glass · Sun Jan 09 20:14:07 2022 -0700
  81. 9203c16 binman: Convert to using the lz4 bintool by Simon Glass · Sun Jan 09 20:14:06 2022 -0700
  82. a5c0a42 binman: Add a bintool implementation for lz4 by Simon Glass · Sun Jan 09 20:14:05 2022 -0700
  83. dd5c14ec binman: Tidy up pylint warnings in comp_util by Simon Glass · Sun Jan 09 20:14:04 2022 -0700
  84. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  85. 1ea5004 binman: Convert to using the mkimage bintool by Simon Glass · Sun Jan 09 20:14:02 2022 -0700
  86. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  87. 8d0ee73 binman: Convert to using the futility bintool by Simon Glass · Sun Jan 09 20:14:00 2022 -0700
  88. b283322 binman: Convert to using the FIP bintool by Simon Glass · Sun Jan 09 20:13:59 2022 -0700
  89. a7c941e binman: Convert to using the CBFS bintool by Simon Glass · Sun Jan 09 20:13:58 2022 -0700
  90. 162017b binman: Enable bintool tests including cmdline processing by Simon Glass · Sun Jan 09 20:13:57 2022 -0700
  91. 48bca84 binman: Add a bintool implementation for mkimage by Simon Glass · Sun Jan 09 20:13:56 2022 -0700
  92. 645ca58 binman: Add a bintool implementation for ifwitool by Simon Glass · Sun Jan 09 20:13:55 2022 -0700
  93. 7a1c101 binman: Add a bintool implementation for futility by Simon Glass · Sun Jan 09 20:13:54 2022 -0700
  94. a6aafc6 binman: Add a bintool implementation for fiptool by Simon Glass · Sun Jan 09 20:13:53 2022 -0700
  95. b8dbca9 binman: Add a bintool implementation for cbfstool by Simon Glass · Sun Jan 09 20:13:52 2022 -0700
  96. 275fa2c binman: Add tests for bintool by Simon Glass · Sun Jan 09 20:13:51 2022 -0700
  97. 4eae925 binman: Plumb in support for bintools by Simon Glass · Sun Jan 09 20:13:50 2022 -0700
  98. 861fbbf binman: Add support for bintools by Simon Glass · Sun Jan 09 20:13:49 2022 -0700
  99. 7a7874f binman: Add installation instructions by Simon Glass · Sun Jan 09 20:13:48 2022 -0700
  100. 25639a0 binman: Correct path for fip_util by Simon Glass · Sun Jan 09 20:13:47 2022 -0700