1. 8cc84e7 tools: fix define2mk.sed to not add quotes around negative integers by Masahiro Yamada · 8 years ago
  2. b1a570f tools: moveconfig: Add a new --git-ref option by Joe Hershberger · 8 years ago
  3. 93f1c2d tools: moveconfig: New color used for changed defconfig by Joe Hershberger · 8 years ago
  4. 640de87 tools: moveconfig: Fix another typo by Joe Hershberger · 8 years ago
  5. cb256cb tools: moveconfig: make Slot.poll() more readable with helper methods by Masahiro Yamada · 8 years ago
  6. 9566abd tools: moveconfig: allow to run without any CONFIG specified by Masahiro Yamada · 9 years ago
  7. 83c1767 tools: moveconfig: add --force-sync option by Masahiro Yamada · 9 years ago
  8. 0f6beda tools: moveconfig: report when defconfig is updated by Masahiro Yamada · 9 years ago
  9. 07f9852 tools: moveconfig: report when CONFIGs are removed by savedefconfig by Masahiro Yamada · 9 years ago
  10. 76f8df5 tools: moveconfig: display log when savedefconfig occurs by Masahiro Yamada · 9 years ago
  11. 263d137 tools: moveconfig: skip savedefconfig if .config was not updated by Masahiro Yamada · 9 years ago
  12. 274a5ee tools: moveconfig: refactor code to go back to idle state by Masahiro Yamada · 9 years ago
  13. 465b7c0 tools: moveconfig: display log atomically in more readable format by Masahiro Yamada · 9 years ago
  14. 69e2bbc tools: moveconfig: move log output code out of Kconfig Parser class by Masahiro Yamada · 9 years ago
  15. 5393b61 tools: moveconfig: compute file paths just once by Masahiro Yamada · 9 years ago
  16. b903c4e tools: moveconfig: allow to give CONFIG names as argument directly by Masahiro Yamada · 9 years ago
  17. b80a667 tools: moveconfig: drop code for handling type and default value by Masahiro Yamada · 9 years ago
  18. 5643d6e tools: moveconfig: do not rely on type and default value given by users by Masahiro Yamada · 9 years ago
  19. cefaa58 tools: moveconfig: increment number of processed files monotonically by Masahiro Yamada · 9 years ago
  20. 990e677 tools: moveconfig: exit with error message for not clean directory by Masahiro Yamada · 9 years ago
  21. c4d76eb tools: moveconfig: check compilers before starting defconfig walk by Masahiro Yamada · 9 years ago
  22. 06f76e9 tools: moveconfig: check directory location before compilers by Masahiro Yamada · 9 years ago
  23. 6ef8ad9 tools: moveconfig: remove redundant else: after sys.exit() by Masahiro Yamada · 9 years ago
  24. 7c0d9d2 tools: moveconfig: rename update_defconfig() to update_dotconfig() by Masahiro Yamada · 9 years ago
  25. 953d93b tools: moveconfig: fix --dry-run option by Masahiro Yamada · 9 years ago
  26. 465ba37 mtd: nand: Remove docg4 driver and palmtreo680 flashing tool by Scott Wood · 8 years ago
  27. e651130 tools/env: allow to pass NULL for environment options by Andreas Fenkart · 8 years ago
  28. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  29. 650189f tools: Add entry for generated tools/bin2header to tools/.gitignore by Robert P. J. Day · 9 years ago
  30. aeeb183 tools/genboardscfg.py: remove bogus import subprocess by Masahiro Yamada · 9 years ago
  31. 2437190 tools/env: no global variable sharing between application and library by Andreas Fenkart · 9 years ago
  32. aba696d rockchip: Check image name for the rksd image by Simon Glass · 9 years ago
  33. b8bf404 tools/env: compute size of usable area only once by Andreas Fenkart · 9 years ago
  34. 87bcee4 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · 9 years ago
  35. 576d08e tools/env: remove 'extern' from function prototype in fw_env.h by Andreas Fenkart · 9 years ago
  36. edcaee6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · 9 years ago
  37. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 9 years ago
  38. da1805f mkimage: Add a quiet mode by Simon Glass · 9 years ago
  39. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  40. 97c9690 buildman: allow more incremental building by Stephen Warren · 9 years ago
  41. 6963b33 imx: tools: imximage: fix CLR bit command by Adrian Alonso · 9 years ago
  42. 760cc7b test, tools: update tbot documentation by Heiko Schocher · 9 years ago
  43. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  44. ddd3477 mkimage: fix generation of FIT image by Andreas Bießmann · 9 years ago
  45. dbb2df1 fit_image: Fix a double close() on the error path by Simon Glass · 9 years ago
  46. e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · 9 years ago
  47. 07dafdb Change my mailaddress by Andreas Bießmann · 9 years ago
  48. f400158 mkimage: fix argument parsing on BSD systems by Andreas Bießmann · 9 years ago
  49. 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · 9 years ago
  50. e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · 9 years ago
  51. 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · 9 years ago
  52. e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · 9 years ago
  53. d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · 9 years ago
  54. 4d31a84 tools: kwboot: Add xmodem timeout option by Kevin Smith · 9 years ago
  55. 6c7c1ba tools: kwboot: Clean up usage text by Kevin Smith · 9 years ago
  56. 6da4a65 mkimage: Don't close the file if it wasn't opened by Simon Glass · 9 years ago
  57. 9ab7f05 mkimage: Ensure file is closed in fdt_property_file() by Simon Glass · 9 years ago
  58. c0ee1ca mkimage: Fix missing free() and close() in fit_build() by Simon Glass · 9 years ago
  59. f3a6e8f mkimage: Fix missing free() in fit_extract_data() by Simon Glass · 9 years ago
  60. 4e7505f mkimage: Fix error path in fit_extract_data() by Simon Glass · 9 years ago
  61. 5014cc1 mkimage: Add a missing free() to fit_import_data() by Simon Glass · 9 years ago
  62. a1c090b mkimage: Close the file when unable to get its size by Simon Glass · 9 years ago
  63. f463bd9 mkimage: Correct file being closed twice in fit_extract_data() by Simon Glass · 9 years ago
  64. 267a2ce mkimage: Correct file being closed twice in fit_import_data() by Simon Glass · 9 years ago
  65. 84abf15 mkimage: Fix munmap() call when importing data by Simon Glass · 9 years ago
  66. 3464566 Fix spelling of "comment". by Vagrant Cascadian · 9 years ago
  67. 286856c cmd: Fix license command by Tom Rini · 9 years ago
  68. 54e628e buildman: Clarify the use of -V by Simon Glass · 9 years ago
  69. f590273 buildman: Add a way to specific a full toolchain prefix by Simon Glass · 9 years ago
  70. 642e9a6 buildman: Allow branch names which conflict with directories by Simon Glass · 9 years ago
  71. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  72. d11b700 mkimage: Bring data into the FIT before processing by Simon Glass · 9 years ago
  73. afd728c mkimage: Support placing data outside the FIT by Simon Glass · 9 years ago
  74. bd8bc5d mkimage: Support adding device tree files to a FIT by Simon Glass · 9 years ago
  75. 88e31cb mkimage: Support automatic creating of a FIT without a .its by Simon Glass · 9 years ago
  76. 1c57023 tools: Add a function to obtain the size of a file by Simon Glass · 9 years ago
  77. 04b4607 mkimage: Allow a FIT to include an image of any type by Simon Glass · 9 years ago
  78. 28eb631 tools: Include fdt_sw.o in libfdt for mkimage by Simon Glass · 9 years ago
  79. c6cdd3e buildman: Allow the toolchain architecture to be specified by Simon Glass · 9 years ago
  80. 7b97129 buildman: Allow the toolchain priority to be specified by Simon Glass · 9 years ago
  81. d6ece32 buildman: Fix up a few code inconsistencies in toolchain.py by Simon Glass · 9 years ago
  82. c29101f buildman: patman: Fix -H when installed as a symlink by Simon Glass · 9 years ago
  83. fc372bc patman: Add a missing space in GetMetaDataForList() by Simon Glass · 9 years ago
  84. 8a5651f fdtgrep: Improve error handling with invalid device tree by Simon Glass · 9 years ago
  85. 52322d6 mkimage: Make 'params' static by Simon Glass · 9 years ago
  86. 01168b3 mkimage: Show an error message when usage() is called by Simon Glass · 9 years ago
  87. 99a7c26 mkimage: Move usage() up to the top by Simon Glass · 9 years ago
  88. f6fe5f6 mkimage: Sort the option processing code by option by Simon Glass · 9 years ago
  89. cf76cd2 mkimage: Convert to use getopt() by Simon Glass · 9 years ago
  90. 7106bd4 mkimage: Move argument processing into its own function by Simon Glass · 9 years ago
  91. 6e3d0fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  92. 77ec8bc patman: fix series-notes handling for buildman by Albert ARIBAUD · 9 years ago
  93. 07a50f9 tools: Update openrisc toolchain information by Bin Meng · 9 years ago
  94. 1ac7d47 tools: -Wno-deprecated-declarations for OpenSSL on darwin by Andreas Bießmann · 9 years ago
  95. a4e80c5 Gracefully handle 64-bit signed-extended 32-bit Load addresses by William Cohen · 9 years ago
  96. 844e18f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  97. 787519a mxsboot: remove unused include by Andreas Bießmann · 9 years ago
  98. fa53dfa test, tools: introduce tbot README by Heiko Schocher · 9 years ago
  99. 9b5a28b tools: env: update usage strings by Andreas Fenkart · 9 years ago
  100. 6726fc4 tools: env: factor out parse_common_args by Andreas Fenkart · 9 years ago