1. b166975 binman: Allow passing entries using -n by Simon Glass · Sat Aug 13 11:40:49 2022 -0600
  2. 8fbca77 binman: Allow the image name to be the data file by Simon Glass · Sat Aug 13 11:40:48 2022 -0600
  3. 42074dc binman: Improve mkimage documentation by Simon Glass · Sat Aug 13 11:40:47 2022 -0600
  4. c6b283f binman: Avoid use of expected failure by Simon Glass · Sat Aug 13 11:40:46 2022 -0600
  5. ff1df8c binman: Adjust mkimage etype node reading by Simon Glass · Sat Aug 13 11:40:45 2022 -0600
  6. 0cf5bce binman: Add a way to check for missing properties by Simon Glass · Sat Aug 13 11:40:44 2022 -0600
  7. 9f57158 binman: Fix up the entry-docs for Entry_pre_load by Simon Glass · Sat Aug 13 11:40:43 2022 -0600
  8. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · Sat Aug 13 11:40:42 2022 -0600
  9. 5881641 patman: Put the coverage command-line last by Simon Glass · Sat Aug 13 11:40:41 2022 -0600
  10. 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · Sun Aug 07 09:46:46 2022 -0600
  11. 53f376b arm: k3: Correct an awk warning by Simon Glass · Sun Aug 07 07:12:19 2022 -0600
  12. aa89265 tools: mkeficapsule: use pkg-config for each lib separat by Heiko Thiery · Sat Aug 06 13:22:53 2022 +0200
  13. 76d71b0 binman: Add more documentation about binman usage by Simon Glass · Sun Aug 07 16:33:26 2022 -0600
  14. a7c9778 binman: Add rST references for binman entry types by Simon Glass · Sun Aug 07 16:33:25 2022 -0600
  15. c8ab031 patman: Add documentation to doc/ by Simon Glass · Tue Aug 09 13:49:57 2022 -0600
  16. 04afdfe dtoc: Correct remaining pylint problems in test_fdt by Simon Glass · Sat Jul 30 20:57:10 2022 -0600
  17. 882f632 test_fdt: Convert to use argparse by Simon Glass · Sat Jul 30 20:57:09 2022 -0600
  18. 9954cda dtoc: Move main program into its own function by Simon Glass · Sat Jul 30 20:57:08 2022 -0600
  19. b6ec10c dtoc: Fix fdt test coverage by Simon Glass · Sat Jul 30 20:57:07 2022 -0600
  20. 8726f66 dtoc: Tidy up fdt_tests RunTests() by Simon Glass · Sat Jul 30 20:57:06 2022 -0600
  21. 9852bef dtoc: Tidy up fdt_tests RunTestCoverage() args by Simon Glass · Sat Jul 30 20:57:05 2022 -0600
  22. 42c84a9 buildman: Drop a TODO that is done by Simon Glass · Mon Jul 11 19:04:13 2022 -0600
  23. fde4dd3 buildman: Drop a Python 2.7 comment by Simon Glass · Mon Jul 11 19:04:12 2022 -0600
  24. 86a2afe buildman: Allow lines without a symbol by Simon Glass · Mon Jul 11 19:04:11 2022 -0600
  25. ff9ecc2 Drop genboardscfg.py by Simon Glass · Mon Jul 11 19:04:10 2022 -0600
  26. afbd213 buildman: Return an error if there are maintainer warnings by Simon Glass · Mon Jul 11 19:04:08 2022 -0600
  27. 1d2c13c Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · Mon Jul 11 19:04:07 2022 -0600
  28. d2d4c60 buildman: Replace the Options column with config name by Simon Glass · Mon Jul 11 19:04:06 2022 -0600
  29. 58d41be buildman: Tidy up pylint problems in boards module by Simon Glass · Mon Jul 11 19:04:05 2022 -0600
  30. 0c477b7 buildman: Incorporate the genboardscfg.py tool by Simon Glass · Mon Jul 11 19:04:04 2022 -0600
  31. 20751d6 buildman: Split out Boards into its own file by Simon Glass · Mon Jul 11 19:04:03 2022 -0600
  32. 127a239 buildman: Convert camel case in board.py by Simon Glass · Mon Jul 11 19:04:02 2022 -0600
  33. c093f61 buildman: Drop use of 'board' in board module by Simon Glass · Mon Jul 11 19:04:01 2022 -0600
  34. 5df4522 buildman: Drop use of 'boards' in control by Simon Glass · Mon Jul 11 19:04:00 2022 -0600
  35. b0786df buildman: Fix use of 'boards' in test by Simon Glass · Mon Jul 11 19:03:59 2022 -0600
  36. d4c6c8a buildman: Fix use of 'boards' in func_test by Simon Glass · Mon Jul 11 19:03:58 2022 -0600
  37. 8132f98 buildman: Avoid using board as a variable by Simon Glass · Mon Jul 11 19:03:57 2022 -0600
  38. 6c43562 buildman: Support running from an IDE by Simon Glass · Mon Jul 11 19:03:56 2022 -0600
  39. dcbc702 buildman: Drop -I option by Simon Glass · Mon Jul 11 19:03:55 2022 -0600
  40. a02c5c7 tools: mkimage: fix build with LibreSSL by Michal Vasilek · Fri Jul 22 19:55:53 2022 +0200
  41. c730c4d tools: kwboot: use pkg-config to get -ltinfo by Heiko Thiery · Wed Jul 20 12:31:35 2022 +0200
  42. de7adbd tools: mkeficapsule: use pkg-config to get -luuid and -lgnutls by Heiko Thiery · Wed Jul 20 12:31:33 2022 +0200
  43. 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
  44. 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
  45. eeb23bf tools: image: support i.MX93 by Peng Fan · Tue Jul 26 16:41:19 2022 +0800
  46. be4f271 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · Tue Jul 19 14:56:27 2022 -0700
  47. a5691e1 binman: Increase default fitImage data section resize step from 1k to 64k by Marek Vasut · Tue Jul 12 19:41:29 2022 +0200
  48. 5a69191 tools: relocate-rela: Define all macros for e_machine and reloc types by Michal Simek · Fri Jul 08 08:15:06 2022 +0200
  49. 77b1630 tools: relocate-rela: Remove guard around R_AARCH64_RELATIVE by Michal Simek · Fri Jul 08 08:15:05 2022 +0200
  50. d051786 tools: relocate-rela: Fix ELF decoding on big-endian hosts by Samuel Holland · Fri Jul 15 01:40:25 2022 -0500
  51. 26ebaed k3_gen_x509_cert: Make SWRV configurable for anti-rollback protection by Yogesh Siraswar · Fri Jul 15 11:38:53 2022 -0500
  52. f563f96 tools: mkimage: Add support to generate FlexSPI Header for i.MX8m by Mamta Shukla · Tue Jul 12 14:36:17 2022 +0000
  53. adf86c7 tools: imx8mimage: Keep IVT reserved1 field zero always by Marek Vasut · Wed Jun 29 17:16:37 2022 +0200
  54. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · Wed Jun 01 17:17:06 2022 +0200
  55. 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
  56. cc12928 tools: mtk_image: add support for MT7621 NAND images by developer · Fri May 20 11:24:10 2022 +0800
  57. c4567c5 mkimage: Add long options by Sean Anderson · Sat Jun 25 13:12:19 2022 -0400
  58. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  59. 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
  60. 326d590 fw_env: add fallback to Linux's NVMEM based access by Rafał Miłecki · Thu Jun 16 20:59:03 2022 +0200
  61. 447cc7a image: fit: Use stack allocation macro by Joel Stanley · Mon Jun 20 16:31:17 2022 +0930
  62. 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · Sat Jun 18 15:13:11 2022 +0300
  63. d6d2c9b spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · Sat Jun 18 15:13:09 2022 +0300
  64. d1f12cf dm: core: Support accessing core tags by Simon Glass · Sun May 08 04:39:24 2022 -0600
  65. e330447 dm: core: Switch the testbus driver to use a new struct by Simon Glass · Sun May 08 04:39:23 2022 -0600
  66. 461df86 patman: Fix defaults not propagating to subparsers by Sean Anderson · Fri Apr 29 10:53:34 2022 -0400
  67. 5168601 patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · Sat Apr 02 20:06:08 2022 +0300
  68. fedac7b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · Sat Apr 02 20:06:07 2022 +0300
  69. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · Sat Apr 02 20:06:06 2022 +0300
  70. 71e9a4c patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · Sat Apr 02 20:06:05 2022 +0300
  71. 5266463 patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · Sat Apr 02 20:06:04 2022 +0300
  72. 77164ee dtoc: Update fdt tests to use test_util by Simon Glass · Fri Mar 18 18:01:50 2022 -0600
  73. 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
  74. 55a4c15 tools: zynqmp_psu_init_minimize: Move helper functions below header includes by Stefan Herbrechtsmeier · Mon Jun 20 18:36:49 2022 +0200
  75. cf8ccd5 tools: zynqmp_psu_init_minimize: Use CR instead of LF by Stefan Herbrechtsmeier · Mon Jun 20 18:36:48 2022 +0200
  76. 3f5966b tools: zynqmp_psu_init_minimize: Remove low level uart settings by Stefan Herbrechtsmeier · Mon Jun 20 18:36:47 2022 +0200
  77. 39b2b6c tools: relocate-rela: Add support for 32bit Microblaze relocation by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  78. 4fad25f tools: relocate-rela: Add support for elf32 decoding by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  79. 97d5030 tools: relocate-rela: Check that relocation works only for EM_AARCH64 by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  80. f9c28a1 tools: relocate-rela: Extract elf64 reloc to special function by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  81. ef32020 tools: relocate-rela: Read rela start/end directly from ELF by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  82. 6944cec tools: relocate-rela: Use global variables by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  83. 793ceab tools: relocate-rela: Open binary u-boot file later by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  84. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  85. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  86. b27a389 tools: binman: install btool by Peng Fan · Tue Jun 14 18:42:07 2022 +0800
  87. eb6e70b dtoc: Update test_src_scan.py for new tegra compatibles by Tom Rini · Tue Jun 14 13:59:23 2022 -0400
  88. 5f15029 mkimage: Support signing 'auto' FITs by Sean Anderson · Mon May 16 16:11:08 2022 -0400
  89. df128b7 tools: mkimage: set OPENSSL_API_COMPAT by Heinrich Schuchardt · Fri May 06 13:28:52 2022 +0200
  90. 138d271 mkimage: Document misc options by Sean Anderson · Fri Apr 08 16:08:39 2022 -0400
  91. d4ba0b4 tools: mkimage: Avoid ENODATA in host tools by Mark Kettenis · Tue Apr 26 19:24:38 2022 +0200
  92. 7ba97fa tools/imagetool: Fix segfault when tparams->verify_header is NULL by Nicolas Heemeryck · Wed Apr 20 23:58:39 2022 +0200
  93. 5332012 nds32: Remove the architecture by Tom Rini · Wed Apr 06 09:21:25 2022 -0400
  94. 33978f2 binman: don't import deprecated distutils package by Heinrich Schuchardt · Sat Apr 09 14:53:18 2022 +0200
  95. 1d44c8e binman: Refuse to replace sections for now by Alper Nebi Yasak · Sun Mar 27 18:31:50 2022 +0300
  96. 4989264 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · Sun Mar 27 18:31:49 2022 +0300
  97. 6cadc50 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · Sun Mar 27 18:31:48 2022 +0300
  98. 1a0ee0f binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · Sun Mar 27 18:31:47 2022 +0300
  99. 00c68f1 binman: Don't reset offset/size if image doesn't allow repacking by Alper Nebi Yasak · Sun Mar 27 18:31:46 2022 +0300
  100. e63ca5a binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · Sun Mar 27 18:31:45 2022 +0300