1. 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
  2. d1ed446 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · Tue Aug 09 21:08:54 2022 -0400
  3. a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:38 2022 +0200
  4. eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:37 2022 +0200
  5. 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:36 2022 +0200
  6. 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:35 2022 +0200
  7. 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:34 2022 +0200
  8. 23cb821 binman: Add BintoolPacker class to bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:33 2022 +0200
  9. a14bee0 binman: Add compression tests by Stefan Herbrechtsmeier · Fri Aug 19 16:25:32 2022 +0200
  10. 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · Fri Aug 19 16:25:31 2022 +0200
  11. a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:30 2022 +0200
  12. 80c6277 binman: Select compression bintools in cbfs_util class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:29 2022 +0200
  13. b4bfbce binman: Move compression bintools creation into test setup by Stefan Herbrechtsmeier · Fri Aug 19 16:25:28 2022 +0200
  14. b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · Fri Aug 19 16:25:27 2022 +0200
  15. 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · Fri Aug 19 16:25:26 2022 +0200
  16. 11121d3 binman: Add length header attribute to dtb entry by Stefan Herbrechtsmeier · Fri Aug 19 16:25:25 2022 +0200
  17. 7f128a7 binman: Add DecompressData function to entry class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:24 2022 +0200
  18. 86f1fc0 binman: Check only section data in multi section test by Stefan Herbrechtsmeier · Fri Aug 19 16:25:23 2022 +0200
  19. 4725030 binman: Collect bintools before usage by Stefan Herbrechtsmeier · Fri Aug 19 16:25:22 2022 +0200
  20. c766c8e binman: Forward AddBintools calls to base class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:21 2022 +0200
  21. 2cb6cdb binman: Forward AddBintools calls to sub entries in cbfs_util by Stefan Herbrechtsmeier · Fri Aug 19 16:25:20 2022 +0200
  22. 486b944 binman: Avoid duplicates in bintool lists by Stefan Herbrechtsmeier · Fri Aug 19 16:25:19 2022 +0200
  23. 732742e binman: Skip elf tests if python elftools is not available by Stefan Herbrechtsmeier · Fri Aug 19 16:25:18 2022 +0200
  24. bd5cd88 binman: Allow collection to use entries from other sections by Simon Glass · Sat Aug 13 11:40:50 2022 -0600
  25. b166975 binman: Allow passing entries using -n by Simon Glass · Sat Aug 13 11:40:49 2022 -0600
  26. 8fbca77 binman: Allow the image name to be the data file by Simon Glass · Sat Aug 13 11:40:48 2022 -0600
  27. 42074dc binman: Improve mkimage documentation by Simon Glass · Sat Aug 13 11:40:47 2022 -0600
  28. c6b283f binman: Avoid use of expected failure by Simon Glass · Sat Aug 13 11:40:46 2022 -0600
  29. ff1df8c binman: Adjust mkimage etype node reading by Simon Glass · Sat Aug 13 11:40:45 2022 -0600
  30. 0cf5bce binman: Add a way to check for missing properties by Simon Glass · Sat Aug 13 11:40:44 2022 -0600
  31. 9f57158 binman: Fix up the entry-docs for Entry_pre_load by Simon Glass · Sat Aug 13 11:40:43 2022 -0600
  32. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · Sat Aug 13 11:40:42 2022 -0600
  33. 5881641 patman: Put the coverage command-line last by Simon Glass · Sat Aug 13 11:40:41 2022 -0600
  34. 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · Sun Aug 07 09:46:46 2022 -0600
  35. 53f376b arm: k3: Correct an awk warning by Simon Glass · Sun Aug 07 07:12:19 2022 -0600
  36. aa89265 tools: mkeficapsule: use pkg-config for each lib separat by Heiko Thiery · Sat Aug 06 13:22:53 2022 +0200
  37. 76d71b0 binman: Add more documentation about binman usage by Simon Glass · Sun Aug 07 16:33:26 2022 -0600
  38. a7c9778 binman: Add rST references for binman entry types by Simon Glass · Sun Aug 07 16:33:25 2022 -0600
  39. c8ab031 patman: Add documentation to doc/ by Simon Glass · Tue Aug 09 13:49:57 2022 -0600
  40. 04afdfe dtoc: Correct remaining pylint problems in test_fdt by Simon Glass · Sat Jul 30 20:57:10 2022 -0600
  41. 882f632 test_fdt: Convert to use argparse by Simon Glass · Sat Jul 30 20:57:09 2022 -0600
  42. 9954cda dtoc: Move main program into its own function by Simon Glass · Sat Jul 30 20:57:08 2022 -0600
  43. b6ec10c dtoc: Fix fdt test coverage by Simon Glass · Sat Jul 30 20:57:07 2022 -0600
  44. 8726f66 dtoc: Tidy up fdt_tests RunTests() by Simon Glass · Sat Jul 30 20:57:06 2022 -0600
  45. 9852bef dtoc: Tidy up fdt_tests RunTestCoverage() args by Simon Glass · Sat Jul 30 20:57:05 2022 -0600
  46. 42c84a9 buildman: Drop a TODO that is done by Simon Glass · Mon Jul 11 19:04:13 2022 -0600
  47. fde4dd3 buildman: Drop a Python 2.7 comment by Simon Glass · Mon Jul 11 19:04:12 2022 -0600
  48. 86a2afe buildman: Allow lines without a symbol by Simon Glass · Mon Jul 11 19:04:11 2022 -0600
  49. ff9ecc2 Drop genboardscfg.py by Simon Glass · Mon Jul 11 19:04:10 2022 -0600
  50. afbd213 buildman: Return an error if there are maintainer warnings by Simon Glass · Mon Jul 11 19:04:08 2022 -0600
  51. 1d2c13c Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · Mon Jul 11 19:04:07 2022 -0600
  52. d2d4c60 buildman: Replace the Options column with config name by Simon Glass · Mon Jul 11 19:04:06 2022 -0600
  53. 58d41be buildman: Tidy up pylint problems in boards module by Simon Glass · Mon Jul 11 19:04:05 2022 -0600
  54. 0c477b7 buildman: Incorporate the genboardscfg.py tool by Simon Glass · Mon Jul 11 19:04:04 2022 -0600
  55. 20751d6 buildman: Split out Boards into its own file by Simon Glass · Mon Jul 11 19:04:03 2022 -0600
  56. 127a239 buildman: Convert camel case in board.py by Simon Glass · Mon Jul 11 19:04:02 2022 -0600
  57. c093f61 buildman: Drop use of 'board' in board module by Simon Glass · Mon Jul 11 19:04:01 2022 -0600
  58. 5df4522 buildman: Drop use of 'boards' in control by Simon Glass · Mon Jul 11 19:04:00 2022 -0600
  59. b0786df buildman: Fix use of 'boards' in test by Simon Glass · Mon Jul 11 19:03:59 2022 -0600
  60. d4c6c8a buildman: Fix use of 'boards' in func_test by Simon Glass · Mon Jul 11 19:03:58 2022 -0600
  61. 8132f98 buildman: Avoid using board as a variable by Simon Glass · Mon Jul 11 19:03:57 2022 -0600
  62. 6c43562 buildman: Support running from an IDE by Simon Glass · Mon Jul 11 19:03:56 2022 -0600
  63. dcbc702 buildman: Drop -I option by Simon Glass · Mon Jul 11 19:03:55 2022 -0600
  64. a02c5c7 tools: mkimage: fix build with LibreSSL by Michal Vasilek · Fri Jul 22 19:55:53 2022 +0200
  65. c730c4d tools: kwboot: use pkg-config to get -ltinfo by Heiko Thiery · Wed Jul 20 12:31:35 2022 +0200
  66. de7adbd tools: mkeficapsule: use pkg-config to get -luuid and -lgnutls by Heiko Thiery · Wed Jul 20 12:31:33 2022 +0200
  67. 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
  68. 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
  69. eeb23bf tools: image: support i.MX93 by Peng Fan · Tue Jul 26 16:41:19 2022 +0800
  70. be4f271 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · Tue Jul 19 14:56:27 2022 -0700
  71. a5691e1 binman: Increase default fitImage data section resize step from 1k to 64k by Marek Vasut · Tue Jul 12 19:41:29 2022 +0200
  72. 5a69191 tools: relocate-rela: Define all macros for e_machine and reloc types by Michal Simek · Fri Jul 08 08:15:06 2022 +0200
  73. 77b1630 tools: relocate-rela: Remove guard around R_AARCH64_RELATIVE by Michal Simek · Fri Jul 08 08:15:05 2022 +0200
  74. d051786 tools: relocate-rela: Fix ELF decoding on big-endian hosts by Samuel Holland · Fri Jul 15 01:40:25 2022 -0500
  75. 26ebaed k3_gen_x509_cert: Make SWRV configurable for anti-rollback protection by Yogesh Siraswar · Fri Jul 15 11:38:53 2022 -0500
  76. f563f96 tools: mkimage: Add support to generate FlexSPI Header for i.MX8m by Mamta Shukla · Tue Jul 12 14:36:17 2022 +0000
  77. adf86c7 tools: imx8mimage: Keep IVT reserved1 field zero always by Marek Vasut · Wed Jun 29 17:16:37 2022 +0200
  78. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · Wed Jun 01 17:17:06 2022 +0200
  79. 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
  80. cc12928 tools: mtk_image: add support for MT7621 NAND images by developer · Fri May 20 11:24:10 2022 +0800
  81. c4567c5 mkimage: Add long options by Sean Anderson · Sat Jun 25 13:12:19 2022 -0400
  82. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  83. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  84. 326d590 fw_env: add fallback to Linux's NVMEM based access by Rafał Miłecki · Thu Jun 16 20:59:03 2022 +0200
  85. 447cc7a image: fit: Use stack allocation macro by Joel Stanley · Mon Jun 20 16:31:17 2022 +0930
  86. 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · Sat Jun 18 15:13:11 2022 +0300
  87. d6d2c9b spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · Sat Jun 18 15:13:09 2022 +0300
  88. d1f12cf dm: core: Support accessing core tags by Simon Glass · Sun May 08 04:39:24 2022 -0600
  89. e330447 dm: core: Switch the testbus driver to use a new struct by Simon Glass · Sun May 08 04:39:23 2022 -0600
  90. 461df86 patman: Fix defaults not propagating to subparsers by Sean Anderson · Fri Apr 29 10:53:34 2022 -0400
  91. 5168601 patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · Sat Apr 02 20:06:08 2022 +0300
  92. fedac7b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · Sat Apr 02 20:06:07 2022 +0300
  93. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · Sat Apr 02 20:06:06 2022 +0300
  94. 71e9a4c patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · Sat Apr 02 20:06:05 2022 +0300
  95. 5266463 patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · Sat Apr 02 20:06:04 2022 +0300
  96. 77164ee dtoc: Update fdt tests to use test_util by Simon Glass · Fri Mar 18 18:01:50 2022 -0600
  97. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 27 10:15:50 2022 -0400
  98. 55a4c15 tools: zynqmp_psu_init_minimize: Move helper functions below header includes by Stefan Herbrechtsmeier · Mon Jun 20 18:36:49 2022 +0200
  99. cf8ccd5 tools: zynqmp_psu_init_minimize: Use CR instead of LF by Stefan Herbrechtsmeier · Mon Jun 20 18:36:48 2022 +0200
  100. 3f5966b tools: zynqmp_psu_init_minimize: Remove low level uart settings by Stefan Herbrechtsmeier · Mon Jun 20 18:36:47 2022 +0200