1. 3b1e507 rockchip: Add support for the SD image by Simon Glass · 9 years ago
  2. c9c7403 rockchip: Add the rkimage format to mkimage by Simon Glass · 9 years ago
  3. 49119a9 tools: remove mpc86x_clk tool by Masahiro Yamada · 9 years ago
  4. 69e9dde kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS by Stefan Roese · 9 years ago
  5. 07c6b84 fdt: Add fdtgrep tool by Simon Glass · 9 years ago
  6. af1b6e5 tools: use pkg-config when available to get SSL flags by Thomas Petazzoni · 10 years ago
  7. ed1cb1a lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · 10 years ago
  8. d631d70 tools/imagetool: remove linker script by Andreas Bießmann · 10 years ago
  9. c1715cf kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS by Tom Rini · 10 years ago
  10. d1f0b63 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  11. c915ceb Use hash.c in mkimage by Ruchika Gupta · 10 years ago
  12. b92ebab rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  13. 28be1cf imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
  14. 8a5a8dc x86: ifdtool: Add support for early microcode access by Simon Glass · 10 years ago
  15. 0c1af33 x86: Add ifdtool for working with Intel Flash Descriptor ROM images by Simon Glass · 10 years ago
  16. 4e1c3c7 kbuild: sync top Makefile with Linux 3.18-rc1 by Masahiro Yamada · 10 years ago
  17. 5d6e813 tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported by Stefan Roese · 10 years ago
  18. 685e87f tools: socfpga: Add socfpga preloader signing to mkimage by Charles Manning · 11 years ago
  19. 60bb734 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  20. 80bff37 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  21. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  22. 0232ba7 Allow compiling common/bootm.c on with HOSTCC by Simon Glass · 10 years ago
  23. 3b95d8e kbuild: remove unnecessary adjustment for Cygwin by Masahiro Yamada · 10 years ago
  24. 7412188 kbuild, tools: generate wrapper C sources automatically by Makefile by Masahiro Yamada · 10 years ago
  25. 04c5e2a tools: include u-boot version of sha256.h by Jeroen Hofstee · 10 years ago
  26. 7df18b1 tools: refactor HOSTLOADLIBES_* options by Masahiro Yamada · 10 years ago
  27. 71e994c mkimage : Split out and clean pbl_crc32 for use by other image types by Charles Manning · 11 years ago
  28. 68a30be arm:at91: enable ROM loadable atmel image by Andreas Bießmann · 11 years ago
  29. 7c75d3e mkimage: add atmelimage by Andreas Bießmann · 11 years ago
  30. 140d832 sunxi: non-FEL SPL boot support for sun7i by Ian Campbell · 11 years ago
  31. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  32. 7ebc4ee tools: fix Makefile to clean-up fit_info and fit_check_sign by Masahiro Yamada · 11 years ago
  33. 8277793 tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · 11 years ago
  34. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  35. 3cb743c tools, fit: add fit_info host command by Heiko Schocher · 11 years ago
  36. 8ae3380 fit: add sha256 support by Heiko Schocher · 11 years ago
  37. ff51704 kbuild: rename SRCTREE to srctree by Masahiro Yamada · 11 years ago
  38. 8d2a8cc kbuild: tools: fix a bug that always builds Denx logo by Masahiro Yamada · 11 years ago
  39. 52e8065 kbuild: add "cross_tools" target to build tools for the target by Masahiro Yamada · 11 years ago
  40. 5bfd11b kernel-doc: move kernel-doc tools to scripts/ by Masahiro Yamada · 11 years ago
  41. 832ef28 Makefile: refactor tools-all targets by Masahiro Yamada · 11 years ago
  42. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  43. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  44. 0302445 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  45. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  46. 82b400c tools: correct proftool build rule by Ian Campbell · 11 years ago
  47. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  48. 49fa059 arm64: Add tool to statically apply RELA relocations by Scott Wood · 11 years ago
  49. 5b475ae Exynos5420: Add base patch for SMDK5420 by Rajeshwari Birje · 11 years ago
  50. 5155381 Add dumpimage, a tool to extract data from U-Boot images by Guilherme Maciel Ferreira · 11 years ago
  51. 8ed4d1c tools: moved code common to all image tools to a separated module. by Guilherme Maciel Ferreira · 11 years ago
  52. 49a88e3 Makefile: do not create a symbolic link to arch/${ARCH}/include/asm by Masahiro Yamada · 11 years ago
  53. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  54. a780d13 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  55. b143210 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  56. bac55ba tools: Sort lists of files in Makefile by Marek Vasut · 11 years ago
  57. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  58. d440993 CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles by Chander Kashyap · 11 years ago
  59. 9696eaa tools/Makefile: Move _GNU_SOURCE to Makefile by York Sun · 11 years ago
  60. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  61. f19be41 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  62. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago
  63. 58fe7e5 image: Add signing infrastructure by Simon Glass · 11 years ago
  64. 9c62892 Add proftool to decode profile data by Simon Glass · 11 years ago
  65. a1a0ad6 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  66. d551ccd build: Use generic boot logo matching by Otavio Salvador · 12 years ago
  67. 10a1eca image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago
  68. da0af36 image: Split FIT code into new image-fit.c by Simon Glass · 12 years ago
  69. bd8ca27 fdt: Ensure that libfdt_env.h comes from U-Boot by Simon Glass · 12 years ago
  70. 164ee8f mx23: config: Enable mxsboot tool for i.MX23 based boards by Otavio Salvador · 12 years ago
  71. 1f747c1 kerneldoc: Implant DocBook from Linux kernel by Marek Vasut · 12 years ago
  72. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  73. 4623e0a tools: Fix mingw tools build by Vladimir Yakovlev · 12 years ago
  74. dff28964 kwboot: boot kirkwood SoCs over a serial link by Luka Perkov · 13 years ago
  75. 1633dd1 EXYNOS: SMDK5250: Add MMC SPL support by Chander Kashyap · 13 years ago
  76. 4a1e332 Strip mkenvimage by David Wagner · 13 years ago
  77. 65a7f2d new tool mkenvimage: generates an env image from an arbitrary config file by David Wagner · 13 years ago
  78. 3b81468 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 13 years ago
  79. 5639fc6 tools: logo: split bmp arrays from bmp_logo.h by Che-Liang Chiou · 13 years ago
  80. c2cf420 iMX28: Add image header generator tool by Marek Vasut · 13 years ago
  81. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  82. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  83. c56514c MIPS: INCA-IP: rename inca-swap-bytes host tool by Daniel Schwierzeck · 13 years ago
  84. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  85. dcd51b8 digsy_mtc: move board into vendor dir and add vendor logo by Anatolij Gustschin · 13 years ago
  86. ace699f tools: make it possible to build tools unconfigured by Mike Frysinger · 13 years ago
  87. 8c76435 Revert "Fix building tools alone with host compiler" by Wolfgang Denk · 14 years ago
  88. ccd5d89 Fix building tools alone with host compiler by François Revol · 14 years ago
  89. 2a131b2 Makefile: move include for config.mk up by François Revol · 14 years ago
  90. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  91. 9192f58 logos: add Freescale logo by Timur Tabi · 14 years ago
  92. f896071 tools: enable img2srec for "tools-all" target by Mike Frysinger · 14 years ago
  93. dcf0dca ARM: Add support for jadecpu board based on MB86R01 SoC by Matthias Weisser · 14 years ago
  94. 8e7788f Move libfdt/ into lib/ by Peter Tyser · 15 years ago
  95. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago
  96. 6e02da5 at91: Add esd gmbh OTC570 board support by Daniel Gorsulowski · 15 years ago
  97. e21597b tools: give explicit libfdt paths by Mike Frysinger · 15 years ago
  98. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  99. 39901cd tools: allow people to compile w/out configuring by Mike Frysinger · 15 years ago
  100. 16c91a1 makefiles: fixes for building build tools by Scott Wood · 15 years ago