1. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  2. 8586cda tools: env: Handle shorter read calls by Thibault Ferrante · Tue Aug 24 17:29:50 2021 +0200
  3. 13895a3 mkimage: clarify error message for empty input files by Thomas Hebb · Sun Aug 01 15:23:13 2021 -0700
  4. f42f26e dtoc: Correct the intarray-widening test case by Simon Glass · Mon Aug 02 07:37:54 2021 -0600
  5. 6a222e6 patman: Avoid blank lines between tags by Simon Glass · Sun Aug 01 16:02:39 2021 -0600
  6. d776e8f CI: Update to LLVM-12 by Tom Rini · Thu Jul 15 14:24:25 2021 -0400
  7. 4311832 dtoc: Support widening a bool value by Simon Glass · Wed Jul 28 19:23:11 2021 -0600
  8. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · Wed Jul 28 19:23:10 2021 -0600
  9. fd4078e dtoc: Rename is_wider_than() to reduce confusion by Simon Glass · Wed Jul 28 19:23:09 2021 -0600
  10. 520b47a moveconfig: Update to newer kconfiglib by Simon Glass · Wed Jul 21 21:35:53 2021 -0600
  11. 83cc72e doc: Add docs for the moveconfig tool by Simon Glass · Wed Jul 21 21:35:51 2021 -0600
  12. 6bbdd0c patman: add warning for invalid tag by Patrick Delaunay · Thu Jul 22 16:51:42 2021 +0200
  13. 18d8ea9 kwbimage: Update help message about how to extract from an existing image by Pali Rohár · Fri Jul 23 11:14:35 2021 +0200
  14. 5ec2c58 kwbimage: Add support for extracting images via dumpimage tool by Pali Rohár · Fri Jul 23 11:14:34 2021 +0200
  15. 16bf703 tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes by Pali Rohár · Fri Jul 23 11:14:31 2021 +0200
  16. b572ac4 tools: kwboot: Fix checking image header version by Pali Rohár · Fri Jul 23 11:14:22 2021 +0200
  17. 1228116 tools: kwboot: Check for v1 header size by Pali Rohár · Fri Jul 23 11:14:21 2021 +0200
  18. 48615ba tools: kwboot: Cosmetic fix - add missing curly brackets by Pali Rohár · Fri Jul 23 11:14:20 2021 +0200
  19. 049cf91 tools: kwboot: Print trailing newline after terminal is terminated by Pali Rohár · Fri Jul 23 11:14:19 2021 +0200
  20. eafc969 tools: kwboot: Fix restoring terminal by Pali Rohár · Fri Jul 23 11:14:18 2021 +0200
  21. 8210ea0 tools: kwboot: Fix wrong parameter passed to read() by Pali Rohár · Fri Jul 23 11:14:17 2021 +0200
  22. 99534ec tools: dumpimage: Show error message when trying to extract data from kwbimage by Pali Rohár · Fri Jul 23 11:14:16 2021 +0200
  23. a265629 tools: dumpimage: Fix crashing when trying to extract data from kwbimage by Pali Rohár · Fri Jul 23 11:14:15 2021 +0200
  24. f01adfd tools: kwbimage: Mark all BootROM structures __packed by Pali Rohár · Fri Jul 23 11:14:14 2021 +0200
  25. 39f3896 tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X by Pali Rohár · Fri Jul 23 11:14:13 2021 +0200
  26. c0cfd1a tools: kwbimage: Add support for a new DATA_DELAY command by Pali Rohár · Fri Jul 23 11:14:12 2021 +0200
  27. fbe10ac tools: kwbimage: Add support for DATA command also for v1 images by Pali Rohár · Fri Jul 23 11:14:11 2021 +0200
  28. 1be2ad1 tools: kwbimage: Don't parse PAYLOAD keyword by Pali Rohár · Fri Jul 23 11:14:10 2021 +0200
  29. e0a6dc7 tools: kwbimage: Add support for more BINARY headers by Pali Rohár · Fri Jul 23 11:14:09 2021 +0200
  30. d79cbc9 tools: kwbimage: Fix calculating size of binary header by Pali Rohár · Fri Jul 23 11:14:08 2021 +0200
  31. 13b7040 tools: kwbimage: Change maximum number of arguments in binary header to 256 by Pali Rohár · Fri Jul 23 11:14:07 2021 +0200
  32. f8171a5 tools: kwbimage: Use -a parameter (load address) for v1 images by Pali Rohár · Fri Jul 23 11:14:06 2021 +0200
  33. abf9a8d tools: kwbimage: Cosmetic fix - remove redundant space character by Marek Behún · Fri Jul 23 11:14:05 2021 +0200
  34. cd614ad tools: kwbimage: Print size of binary header in kwbimage_print_header() by Pali Rohár · Fri Jul 23 11:14:04 2021 +0200
  35. 48bc68c tools: kwbimage: Validate data checksum of v1 images by Pali Rohár · Fri Jul 23 11:14:03 2021 +0200
  36. fdb575a tools: kwbimage: Validate extended headers of v1 images by Pali Rohár · Fri Jul 23 11:14:02 2021 +0200
  37. 03345b9 tools: kwbimage: Fix check for v0 extended header checksum by Pali Rohár · Fri Jul 23 11:14:01 2021 +0200
  38. eba7819 tools: kwbimage: Don't crash when binary file name does not contain '/' by Pali Rohár · Fri Jul 23 11:14:00 2021 +0200
  39. 6f6f65e tools: kwbimage: Fix generation of SATA, SDIO and PCIe images by Pali Rohár · Fri Jul 23 11:13:59 2021 +0200
  40. 696dfa4 tools: kwbimage: Add constant for SDIO bootfrom by Marek Behún · Fri Jul 23 11:13:58 2021 +0200
  41. 0478515 tools: kwbimage: Align SPI and NAND images to 256 bytes by Pali Rohár · Fri Jul 23 11:13:57 2021 +0200
  42. cfb60a9 tools: kwbimage: Simplify aligning and calculating checksum by Pali Rohár · Fri Jul 23 11:13:56 2021 +0200
  43. 61a557b tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS by Pali Rohár · Fri Jul 23 11:13:55 2021 +0200
  44. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  45. 748a1d4 binman: Add basic support for debugging performance by Simon Glass · Tue Jul 06 10:36:41 2021 -0600
  46. 1e689d2 patman: Use bytearray instead of string by Simon Glass · Tue Jul 06 10:36:40 2021 -0600
  47. c62c3a9 binman: Use bytearray instead of string by Simon Glass · Tue Jul 06 10:36:39 2021 -0600
  48. f58dae9 binman: Split node-reading out from constructor in files by Simon Glass · Tue Jul 06 10:36:38 2021 -0600
  49. 76f496d binman: Support multithreading for building images by Simon Glass · Tue Jul 06 10:36:37 2021 -0600
  50. b87eac8f binman: Put compressed data into separate files by Simon Glass · Tue Jul 06 10:36:36 2021 -0600
  51. 57c325a dtoc: Detect drivers which do not parse correctly by Simon Glass · Sun Jul 04 12:19:49 2021 -0600
  52. 240f0b1 dtoc: Detect unexpected suffix on .of_match by Simon Glass · Sun Jul 04 12:19:48 2021 -0600
  53. 9dc87d3 dtoc: Add a stdout check in test_normalized_name() by Simon Glass · Sun Jul 04 12:19:47 2021 -0600
  54. 2063806 dtoc: Correct the re_compat regular expression by Simon Glass · Sun Jul 04 12:19:46 2021 -0600
  55. 674b6e1 dtoc: Allow multiple warnings for a driver by Simon Glass · Sun Jul 04 12:19:45 2021 -0600
  56. 87827df dtoc: Convert to use ArgumentParser by Simon Glass · Sun Jul 04 12:19:44 2021 -0600
  57. a6a776c dtoc: Avoid using subscripts on match objects by Simon Glass · Sun Jul 04 12:19:43 2021 -0600
  58. 94d3ad9 mkeficapsule: Remove dtb related options by Ilias Apalodimas · Sat Jul 17 17:26:45 2021 +0300
  59. 9a5bfc1 tools: Use a single target-independent config to enable OpenSSL by Alexandru Gagniuc · Wed Jul 14 17:05:47 2021 -0500
  60. 298bb16 common: Move host-only logic in image-sig.c to separate file by Alexandru Gagniuc · Wed Jul 14 17:05:37 2021 -0500
  61. 7a1745c tools: Avoid showing return value of clock_gettime() by Simon Glass · Thu May 13 19:39:20 2021 -0600
  62. 9ebd551 dtoc: Check that a parent is not missing by Simon Glass · Sun Jun 27 17:51:10 2021 -0600
  63. f75f1d7 tools: image-host: fix wrong return value by Ming Liu · Mon May 31 09:04:51 2021 +0200
  64. 88be5d3 tools/fitimage: add missing linebreak for some messages by Sven Roederer · Tue May 25 23:15:27 2021 +0200
  65. 774aed5 mkimage: allow -l to work on block devices on Linux by Yann Dirson · Tue May 18 10:59:04 2021 +0200
  66. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Jul 07 13:34:42 2021 -0400
  67. 0a78bc3 Azure/GitLab: Move to gcc-11.1.0 and LLVM-11 by Tom Rini · Fri Jul 02 10:41:58 2021 -0400
  68. 2cec579 tools: Fix default target compile tools in Python tools by Alper Nebi Yasak · Mon Jun 07 21:11:37 2021 +0300
  69. c8982d2 Docker/CI: Update to "focal" and latest build by Tom Rini · Thu Jun 10 10:57:36 2021 -0400
  70. 5d249e9 tools: docker: Install a readable kernel for libguestfs-tools by Alper Nebi Yasak · Mon Jun 21 21:51:54 2021 +0300
  71. c3bb6ef tools: k3_fit_atf: add DM binary to the FIT image by Tero Kristo · Fri Jun 11 11:45:17 2021 +0300
  72. 560ea8a tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol by Aswath Govindraju · Fri Jun 04 22:00:31 2021 +0530
  73. d72582f binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · Mon May 10 20:23:37 2021 +0800
  74. c0b1574 binman: Add support for RISC-V OpenSBI fw_dynamic blob by Bin Meng · Mon May 10 20:23:33 2021 +0800
  75. 16cf566 binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts by Bin Meng · Mon May 10 20:23:32 2021 +0800
  76. bbf293b binman: Correct the comment for ATF entry type by Bin Meng · Mon May 10 20:23:31 2021 +0800
  77. 1fa2b7c binman: Correct '-a' description in the doc by Bin Meng · Mon May 10 20:23:30 2021 +0800
  78. 93008e2 buildman: Use bytes for the environment by Simon Glass · Sun Apr 11 16:27:28 2021 +1200
  79. 9bf9a72 buildman: Handle exceptions in threads gracefully by Simon Glass · Sun Apr 11 16:27:27 2021 +1200
  80. a3d0144 buildman: Use common code to send an result by Simon Glass · Sun Apr 11 16:27:26 2021 +1200
  81. a29b3ea buildman: Tidy up a few comments by Simon Glass · Sun Apr 11 16:27:25 2021 +1200
  82. b1d414c binman: Support adding sections to FMAPs by Simon Glass · Sat Apr 03 11:05:10 2021 +1300
  83. 82059c2 binman: Tweak implementation of fmap by Simon Glass · Sat Apr 03 11:05:09 2021 +1300
  84. ec7378b patman: Parse checkpatch by message instead of by line by Evan Benn · Thu Apr 01 13:49:30 2021 +1100
  85. 488ea97 patman: Assume we always have pygit2 for tests by Tom Rini · Fri Feb 26 07:52:31 2021 -0500
  86. 705b84b dtoc: Correct dtoc output when testing by Simon Glass · Tue Apr 27 08:19:48 2021 +1200
  87. 13089cc binman: Correct testSplNoDtb() and Tpl also by Simon Glass · Sun Apr 25 08:39:32 2021 +1200
  88. 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · Fri Feb 19 12:45:17 2021 -0600
  89. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · Fri Feb 19 12:45:12 2021 -0600
  90. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · Fri Feb 19 12:45:11 2021 -0600
  91. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · Fri Feb 19 12:45:10 2021 -0600
  92. aaad0c2 moveconfig.py: add to the "do not process" list by Trevor Woerner · Mon Mar 15 12:01:33 2021 -0400
  93. 50fe43f checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · Thu Mar 11 00:15:45 2021 -0500
  94. 455219f tools/mkeficapsule: improve online help by Heinrich Schuchardt · Thu Apr 08 22:02:29 2021 +0200
  95. f1a4cb5 imx6: icorem6: chmod 644 enigcam.bmp by Heinrich Schuchardt · Tue Mar 16 21:46:39 2021 +0100
  96. e3ed0cc tools: imx image: fix write warning by Peng Fan · Fri Mar 19 15:56:53 2021 +0800
  97. 04549e9 tools: Integrate the Dockerfile used for CI by Tom Rini · Mon Mar 15 13:19:01 2021 -0400
  98. ea52c2d moveconfig: Handle binary files cleanly by Simon Glass · Fri Mar 26 16:17:29 2021 +1300
  99. 4415dc1 dtoc: Improve handling of reg properties by Simon Glass · Fri Mar 26 16:17:27 2021 +1300
  100. 94ba59e dtoc: Adjust detection of 64-bit properties by Simon Glass · Fri Mar 26 16:17:26 2021 +1300