1. 97c9690 buildman: allow more incremental building by Stephen Warren · Mon Apr 11 10:48:44 2016 -0600
  2. 760cc7b test, tools: update tbot documentation by Heiko Schocher · Thu Apr 28 08:17:28 2016 +0200
  3. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · Wed May 04 04:47:31 2016 -0400
  4. ddd3477 mkimage: fix generation of FIT image by Andreas Bießmann · Tue May 03 15:17:03 2016 +0200
  5. dbb2df1 fit_image: Fix a double close() on the error path by Simon Glass · Sun May 01 17:12:24 2016 -0600
  6. e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · Fri Apr 29 22:00:11 2016 +0200
  7. 07dafdb Change my mailaddress by Andreas Bießmann · Sun May 01 03:46:16 2016 +0200
  8. f400158 mkimage: fix argument parsing on BSD systems by Andreas Bießmann · Sun May 01 03:01:27 2016 +0200
  9. 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · Fri Mar 25 14:52:19 2016 +0100
  10. e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · Fri Mar 11 09:39:38 2016 +0100
  11. 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · Fri Mar 11 09:39:37 2016 +0100
  12. e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · Fri Mar 11 09:39:36 2016 +0100
  13. d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · Fri Mar 11 09:39:35 2016 +0100
  14. 4d31a84 tools: kwboot: Add xmodem timeout option by Kevin Smith · Tue Feb 16 21:28:19 2016 +0000
  15. 6c7c1ba tools: kwboot: Clean up usage text by Kevin Smith · Tue Feb 16 21:28:17 2016 +0000
  16. 6da4a65 mkimage: Don't close the file if it wasn't opened by Simon Glass · Wed Mar 16 07:45:43 2016 -0600
  17. 9ab7f05 mkimage: Ensure file is closed in fdt_property_file() by Simon Glass · Wed Mar 16 07:45:42 2016 -0600
  18. c0ee1ca mkimage: Fix missing free() and close() in fit_build() by Simon Glass · Wed Mar 16 07:45:41 2016 -0600
  19. f3a6e8f mkimage: Fix missing free() in fit_extract_data() by Simon Glass · Wed Mar 16 07:45:40 2016 -0600
  20. 4e7505f mkimage: Fix error path in fit_extract_data() by Simon Glass · Wed Mar 16 07:45:39 2016 -0600
  21. 5014cc1 mkimage: Add a missing free() to fit_import_data() by Simon Glass · Wed Mar 16 07:45:38 2016 -0600
  22. a1c090b mkimage: Close the file when unable to get its size by Simon Glass · Wed Mar 16 07:45:37 2016 -0600
  23. f463bd9 mkimage: Correct file being closed twice in fit_extract_data() by Simon Glass · Wed Mar 16 07:45:33 2016 -0600
  24. 267a2ce mkimage: Correct file being closed twice in fit_import_data() by Simon Glass · Wed Mar 16 07:45:32 2016 -0600
  25. 84abf15 mkimage: Fix munmap() call when importing data by Simon Glass · Wed Mar 16 07:45:31 2016 -0600
  26. 3464566 Fix spelling of "comment". by Vagrant Cascadian · Tue Mar 15 12:11:12 2016 -0700
  27. 286856c cmd: Fix license command by Tom Rini · Tue Mar 15 12:49:12 2016 -0400
  28. 54e628e buildman: Clarify the use of -V by Simon Glass · Sat Mar 12 18:50:33 2016 -0700
  29. f590273 buildman: Add a way to specific a full toolchain prefix by Simon Glass · Sat Mar 12 18:50:32 2016 -0700
  30. 642e9a6 buildman: Allow branch names which conflict with directories by Simon Glass · Sat Mar 12 18:50:31 2016 -0700
  31. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Mar 14 19:21:44 2016 -0400
  32. d11b700 mkimage: Bring data into the FIT before processing by Simon Glass · Mon Feb 22 22:55:54 2016 -0700
  33. afd728c mkimage: Support placing data outside the FIT by Simon Glass · Mon Feb 22 22:55:53 2016 -0700
  34. bd8bc5d mkimage: Support adding device tree files to a FIT by Simon Glass · Mon Feb 22 22:55:52 2016 -0700
  35. 88e31cb mkimage: Support automatic creating of a FIT without a .its by Simon Glass · Mon Feb 22 22:55:51 2016 -0700
  36. 1c57023 tools: Add a function to obtain the size of a file by Simon Glass · Mon Feb 22 22:55:49 2016 -0700
  37. 04b4607 mkimage: Allow a FIT to include an image of any type by Simon Glass · Mon Feb 22 22:55:48 2016 -0700
  38. 28eb631 tools: Include fdt_sw.o in libfdt for mkimage by Simon Glass · Mon Feb 22 22:55:47 2016 -0700
  39. c6cdd3e buildman: Allow the toolchain architecture to be specified by Simon Glass · Sun Mar 06 19:45:38 2016 -0700
  40. 7b97129 buildman: Allow the toolchain priority to be specified by Simon Glass · Sun Mar 06 19:45:37 2016 -0700
  41. d6ece32 buildman: Fix up a few code inconsistencies in toolchain.py by Simon Glass · Sun Mar 06 19:45:35 2016 -0700
  42. c29101f buildman: patman: Fix -H when installed as a symlink by Simon Glass · Sun Mar 06 19:45:34 2016 -0700
  43. fc372bc patman: Add a missing space in GetMetaDataForList() by Simon Glass · Sun Mar 06 19:45:33 2016 -0700
  44. 8a5651f fdtgrep: Improve error handling with invalid device tree by Simon Glass · Sun Mar 06 19:45:32 2016 -0700
  45. 52322d6 mkimage: Make 'params' static by Simon Glass · Mon Feb 22 22:55:38 2016 -0700
  46. 01168b3 mkimage: Show an error message when usage() is called by Simon Glass · Mon Feb 22 22:55:37 2016 -0700
  47. 99a7c26 mkimage: Move usage() up to the top by Simon Glass · Mon Feb 22 22:55:36 2016 -0700
  48. f6fe5f6 mkimage: Sort the option processing code by option by Simon Glass · Mon Feb 22 22:55:35 2016 -0700
  49. cf76cd2 mkimage: Convert to use getopt() by Simon Glass · Mon Feb 22 22:55:34 2016 -0700
  50. 7106bd4 mkimage: Move argument processing into its own function by Simon Glass · Mon Feb 22 22:55:33 2016 -0700
  51. 6e3d0fd Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Feb 25 10:35:23 2016 -0500
  52. 77ec8bc patman: fix series-notes handling for buildman by Albert ARIBAUD · Tue Feb 02 10:24:53 2016 +0100
  53. 07a50f9 tools: Update openrisc toolchain information by Bin Meng · Sun Feb 21 21:18:02 2016 -0800
  54. 1ac7d47 tools: -Wno-deprecated-declarations for OpenSSL on darwin by Andreas Bießmann · Tue Feb 16 23:29:28 2016 +0100
  55. a4e80c5 Gracefully handle 64-bit signed-extended 32-bit Load addresses by William Cohen · Tue Feb 16 08:57:46 2016 -0500
  56. 844e18f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Feb 21 07:56:16 2016 -0500
  57. 787519a mxsboot: remove unused include by Andreas Bießmann · Tue Feb 16 23:29:29 2016 +0100
  58. fa53dfa test, tools: introduce tbot README by Heiko Schocher · Tue Jan 26 08:42:48 2016 +0100
  59. 9b5a28b tools: env: update usage strings by Andreas Fenkart · Wed Dec 09 13:13:27 2015 +0100
  60. 6726fc4 tools: env: factor out parse_common_args by Andreas Fenkart · Wed Dec 09 13:13:26 2015 +0100
  61. 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · Wed Dec 09 13:13:25 2015 +0100
  62. aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · Wed Dec 09 13:13:24 2015 +0100
  63. 33e9177 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · Wed Dec 09 13:13:23 2015 +0100
  64. a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · Wed Dec 09 13:13:22 2015 +0100
  65. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · Wed Dec 09 13:13:21 2015 +0100
  66. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  67. ef88123 tools: mxsboot: Use more portable cpu_to_le32() by Bin Meng · Sun Jan 24 19:38:32 2016 -0800
  68. b42f7e4 rockchip: Add a script to parse datasheets by Simon Glass · Thu Jan 21 19:45:08 2016 -0700
  69. 7a1cb29 dm: video: test: Test that bitmap display works correctly by Simon Glass · Mon Jan 18 19:52:28 2016 -0700
  70. 80c2ebc patman: Add --thread option by Mateusz Kulikowski · Thu Jan 14 20:37:41 2016 +0100
  71. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Thu Jan 14 21:51:32 2016 -0500
  72. 04ec0d3 arm: mvebu: Add runtime detection of UART (xmodem) boot-mode by Stefan Roese · Thu Jan 07 14:12:04 2016 +0100
  73. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · Mon Dec 21 13:56:33 2015 +0100
  74. 580ea68 tools: microcode-tool: Support parsing header file with a license block by Bin Meng · Fri Dec 11 02:55:46 2015 -0800
  75. 8a12352 rockchip: Drop a debug message when outputing SPI images by Simon Glass · Tue Dec 29 05:22:44 2015 -0700
  76. 86d7049 rockchip: Enable generation of SPI images by Simon Glass · Tue Dec 29 05:22:43 2015 -0700
  77. d54f0e7 tools: zynqimage: Clean up check_params by Nathan Rossi · Wed Dec 09 00:44:43 2015 +1000
  78. 05c2de8 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Wed Dec 16 14:50:03 2015 -0500
  79. 656ee04 tools: env: include compiler.h by Peter Robinson · Wed Dec 09 07:15:33 2015 +0000
  80. 06cdc34 rockchip: mkimage: use imagename to select spl hdr & spl size by Jeffy Chen · Fri Nov 27 12:07:17 2015 +0800
  81. f24d621 Revert "rockchip: Add max spl size & spl header configs" by Jeffy Chen · Fri Nov 27 12:07:16 2015 +0800
  82. 4acc2d4 buildman: README: add links for toolchains not available on kernel.org by Thomas Chou · Thu Nov 12 09:29:09 2015 +0800
  83. 4cc8627 mkimage: Fix warning from fix for generating multi and script images again by Marek Vasut · Mon Dec 07 18:01:54 2015 +0100
  84. 3edd041 mkimage : Fix generating multi and script images by Philippe De Swert · Fri Dec 04 00:11:23 2015 +0200
  85. 0e7c90a rockchip: Add support for rk's second level loader by Jeffy Chen · Tue Nov 17 14:20:30 2015 +0800
  86. 3547118 rockchip: Add max spl size & spl header configs by Jeffy Chen · Tue Nov 17 14:20:29 2015 +0800
  87. 5286c0d tools/kwbimage: fix size computations for v1 images by Reinhard Pfau · Sun Nov 29 15:52:14 2015 +0100
  88. 3efeaae tools/kwbimage: fix endianess issue by Reinhard Pfau · Sun Nov 29 15:48:25 2015 +0100
  89. da43fd3 tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned by Stefan Roese · Tue Nov 24 09:14:59 2015 +0100
  90. ce1771e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · Tue Nov 17 22:56:56 2015 +1000
  91. b7c3b3f Allow fw env tools to be available as library by Stefano Babic · Fri Oct 30 14:57:04 2015 +0100
  92. 211e17b tools/env: allow config filename to be passed via command line argument by Michael Heimpold · Tue Oct 27 22:34:49 2015 +0100
  93. a4279a5 tools/kwbimage.c: Fix generation of binary header by Stefan Roese · Wed Oct 28 07:53:58 2015 +0100
  94. 451b1fc tools/proftool: fix use-after-free by Vincent Stehlé · Wed Oct 07 15:48:48 2015 +0200
  95. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · Tue Nov 10 01:06:16 2015 +0000
  96. b044a4f fdtgrep: Simplify the alias generation code by Simon Glass · Sat Oct 17 19:41:16 2015 -0600
  97. 7a169ca Fix bad return value checks (detected with Coccinelle) by Thomas Huth · Tue Aug 25 17:09:40 2015 +0200
  98. 48676a3 kwbimage: Align payload size to 4 bytes by Stefan Roese · Tue Sep 01 13:46:35 2015 +0200
  99. 5710d06 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Oct 13 08:37:38 2015 -0400
  100. 1414f1f Fix variation in timestamps caused by timezone differences. by Vagrant Cascadian · Fri Oct 02 09:11:51 2015 -0700