1. 93fa563 riscv: tools: Prelink u-boot by Rick Chen · Tue Dec 26 13:55:56 2017 +0800
  2. 8c9012a tools: Add Marvell recovery image download script by Konstantin Porotchkin · Thu Nov 30 16:10:09 2017 +0200
  3. 01aea29 Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Mon Dec 18 12:23:27 2017 -0500
  4. 4902bf8 tools: zynqmpimage: Check return values from file functions by Michal Simek · Tue Dec 05 15:42:25 2017 +0100
  5. be83bc7 binman: Add documentation for the symbol feature by Simon Glass · Mon Nov 13 18:55:05 2017 -0700
  6. 4ca8e04 binman: Support accessing binman tables at run time by Simon Glass · Mon Nov 13 18:55:01 2017 -0700
  7. 075a45c binman: Support enabling debug in tests by Simon Glass · Mon Nov 13 18:55:00 2017 -0700
  8. d605152 binman: Adjust size of test SPL binary by Simon Glass · Mon Nov 13 18:54:59 2017 -0700
  9. ff33925 binman: Add tests binaries with binman symbols by Simon Glass · Mon Nov 13 18:54:58 2017 -0700
  10. d543125 binman: Drop a stale comment about the 'board' feature by Simon Glass · Mon Nov 13 18:54:57 2017 -0700
  11. 0a6da31 binman: Add support for including spl/u-boot-spl-nodtb.bin by Simon Glass · Mon Nov 13 18:54:56 2017 -0700
  12. 9aa6a6f binman: Add support for including spl/u-boot-spl.dtb by Simon Glass · Mon Nov 13 18:54:55 2017 -0700
  13. 24ad365 binman: Add a function to read ELF symbols by Simon Glass · Mon Nov 13 18:54:54 2017 -0700
  14. 070aa2d tools: omapimage: fix corner-case in byteswap path by Philipp Tomsich · Mon Dec 04 17:04:02 2017 +0100
  15. b79320b libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c by Masahiro Yamada · Mon Nov 27 16:06:07 2017 +0900
  16. a1015c2 tools: env: Add support for direct read/write UBI volumes by S. Lockwood-Childs · Tue Nov 14 23:01:26 2017 -0800
  17. 52b1a50 tools: zynqmpimage: adjust ug1085 reference to v1.4 of the document by Jean-Francois Dagenais · Thu Mar 23 07:39:14 2017 -0400
  18. dde5a88 tools: mkimage: Extend mkimage to also include pmufw by Michal Simek · Fri Oct 21 12:58:17 2016 +0200
  19. 597d17c Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Nov 23 22:48:35 2017 -0500
  20. 9ba021c binman: Return non-zero exit code on test failure by Simon Glass · Sun Nov 12 21:52:29 2017 -0700
  21. a409c93 binman: Add add test for using an Intel MRC binary by Simon Glass · Sun Nov 12 21:52:28 2017 -0700
  22. 3d27423 binman: Add add test for SPL with a microcode pointer by Simon Glass · Sun Nov 12 21:52:27 2017 -0700
  23. e83679d binman: Add a test for x86-start16-spl by Simon Glass · Sun Nov 12 21:52:26 2017 -0700
  24. 7f94e83 binman: Add test for u-boot-spl-bss-pad by Simon Glass · Sun Nov 12 21:52:25 2017 -0700
  25. 2c3cf45 binman: Check for files missing from test coverage by Simon Glass · Sun Nov 12 21:52:24 2017 -0700
  26. 385e69b binman: Increase test coverage back to 100% by Simon Glass · Sun Nov 12 21:52:23 2017 -0700
  27. ac59991 binman: Add a main program to the tests by Simon Glass · Sun Nov 12 21:52:22 2017 -0700
  28. 8f52136 binman: Add tests for importlib availability by Simon Glass · Sun Nov 12 21:52:21 2017 -0700
  29. b339326 binman: Set up 'entry' to permit full test coverage by Simon Glass · Sun Nov 12 21:52:20 2017 -0700
  30. c303b9a binman: Append to PYTHONPATH when running test coverage by Simon Glass · Sun Nov 12 21:52:19 2017 -0700
  31. eb37e2d dtoc: Fix up tests by Simon Glass · Sun Nov 12 21:52:17 2017 -0700
  32. 5e0f06d buildman: Fix up tests by Simon Glass · Sun Nov 12 21:52:15 2017 -0700
  33. 2bfc697 buildman: Allow skipping of tests which use the network by Simon Glass · Sun Nov 12 21:52:14 2017 -0700
  34. ab2dabc patman: Fix up tests to pass with newest checkpatch by Simon Glass · Sun Nov 12 21:52:12 2017 -0700
  35. c5c7b1a binman: Disable the no-unit_address_vs_reg warnings by Simon Glass · Sun Nov 12 21:52:09 2017 -0700
  36. 076e63b binman: Rename tests to ftest by Simon Glass · Sun Nov 12 21:52:08 2017 -0700
  37. 151ba36 binman: Add a Makefile for test-program compilation by Simon Glass · Sun Nov 12 21:52:07 2017 -0700
  38. 4b94ac9 binman: Add docs explaining how to enable binman for a board by Simon Glass · Sun Nov 12 21:52:06 2017 -0700
  39. 2eee32b binman: Add better Makefile debugging by Simon Glass · Sun Nov 12 21:52:05 2017 -0700
  40. 6410970 rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied) by Philipp Tomsich · Tue Oct 10 16:21:18 2017 +0200
  41. 7b79bb1 rockchip: mkimage: use spl_boot0 for all Rockchip SoCs by Kever Yang · Tue Oct 10 16:21:04 2017 +0200
  42. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · Tue Nov 14 08:39:35 2017 -0500
  43. fd3d375 tools: use files from scripts/dtc/libfdt where possible by Masahiro Yamada · Tue Oct 17 22:30:18 2017 +0900
  44. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · Tue Oct 17 13:42:43 2017 +0900
  45. 873de76 Do not attempt to use the systemwide libfdt by Jan Kundrát · Fri Nov 03 03:06:35 2017 +0100
  46. fe391a7 tools: image: fix message when fail to add verification data for config by Masahiro Yamada · Fri Oct 27 15:04:21 2017 +0900
  47. 0148676 tools: image: allow to sign image nodes without -K option by Masahiro Yamada · Fri Oct 27 15:04:20 2017 +0900
  48. c1f137b tools: image: fix "algo" property of public key for verified boot by Masahiro Yamada · Fri Oct 27 13:25:21 2017 +0900
  49. e5308f8 tools: env: allow to print U-Boot version by Stefan Agner · Thu Oct 26 14:57:53 2017 +0200
  50. 2fc6b6f tools: image: fix node name of signature node in FIT by Masahiro Yamada · Thu Oct 19 19:16:21 2017 +0900
  51. a3318ba tools: env: Add embedded.c to .gitignore by Bin Meng · Wed Oct 11 20:15:04 2017 -0700
  52. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · Tue Oct 10 21:59:40 2017 +0300
  53. 3eb4edf tools: bmp_logo: correctly interpret BMP files with larger headers by Jon Smith · Thu Oct 05 08:35:02 2017 -0400
  54. 74a21dd tools/mkimage: Fix DTC run command to handle file names with space by Mirza, Taimoor · Wed Oct 04 20:28:03 2017 +0500
  55. 1ebcbd1 moveconfig: fix error message in do_autoconf() by Chris Packham · Sun Aug 27 20:00:51 2017 +1200
  56. a29829e cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · Sat Oct 07 11:27:59 2017 -0400
  57. b828665 tools/fit_image.c: Update some return code paths by Tom Rini · Tue Sep 26 22:14:44 2017 -0400
  58. 04a6c3f rockchip: mkimage: add support for rk3128 soc by Kever Yang · Wed Sep 27 17:57:28 2017 +0800
  59. 1682e05 kconfiglib: update with 'imply' support by Ulf Magnusson · Tue Sep 19 12:52:55 2017 +0200
  60. 0e17fc7 tools/mkimage: Make the path to the dtc binary that mkimage calls configurable by Tom Rini · Sat Sep 23 23:14:33 2017 -0400
  61. 572d4f2 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Sun Sep 17 11:46:51 2017 -0400
  62. d7bcdf5 tools: binman: Add a new entry type for Intel VBT by Bin Meng · Tue Aug 15 22:41:54 2017 -0700
  63. 68d32c7 dtoc: Add a header to the generated files by Simon Glass · Tue Aug 29 14:16:01 2017 -0600
  64. 3deeb47 dtoc: Support properties containing multiple phandle values by Simon Glass · Tue Aug 29 14:15:59 2017 -0600
  65. fdec580 dtoc: Put phandle args in an array by Simon Glass · Tue Aug 29 14:15:58 2017 -0600
  66. d0cd075 dtoc: Put each phandle on a separate line by Simon Glass · Tue Aug 29 14:15:57 2017 -0600
  67. e94414b dtoc: Rename the phandle struct by Simon Glass · Tue Aug 29 14:15:56 2017 -0600
  68. ec3b5e4 dtoc: Rename is_phandle() and adjust it to return more detail by Simon Glass · Tue Aug 29 14:15:55 2017 -0600
  69. ce5621d dtoc: Make is_phandle() a member function by Simon Glass · Tue Aug 29 14:15:54 2017 -0600
  70. 17ffd62 dtoc: Use the Fdt's class's phandle map by Simon Glass · Tue Aug 29 14:15:53 2017 -0600
  71. a3f9444 dtoc: Update the Fdt class to record phandles by Simon Glass · Tue Aug 29 14:15:52 2017 -0600
  72. 90e5f0a dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · Tue Aug 29 14:15:51 2017 -0600
  73. 1b1fe41 dtoc: Add support for 32 or 64-bit addresses by Simon Glass · Tue Aug 29 14:15:50 2017 -0600
  74. 131e0b0 dtoc: Avoid very long lines in output by Simon Glass · Tue Aug 29 14:15:49 2017 -0600
  75. fc3ae9c dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · Tue Aug 29 14:15:48 2017 -0600
  76. 80ef705 dtoc: Adjust Node to record its parent by Simon Glass · Tue Aug 29 14:15:47 2017 -0600
  77. 857ad80 lib: at91: Add logo files used via API of DM_VIDEO by Wenyou Yang · Wed Sep 13 14:58:46 2017 +0800
  78. 52a0864 patman: Fix error when the email blacklist is missing by Simon Glass · Tue Sep 12 20:30:28 2017 -0600
  79. 7293738 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Sep 12 12:02:50 2017 -0400
  80. e8d2a12 patman: add support for omitting bouncing addresses by Chris Packham · Fri Sep 01 20:57:53 2017 +1200
  81. 1c87931 moveconfig: Use fd.write() instead of print >> by Simon Glass · Sun Aug 13 16:02:54 2017 -0600
  82. 2b72a07 genconfig.py: Print defconfig next to warnings by Simon Glass · Fri Aug 04 03:30:30 2017 -0600
  83. 1fbf072 tools: pblimage: Fix address calculation by York Sun · Tue Aug 15 11:14:41 2017 -0700
  84. eebd461 tools: .gitignore: Add libfdt related files by Bin Meng · Tue Sep 05 22:37:45 2017 -0700
  85. 9a5e001 tools: .gitignore: Sort in alphabetical order by Bin Meng · Tue Sep 05 22:37:44 2017 -0700
  86. 8e6f01f env: Add 'envtools' target to 'make help' by Simon Glass · Tue Sep 05 01:53:59 2017 -0600
  87. 69eb8dd env: Fix operation of 'make environ' by Simon Glass · Tue Sep 05 01:53:58 2017 -0600
  88. 282f270 env: Fix out of tree building of tools-all by Tom Rini · Tue Sep 05 14:01:29 2017 -0400
  89. 0819b9e Makefile: Suppress output of python libfdt build command by Bin Meng · Sun Sep 03 04:37:49 2017 -0700
  90. dde9ee8 Makefile: Quiesce libfdt build by Bin Meng · Sun Sep 03 04:37:48 2017 -0700
  91. be3b78a fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · Sun Aug 27 13:46:22 2017 +0200
  92. 2387509 imx: move imximage header to common location by Stefan Agner · Wed Aug 16 11:00:50 2017 -0700
  93. da707d4 Fix 'notes' typos by Anatolij Gustschin · Fri Aug 18 17:58:51 2017 +0200
  94. 5925a15 Makefile: honor PYTHON configuration properly by Clément Bœsch · Mon Aug 14 08:59:11 2017 +0200
  95. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  96. 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600
  97. e9ec868 rockchip: rk3368: mkimage: add support for the RK3368 by Philipp Tomsich · Thu Jul 13 00:59:06 2017 +0200
  98. 0c193b3 mips-relocs: Fix warning from gcc 6.3 by Paul Burton · Tue Jul 25 15:07:03 2017 +0100
  99. d3a278d MIPS: Stop building position independent code by Paul Burton · Mon Jun 19 11:53:47 2017 -0700
  100. 257f523 RFC: moveconfig: Use toolchains from buildman by Simon Glass · Mon Jul 10 14:47:47 2017 -0600