1. 3bdb668 tools: termios_linux.h: Fix compilation on non-glibc systems by Pali Rohár · Thu Sep 08 16:59:36 2022 +0200
  2. 5285984 tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms by Stefan Roese · Fri Aug 19 09:43:59 2022 +0200
  3. 56d0541 binman: Add VPL support by Simon Glass · Mon Feb 28 07:16:54 2022 -0700
  4. ffe3cd5 Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Sep 07 08:38:44 2022 -0400
  5. 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · Fri Sep 02 15:10:49 2022 +0200
  6. 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · Fri Sep 02 15:10:48 2022 +0200
  7. d2c153f binman: bintool: bzip2: fix version function on non-Debian-based systems by Quentin Schulz · Thu Sep 01 17:51:43 2022 +0200
  8. 94c3ff6 binman: btool: futility: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:42 2022 +0200
  9. 853c514 binman: btool: fiptool: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:41 2022 +0200
  10. 3264c35 binman: bintool: parametrize args to pass to binary for returning version by Quentin Schulz · Thu Sep 01 17:51:40 2022 +0200
  11. 21811f6 binman: btool: mkimage: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:39 2022 +0200
  12. 29d45ac binman: btool: lz4: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:38 2022 +0200
  13. bbfc137 binman: bintool: move version check implementation into bintool class by Quentin Schulz · Thu Sep 01 17:51:37 2022 +0200
  14. ca87ebf binman: btool: gzip: fix packer name so that binary can be found by Quentin Schulz · Wed Aug 31 17:55:14 2022 +0200
  15. a94c5e6 tools: mkimage: fix build with recent LibreSSL by Mark Kettenis · Mon Aug 29 13:34:01 2022 +0200
  16. 3074bdd binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · Tue Aug 23 12:46:09 2022 +0200
  17. fca3856 binman: Document how to handle dependent images by Simon Glass · Thu Aug 18 02:16:46 2022 -0600
  18. 7d959c5 binman: Mention split-elf in the main docs by Simon Glass · Thu Aug 18 02:16:45 2022 -0600
  19. 8c73b76 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · Wed Aug 17 12:47:07 2022 -0600
  20. a1975d9 patman: Fix version table by Simon Glass · Wed Aug 17 12:47:06 2022 -0600
  21. e19f097 Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Mon Aug 22 12:41:07 2022 -0400
  22. d1ed446 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · Tue Aug 09 21:08:54 2022 -0400
  23. a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:38 2022 +0200
  24. eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:37 2022 +0200
  25. 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:36 2022 +0200
  26. 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:35 2022 +0200
  27. 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:34 2022 +0200
  28. 23cb821 binman: Add BintoolPacker class to bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:33 2022 +0200
  29. a14bee0 binman: Add compression tests by Stefan Herbrechtsmeier · Fri Aug 19 16:25:32 2022 +0200
  30. 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · Fri Aug 19 16:25:31 2022 +0200
  31. a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:30 2022 +0200
  32. 80c6277 binman: Select compression bintools in cbfs_util class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:29 2022 +0200
  33. b4bfbce binman: Move compression bintools creation into test setup by Stefan Herbrechtsmeier · Fri Aug 19 16:25:28 2022 +0200
  34. b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · Fri Aug 19 16:25:27 2022 +0200
  35. 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · Fri Aug 19 16:25:26 2022 +0200
  36. 11121d3 binman: Add length header attribute to dtb entry by Stefan Herbrechtsmeier · Fri Aug 19 16:25:25 2022 +0200
  37. 7f128a7 binman: Add DecompressData function to entry class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:24 2022 +0200
  38. 86f1fc0 binman: Check only section data in multi section test by Stefan Herbrechtsmeier · Fri Aug 19 16:25:23 2022 +0200
  39. 4725030 binman: Collect bintools before usage by Stefan Herbrechtsmeier · Fri Aug 19 16:25:22 2022 +0200
  40. c766c8e binman: Forward AddBintools calls to base class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:21 2022 +0200
  41. 2cb6cdb binman: Forward AddBintools calls to sub entries in cbfs_util by Stefan Herbrechtsmeier · Fri Aug 19 16:25:20 2022 +0200
  42. 486b944 binman: Avoid duplicates in bintool lists by Stefan Herbrechtsmeier · Fri Aug 19 16:25:19 2022 +0200
  43. 732742e binman: Skip elf tests if python elftools is not available by Stefan Herbrechtsmeier · Fri Aug 19 16:25:18 2022 +0200
  44. bd5cd88 binman: Allow collection to use entries from other sections by Simon Glass · Sat Aug 13 11:40:50 2022 -0600
  45. b166975 binman: Allow passing entries using -n by Simon Glass · Sat Aug 13 11:40:49 2022 -0600
  46. 8fbca77 binman: Allow the image name to be the data file by Simon Glass · Sat Aug 13 11:40:48 2022 -0600
  47. 42074dc binman: Improve mkimage documentation by Simon Glass · Sat Aug 13 11:40:47 2022 -0600
  48. c6b283f binman: Avoid use of expected failure by Simon Glass · Sat Aug 13 11:40:46 2022 -0600
  49. ff1df8c binman: Adjust mkimage etype node reading by Simon Glass · Sat Aug 13 11:40:45 2022 -0600
  50. 0cf5bce binman: Add a way to check for missing properties by Simon Glass · Sat Aug 13 11:40:44 2022 -0600
  51. 9f57158 binman: Fix up the entry-docs for Entry_pre_load by Simon Glass · Sat Aug 13 11:40:43 2022 -0600
  52. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · Sat Aug 13 11:40:42 2022 -0600
  53. 5881641 patman: Put the coverage command-line last by Simon Glass · Sat Aug 13 11:40:41 2022 -0600
  54. 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · Sun Aug 07 09:46:46 2022 -0600
  55. 53f376b arm: k3: Correct an awk warning by Simon Glass · Sun Aug 07 07:12:19 2022 -0600
  56. aa89265 tools: mkeficapsule: use pkg-config for each lib separat by Heiko Thiery · Sat Aug 06 13:22:53 2022 +0200
  57. 76d71b0 binman: Add more documentation about binman usage by Simon Glass · Sun Aug 07 16:33:26 2022 -0600
  58. a7c9778 binman: Add rST references for binman entry types by Simon Glass · Sun Aug 07 16:33:25 2022 -0600
  59. c8ab031 patman: Add documentation to doc/ by Simon Glass · Tue Aug 09 13:49:57 2022 -0600
  60. 04afdfe dtoc: Correct remaining pylint problems in test_fdt by Simon Glass · Sat Jul 30 20:57:10 2022 -0600
  61. 882f632 test_fdt: Convert to use argparse by Simon Glass · Sat Jul 30 20:57:09 2022 -0600
  62. 9954cda dtoc: Move main program into its own function by Simon Glass · Sat Jul 30 20:57:08 2022 -0600
  63. b6ec10c dtoc: Fix fdt test coverage by Simon Glass · Sat Jul 30 20:57:07 2022 -0600
  64. 8726f66 dtoc: Tidy up fdt_tests RunTests() by Simon Glass · Sat Jul 30 20:57:06 2022 -0600
  65. 9852bef dtoc: Tidy up fdt_tests RunTestCoverage() args by Simon Glass · Sat Jul 30 20:57:05 2022 -0600
  66. 42c84a9 buildman: Drop a TODO that is done by Simon Glass · Mon Jul 11 19:04:13 2022 -0600
  67. fde4dd3 buildman: Drop a Python 2.7 comment by Simon Glass · Mon Jul 11 19:04:12 2022 -0600
  68. 86a2afe buildman: Allow lines without a symbol by Simon Glass · Mon Jul 11 19:04:11 2022 -0600
  69. ff9ecc2 Drop genboardscfg.py by Simon Glass · Mon Jul 11 19:04:10 2022 -0600
  70. afbd213 buildman: Return an error if there are maintainer warnings by Simon Glass · Mon Jul 11 19:04:08 2022 -0600
  71. 1d2c13c Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · Mon Jul 11 19:04:07 2022 -0600
  72. d2d4c60 buildman: Replace the Options column with config name by Simon Glass · Mon Jul 11 19:04:06 2022 -0600
  73. 58d41be buildman: Tidy up pylint problems in boards module by Simon Glass · Mon Jul 11 19:04:05 2022 -0600
  74. 0c477b7 buildman: Incorporate the genboardscfg.py tool by Simon Glass · Mon Jul 11 19:04:04 2022 -0600
  75. 20751d6 buildman: Split out Boards into its own file by Simon Glass · Mon Jul 11 19:04:03 2022 -0600
  76. 127a239 buildman: Convert camel case in board.py by Simon Glass · Mon Jul 11 19:04:02 2022 -0600
  77. c093f61 buildman: Drop use of 'board' in board module by Simon Glass · Mon Jul 11 19:04:01 2022 -0600
  78. 5df4522 buildman: Drop use of 'boards' in control by Simon Glass · Mon Jul 11 19:04:00 2022 -0600
  79. b0786df buildman: Fix use of 'boards' in test by Simon Glass · Mon Jul 11 19:03:59 2022 -0600
  80. d4c6c8a buildman: Fix use of 'boards' in func_test by Simon Glass · Mon Jul 11 19:03:58 2022 -0600
  81. 8132f98 buildman: Avoid using board as a variable by Simon Glass · Mon Jul 11 19:03:57 2022 -0600
  82. 6c43562 buildman: Support running from an IDE by Simon Glass · Mon Jul 11 19:03:56 2022 -0600
  83. dcbc702 buildman: Drop -I option by Simon Glass · Mon Jul 11 19:03:55 2022 -0600
  84. a02c5c7 tools: mkimage: fix build with LibreSSL by Michal Vasilek · Fri Jul 22 19:55:53 2022 +0200
  85. c730c4d tools: kwboot: use pkg-config to get -ltinfo by Heiko Thiery · Wed Jul 20 12:31:35 2022 +0200
  86. de7adbd tools: mkeficapsule: use pkg-config to get -luuid and -lgnutls by Heiko Thiery · Wed Jul 20 12:31:33 2022 +0200
  87. 5bad289 Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git by Tom Rini · Wed Jul 27 06:59:55 2022 -0400
  88. e91457a Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Jul 26 10:26:00 2022 -0400
  89. eeb23bf tools: image: support i.MX93 by Peng Fan · Tue Jul 26 16:41:19 2022 +0800
  90. be4f271 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · Tue Jul 19 14:56:27 2022 -0700
  91. a5691e1 binman: Increase default fitImage data section resize step from 1k to 64k by Marek Vasut · Tue Jul 12 19:41:29 2022 +0200
  92. 5a69191 tools: relocate-rela: Define all macros for e_machine and reloc types by Michal Simek · Fri Jul 08 08:15:06 2022 +0200
  93. 77b1630 tools: relocate-rela: Remove guard around R_AARCH64_RELATIVE by Michal Simek · Fri Jul 08 08:15:05 2022 +0200
  94. d051786 tools: relocate-rela: Fix ELF decoding on big-endian hosts by Samuel Holland · Fri Jul 15 01:40:25 2022 -0500
  95. 26ebaed k3_gen_x509_cert: Make SWRV configurable for anti-rollback protection by Yogesh Siraswar · Fri Jul 15 11:38:53 2022 -0500
  96. f563f96 tools: mkimage: Add support to generate FlexSPI Header for i.MX8m by Mamta Shukla · Tue Jul 12 14:36:17 2022 +0000
  97. adf86c7 tools: imx8mimage: Keep IVT reserved1 field zero always by Marek Vasut · Wed Jun 29 17:16:37 2022 +0200
  98. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · Wed Jun 01 17:17:06 2022 +0200
  99. 2c6936f Merge tag 'mips-pull-2022-07-13' of https://source.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Thu Jul 14 07:18:33 2022 -0400
  100. cc12928 tools: mtk_image: add support for MT7621 NAND images by developer · Fri May 20 11:24:10 2022 +0800