1. e0724a3 tools: mkimage: Check if file is regular file by Michal Simek · 8 years ago
  2. 96e706f tools: mkimage: Add support for initialization table for Zynq and ZynqMP by Mike Looijmans · 8 years ago
  3. 18fe90e tools: fix mksunxiboot build for tools-all target by Andre Przywara · 8 years ago
  4. 8d83ed2 mkimage: Allow including a ramdisk in FIT auto mode by Tomeu Vizoso · 8 years ago
  5. b7876c8 buildman: Fix building based on 'options' field by Tom Rini · 8 years ago
  6. b0034bb tools: imximage: check return value when open the plugin file by Peng Fan · 8 years ago
  7. d435d9f mkimage: Fix missing free() in show_valid_options() by Simon Glass · 8 years ago
  8. 3e9e6d6 Fix spelling of "occur". by Vagrant Cascadian · 8 years ago
  9. 24ae92c tools: add mksunxiboot to tools-all target by Stefan Brüns · 8 years ago
  10. 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  11. 753b345 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  12. 3984d6e tools: moveconfig: support wildcards in --defconfigs file by Masahiro Yamada · 8 years ago
  13. 334de96 tools: imximage: add plugin support by Peng Fan · 8 years ago
  14. 2374f31 pbl: use "wait" command instead of "flush" command by Zhao Qiang · 8 years ago
  15. fb197a8 tools: buildman: Add compiler wrapper by York Sun · 8 years ago
  16. 9913391 tools: buildman: Remove duplicated code by York Sun · 8 years ago
  17. 493dd31 dtoc: Make integer division python 3.x safe by Paul Burton · 8 years ago
  18. 307f1fa dtoc: Decode strings for struct.unpack on python 3.x by Paul Burton · 8 years ago
  19. 0a95448 dtoc: Use items() to iterate over dictionaries in python 3.x by Paul Burton · 8 years ago
  20. 44fc9ba patman: Fix doctest StringIO import for python 3.x by Paul Burton · 8 years ago
  21. 4466f1a patman: Use items() to iterate over dictionaries by Paul Burton · 8 years ago
  22. 352f110 patman: Import 'configparser' lower case to be python 3.x safe by Paul Burton · 8 years ago
  23. f14a131 patman: Make exception handling python 3.x safe by Paul Burton · 8 years ago
  24. c393134 patman: Make print statements python 3.x safe by Paul Burton · 8 years ago
  25. a5edb44 patman: Replace tabs with spaces by Paul Burton · 8 years ago
  26. 0c1ee6c dtoc: Add a way for tests to request the fallback library by Simon Glass · 8 years ago
  27. 6d928a7 dtoc: Adjust GetProps() in fdt_normal to use the node path by Simon Glass · 8 years ago
  28. 1a096ce dtoc: Fix bug in GetProp() by Simon Glass · 8 years ago
  29. 52a9ce9 buildman: Drop the 'alive' flag in BuilderThread by Simon Glass · 8 years ago
  30. 205ac04 buildman: Don't show a stacktrace on Ctrl-C by Simon Glass · 8 years ago
  31. e8954fc buildman: Drop the 'active' flag in the builder by Simon Glass · 8 years ago
  32. d26e144 buildman: Allow builds to terminate cleanly by Simon Glass · 8 years ago
  33. 61a6749 buildman: Put our local libraries first in the path by Simon Glass · 8 years ago
  34. e0f2360 buildman: Print a message indicating the build is starting by Simon Glass · 8 years ago
  35. 83cb6cc buildman: Print a message when removing old directories by Simon Glass · 8 years ago
  36. 2e2a6e6 buildman: Tidy up the 'cloning' message by Simon Glass · 8 years ago
  37. 9c45a4e patman: Flush output when there is no newline by Simon Glass · 8 years ago
  38. d332ff7 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  39. ccb293f env: tool: add command line option to input lockfile path by B, Ravi · 8 years ago
  40. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  41. 0b49b84 Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment by Andreas Fenkart · 8 years ago
  42. 5e755c7 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · 8 years ago
  43. ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · 8 years ago
  44. 2228158 tools/env: factor out environment_end function by Andreas Fenkart · 8 years ago
  45. 2e9f494 tools: mkimage: add support for Vybrid image format by Albert ARIBAUD \(3ADEV\) · 8 years ago
  46. 4066b31 dtoc: Add methods for reading data from properties by Simon Glass · 8 years ago
  47. 29462c3 dtoc: Correct quotes in fdt_util by Simon Glass · 8 years ago
  48. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  49. 32d9827 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  50. c719e42 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  51. a930ecc dtoc: Move to using bytearray by Simon Glass · 8 years ago
  52. 14fb292 dtoc: Prepare for supporting changing of device trees by Simon Glass · 8 years ago
  53. c2470f4 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · 8 years ago
  54. efc9bf6 dtoc: Allow the device tree to be compiled from source by Simon Glass · 8 years ago
  55. a2b840a patman: Add a library to handle logging and progress by Simon Glass · 8 years ago
  56. be39f05 patman: Add a tools library for using temporary files by Simon Glass · 8 years ago
  57. cc346a7 dtoc: Move a few more common functions into fdt.py by Simon Glass · 8 years ago
  58. 248ccd2 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · 8 years ago
  59. b1a5e26 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · 8 years ago
  60. 1f941b6 dtoc: Create a base class for Fdt by Simon Glass · 8 years ago
  61. 8be1d28 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · 8 years ago
  62. b71ef89 dtoc: Move the fdt library selection into fdt_select by Simon Glass · 8 years ago
  63. 8a30514 dtoc: Move the struct import into the correct order by Simon Glass · 8 years ago
  64. c55e056 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  65. 8bf41c2 moveconfig: Add an option to commit changes by Simon Glass · 8 years ago
  66. 13e05a0 moveconfig: Add an option to skip prompts by Simon Glass · 8 years ago
  67. 7161b6e Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  68. 6d13917 tools: moveconfig: add --spl option to move options for SPL build by Masahiro Yamada · 8 years ago
  69. 35204d9 tools: moveconfig: warn loudly if moved option has no entry in Kconfig by Masahiro Yamada · 8 years ago
  70. 1271b67 tools: moveconfig: use sets instead of lists for failed/suspicious boards by Masahiro Yamada · 8 years ago
  71. 61fbb57 tools: moveconfig: remove document about deprecated error message by Masahiro Yamada · 8 years ago
  72. 88c9300 imx: ventana: enable splashscreen support by Tim Harvey · 8 years ago
  73. 7facf88 treewide: fix "followings" to "following" by Masahiro Yamada · 8 years ago
  74. d1d9d60 tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list by Masahiro Yamada · 8 years ago
  75. aa6b9e7 tools: kwboot: patch destaddr only for SoCs with header version 1 by Simon Baatz · 8 years ago
  76. 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · 8 years ago
  77. 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · 8 years ago
  78. bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · 8 years ago
  79. 15bd26c mkimage: Fix argument parsing with signature comment by Karl Beldan · 8 years ago
  80. dce28de tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning by Masahiro Yamada · 8 years ago
  81. 58175e3 tools: moveconfig: make getting all defconfigs into helper function by Masahiro Yamada · 8 years ago
  82. 6d798ba tools: moveconfig: fix cleanup of defines across multiple lines by Masahiro Yamada · 8 years ago
  83. a1a4b09 tools: moveconfig: show diffs of cleaned headers in color by Masahiro Yamada · 8 years ago
  84. 573b390 tools: moveconfig: show result of header cleaning in unified diff by Masahiro Yamada · 8 years ago
  85. ea8f534 tools: moveconfig: trim garbage lines after header cleanups by Masahiro Yamada · 8 years ago
  86. d0a9d2a tools: moveconfig: do not check clean tree and compilers for -H option by Masahiro Yamada · 8 years ago
  87. 28a6d35 tools: moveconfig: do not cleanup headers in include/generated by Masahiro Yamada · 8 years ago
  88. d7c8a7d buildman: Add a quick-start note by Simon Glass · 8 years ago
  89. f90e291 buildman: Avoid overwriting existing toolchain entries by Simon Glass · 8 years ago
  90. a3d9b4f buildman: Drop the toolchain error when downloading toolchains by Simon Glass · 8 years ago
  91. 43ea128 buildman: Fix a typo in TestSettingsHasPath() by Simon Glass · 8 years ago
  92. 9f1ba0f buildman: Improve the toolchain progress/error output by Simon Glass · 8 years ago
  93. f38a642 buildman: Allow the toolchain error to be suppressed by Simon Glass · 8 years ago
  94. 5d4a787 buildman: Fix the 'help' test to use the correct path by Simon Glass · 8 years ago
  95. dd19517 buildman: Automatically create a config file if needed by Simon Glass · 8 years ago
  96. 7b94ab5 buildman: Tidy up the README a little by Simon Glass · 8 years ago
  97. bfa419c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  98. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · 9 years ago
  99. 4afa316 mkimage: rockchip: add suport for rk33 serial by Kever Yang · 8 years ago
  100. de9862d mkimage: rockchip: add suport for rk33 serial by Kever Yang · 8 years ago