1. e49f14a patman: Only use git's --no-decorate when available by Simon Glass · 10 years ago
  2. cda2a61 patman: Move the 'git log' command into a function by Simon Glass · 10 years ago
  3. 3b74ba5 buildman: Allow selection of the number of commits to build by Simon Glass · 10 years ago
  4. 6131bea buildman: Introduce an 'and' operator for board selection by Simon Glass · 10 years ago
  5. e956947 buildman: Add a few more toolchain examples to the README by Simon Glass · 10 years ago
  6. 28370c1 buildman: Add a message indicating there are no errors by Simon Glass · 10 years ago
  7. 0f7c9dd buildman: Add an option to specify the buildman config file by Simon Glass · 10 years ago
  8. d3269ed buildman: Remove unused non-incremental build method code by Simon Glass · 10 years ago
  9. e5a0e5d buildman: Add verbose option to display errors as they happen by Simon Glass · 10 years ago
  10. b2ea7ab buildman: Refactor output options by Simon Glass · 10 years ago
  11. c1de501 buildman: Sort command line options by Simon Glass · 10 years ago
  12. 190064b buildman: Move BuilderThread code to its own file by Simon Glass · 10 years ago
  13. fea5858 buildman: Allow building of current source tree by Simon Glass · 10 years ago
  14. 6eede34 buildman: Add some notes about moving from MAKEALL by Simon Glass · 10 years ago
  15. cec83c3 buildman: Fix a few typos by Simon Glass · 10 years ago
  16. 73f30b9 buildman: adjust for Kconfig by Masahiro Yamada · 10 years ago
  17. 3c08e8b tools: add genboardscfg.py by Masahiro Yamada · 10 years ago
  18. 5114879 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  19. 9979692 buildman: make sure to invoke GNU Make by Masahiro Yamada · 10 years ago
  20. 362f16b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  21. 740f41d Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  22. ee860c6 patman: make "No recipient" checking more tolerant by Masahiro Yamada · 10 years ago
  23. 189a496 buildman: Support in-tree builds by Simon Glass · 10 years ago
  24. 97e9152 buildman: Add -C option to force a reconfigure for each commit by Simon Glass · 10 years ago
  25. 21fe8ec buildman: Avoid retrying a build if it definitely failed by Simon Glass · 10 years ago
  26. 4266dc2 buildman: Add -F flag to retry failed builds by Simon Glass · 10 years ago
  27. 8708267 buildman: fix toolchain priority_list by Masahiro Yamada · 10 years ago
  28. 1826a18 buildman: fix to display warning message for missing [toolchain] section by Masahiro Yamada · 10 years ago
  29. 4251978 patman: Only apply patches when we know the original HEAD by Simon Glass · 10 years ago
  30. 4ba73a5 sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple of 4 by Hans de Goede · 10 years ago
  31. b047d67 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  32. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  33. ce1400f Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  34. ea51a62 Allow compiling common/bootm.c on with HOSTCC by Simon Glass · 10 years ago
  35. 12df2ab Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  36. ba923ca tools: Check arguments in fit_check_sign/fit_info by Simon Glass · 10 years ago
  37. 597a8b2 mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  38. 7050f0d .gitignore: move *.exe pattern to the top gitignore for Cygwin by Masahiro Yamada · 10 years ago
  39. 96b09a9 kbuild: remove unnecessary adjustment for Cygwin by Masahiro Yamada · 10 years ago
  40. ad80c4a kbuild, tools: generate wrapper C sources automatically by Makefile by Masahiro Yamada · 10 years ago
  41. a946811 mkimage: Automatically make space in FDT when full by Simon Glass · 10 years ago
  42. ef0af64 Improve error handling in fit_common by Simon Glass · 10 years ago
  43. 18b0665 tools: include u-boot version of sha256.h by Jeroen Hofstee · 10 years ago
  44. 97cb4e5 tools: refactor HOSTLOADLIBES_* options by Masahiro Yamada · 10 years ago
  45. 6437501 Prevent a stack overflow in fit_check_sign by Michael van der Westhuizen · 10 years ago
  46. 25308f4 tools: Refactor mxsimage to use pbl_crc32 by Charles Manning · 10 years ago
  47. abbc67e mkimage : Split out and clean pbl_crc32 for use by other image types by Charles Manning · 10 years ago
  48. 5c390a5 arm:at91: enable ROM loadable atmel image by Andreas Bießmann · 10 years ago
  49. 7b1a411 mkimage: add atmelimage by Andreas Bießmann · 10 years ago
  50. 50827a5 sunxi: non-FEL SPL boot support for sun7i by Ian Campbell · 10 years ago
  51. 6be6b6b patman: Suppress duplicate signoffs only for real patches by Simon Glass · 10 years ago
  52. e7d4a88 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  53. cd834a0 tools: env: Add aes.c placeholder by Marek Vasut · 10 years ago
  54. f4617ef Merge branch 'tom' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  55. 102061b patman: Avoid duplicate sign-offs by Simon Glass · 10 years ago
  56. 757f64a patman: Deal with 'git apply' failures correctly by Simon Glass · 10 years ago
  57. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  58. e1ae71d logos: Update of the syteco company logo by Thomas Diener · 10 years ago
  59. e0ba929 buildman: make output dir configurable by Daniel Schwierzeck · 10 years ago
  60. e1b7e1e tools: fix Makefile to clean-up fit_info and fit_check_sign by Masahiro Yamada · 10 years ago
  61. bf411ea tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · 10 years ago
  62. 229695f fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · 10 years ago
  63. 0f50777 Merge branch 'next' by Tom Rini · 10 years ago
  64. 659c89d patman: Use Patch-cc: instead of Cc: by Simon Glass · 11 years ago
  65. a8a752c env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
  66. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  67. 6bf4ca0 tools, fit: add fit_info host command by Heiko Schocher · 11 years ago
  68. 2842c1c fit: add sha256 support by Heiko Schocher · 11 years ago
  69. 66b36f8 tools/image-host: fix sign-images bug by Heiko Schocher · 11 years ago
  70. 0128632 kbuild: rename SRCTREE to srctree by Masahiro Yamada · 11 years ago
  71. 4b774ff fw_env: correct writes to devices with small erase blocks by Dustin Byford · 11 years ago
  72. 23869bf fw_env: calculate default number of env sectors by Dustin Byford · 11 years ago
  73. 603f51c kbuild: tools: fix a bug that always builds Denx logo by Masahiro Yamada · 11 years ago
  74. db5b339 kbuild: add "cross_tools" target to build tools for the target by Masahiro Yamada · 11 years ago
  75. 6a44d80 kbuild: move asm-offsets.h rules to ./Kbuild by Masahiro Yamada · 11 years ago
  76. 8fac9c7 kernel-doc: move kernel-doc tools to scripts/ by Masahiro Yamada · 11 years ago
  77. 79fc0c5 tools/env: cross-compile fw_printenv without setting HOSTCC by Masahiro Yamada · 11 years ago
  78. 2887c47 Makefile: refactor tools-all targets by Masahiro Yamada · 11 years ago
  79. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  80. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  81. fea1ca8 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  82. 34bd050 Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile by Masahiro Yamada · 11 years ago
  83. 940db16 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  84. 054c838 tools: correct proftool build rule by Ian Campbell · 11 years ago
  85. e60cfd5 relocate-rela: replace a magic number with sizeof(Elf64_Rela) by Masahiro Yamada · 11 years ago
  86. 901d0ea tools: move kermit files to tools/kermit directory by Masahiro Yamada · 11 years ago
  87. 26d2857 cosmetic: tools/scripts/README: insert only one space between words by Masahiro Yamada · 11 years ago
  88. 84977e4 .gitignore: ignore u-boot.elf and tools/relocate-rela by Masahiro Yamada · 11 years ago
  89. 7f673c9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  90. 8137af1 arm64: Add tool to statically apply RELA relocations by Scott Wood · 11 years ago
  91. 4b0561d Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  92. a891601 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  93. 0fcac1a SPL: EXYNOS: Prepare for variable size SPL support by Rajeshwari Birje · 11 years ago
  94. e106bd9 Exynos5420: Add base patch for SMDK5420 by Rajeshwari Birje · 11 years ago
  95. 5b5a82e ARM: mxs: tools: Fix errno handling in strtoul() invocation by Marek Vasut · 11 years ago
  96. 475c506 Makefile, .gitignore: Cleanup non-existing binaries by Masahiro Yamada · 11 years ago
  97. dd88ab3 Makefile: Move some scripts imported from Linux by Masahiro Yamada · 11 years ago
  98. a804b5c Add dumpimage, a tool to extract data from U-Boot images by Guilherme Maciel Ferreira · 11 years ago
  99. f86ed6a tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  100. f1cc458 mkimage: added 'static' specifier to match function's prototype. by Guilherme Maciel Ferreira · 11 years ago