1. f90df59 tools: moveconfig: cleanup README entires by Chris Packham · 7 years ago
  2. ca43834 tools: moveconfig: cleanup whitelist entries by Chris Packham · 7 years ago
  3. 85edfc1 tools: moveconfig: extract helper function for user confirmation by Chris Packham · 7 years ago
  4. f59a3b2 tools: sunxi: avoid read after end of string by xypron.glpk@gmx.de · 7 years ago
  5. d27e35f relocate-rela: add missing va_end() by xypron.glpk@gmx.de · 7 years ago
  6. 1787334 rockchip: mkimage: remove (left-over) assignment w/o effect [coverity] by Philipp Tomsich · 8 years ago
  7. ddc6a9d tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 8 years ago
  8. 546a6f3 buildman: Allow 'gnueabihf' toolchains for ARM by Tom Rini · 8 years ago
  9. 6091110 tools: moveconfig: remove GCC prefix of obsolete architecture by Masahiro Yamada · 8 years ago
  10. fbeb337 buildman: Translate more strings to latin-1 by Tom Rini · 8 years ago
  11. b7b24a7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  12. 9a6d2e2 buildman: Handle commit subjects containing unicode by Simon Glass · 8 years ago
  13. b48bfc7 tools: allow to override python by Stefano Babic · 8 years ago
  14. c47a38b fdtgrep: Cope with the /aliases node being last by Simon Glass · 8 years ago
  15. f156b5b dtoc: Decode val if it's a byte string by George McCollister · 8 years ago
  16. 6db06f9 patman: Convert byte arrays to strings by George McCollister · 8 years ago
  17. 33f0086 env: fix memory leak in fw_env routines by Stefano Babic · 8 years ago
  18. 00c234f env: add a version number to check API by Stefano Babic · 8 years ago
  19. 9d80b49 env: split fw_env.h in public and private parts by Stefano Babic · 8 years ago
  20. b80c0b9 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
  21. ae5564d tools: binman: Add missing filenames for various x86 rom tests by Bin Meng · 8 years ago
  22. 2b4c652 binman: Remove hard-coded file name for x86 flash-descriptor & intel-me by Stefan Roese · 8 years ago
  23. 594b4cc tools: sunxi: Add spl image builder by Maxime Ripard · 8 years ago
  24. 3082775 rockchip: mkimage: update rkimage to support pre-padded payloads by Philipp Tomsich · 8 years ago
  25. 111bcc4 rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399 by Philipp Tomsich · 8 years ago
  26. f3edf8b rockchip: mkimage: simplify start/size calculation for rc4_encode by Philipp Tomsich · 8 years ago
  27. 33ed574 tools: plbimage support generate rcw file by yuan linyu · 8 years ago
  28. 55bc080 dtoc: make ScanTree recurse into subnodes by Philipp Tomsich · 8 years ago
  29. e5caec9 Pass empty CFLAGS on invocation of libfdt/setup.py by Max Filippov · 8 years ago
  30. 02ccab1 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  31. 3e0a71c tools: imximage: add set bit command by Peng Fan · 8 years ago
  32. 162c46d rockchip: mkimage: Add support rk3188 serial by Heiko Stübner · 8 years ago
  33. cfbcdad rockchip: mkimage: Allow encoding of loader code in spl images by Heiko Stübner · 8 years ago
  34. 27326c7 dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  35. 3b08252 tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · 8 years ago
  36. 35d8265 tools: omapimage: Fix size in header by Lokesh Vutla · 8 years ago
  37. 66a7a24 tools: binman: change shebang from python into python2 by Jörg Krause · 8 years ago
  38. d036107 kconfiglib.py: Kludge in 'imply' support by Tom Rini · 8 years ago
  39. 8f42a2b tools: Remove CONFIG_SYS_TEXT_BASE in Makefile by Patrick Delaunay · 8 years ago
  40. 93f4877 tools: kwboot: don't adjust destaddr when patching the image by Chris Packham · 8 years ago
  41. 1f6c8a5 tools: kwbimage: Fix unchecked return value and fd leak by Mario Six · 8 years ago
  42. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  43. 21342d4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  44. d726f22 cmd: rework "license" command by Masahiro Yamada · 8 years ago
  45. f11a0af patman: Handle non-ascii characters in names by Chris Packham · 8 years ago
  46. 8d7523c buildman: Allow showing the list of boards with -n by Simon Glass · 8 years ago
  47. 8aa4136 patman: Format checkpatch messages for IDE throwback by Simon Glass · 8 years ago
  48. 6b6024a dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · 8 years ago
  49. c25f01a tools: Add tool to add crc8 to a mac address by oliver@schinagl.nl · 8 years ago
  50. 1d3c539 tools: Allow crc8 to be used by oliver@schinagl.nl · 8 years ago
  51. 9d1adf0 tools: binman: Handle optional microcode case in SPL image by Bin Meng · 8 years ago
  52. cdfc0a0 tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr by Bin Meng · 8 years ago
  53. 43ade93 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  54. a1b6b0a arm: mvebu: Implement secure boot by Mario Six · 8 years ago
  55. 4991b4f tools: kwbimage: Refactor line parsing and fix error by Mario Six · 8 years ago
  56. 79066ef tools: kwbimage: Factor out add_binary_header_v1 by Mario Six · 8 years ago
  57. e93cf53 tools: kwbimage: Remove unused parameter by Mario Six · 8 years ago
  58. e89016c tools: kwbimage: Reduce scope of variables by Mario Six · 8 years ago
  59. 885fba1 tools: kwbimage: Fix arithmetic with void pointers by Mario Six · 8 years ago
  60. 94490a4 tools: kwbimage: Fix style violations by Mario Six · 8 years ago
  61. 94084ee tools: kwbimage: Fix dest addr by Mario Six · 8 years ago
  62. a55bed1 buildman: Update link to the most recent prebuilt ARC toolachin by Alexey Brodkin · 8 years ago
  63. 97f17fa tools: imximage: refactor header length calculations for imximage v1 by Martin Kaiser · 8 years ago
  64. 55be9b3 tools: Correct python building host tools by Tom Rini · 8 years ago
  65. b4e923a tools: mkimage: fix sizeof_mismatch found by coverity by Sven Ebenfeld · 8 years ago
  66. 80d2ae5 binman: add tools directory to the python path by Emmanuel Vadot · 8 years ago
  67. 1905c8f build: Always build the libfdt python module by Emmanuel Vadot · 8 years ago
  68. f1ca1fd mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  69. 5164570 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  70. 6d799d0 tools: binman: Use /usr/bin/env to find python executable by Emmanuel Vadot · 8 years ago
  71. d21bd69 tools: mkimage: add firmware-ivt image type for HAB verification by Sven Ebenfeld · 8 years ago
  72. ac71d41 tools: mkimage: Call fclose in error path by Michal Simek · 8 years ago
  73. 43db3e3 relocate-rela: use compiler.h endian macros by Jonathan Gray · 8 years ago
  74. d26a38f binman: Remove hard-coded file name for x86 CMC/FSP/VGA by Bin Meng · 8 years ago
  75. 36737f2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  76. 68af100 binman: Drop microcode features from ifdtool by Simon Glass · 8 years ago
  77. 6d427c6 binman: Automatically include a U-Boot .dtsi file by Simon Glass · 8 years ago
  78. da22909 binman: Add support for building x86 images with FSP/CMC by Simon Glass · 8 years ago
  79. 75db086 binman: Add support for building x86 ROMs with SPL by Simon Glass · 8 years ago
  80. c49deb8 binman: Add support for u-boot.img as an input binary by Simon Glass · 8 years ago
  81. e0ff855 binman: Add support for building x86 ROMs by Simon Glass · 8 years ago
  82. 4f44304 binman: Add basic entry types for U-Boot by Simon Glass · 8 years ago
  83. bf7fd50 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago
  84. 7bae13b tools: mxsimage: Fix build with OpenSSL 1.1.x by Marek Vasut · 8 years ago
  85. 3713571 imx6: icorem6: Add custom splashscreen support by Jagan Teki · 8 years ago
  86. ebe0f53 tools: mkimage: Use fstat instead of stat to avoid malicious hacks by Michal Simek · 8 years ago
  87. 361a879 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  88. 37a2cf6 tools: mkimage: Use fstat instead of stat to avoid malicious hacks by Michal Simek · 8 years ago
  89. a9401b2 buildman: Rename do_build to config_only by Simon Glass · 8 years ago
  90. 960421e buildman: Clean up odd characters on the terminal by Simon Glass · 8 years ago
  91. b464f8e buildman: Squash useless output from -K by Simon Glass · 8 years ago
  92. 94d2ebe buildman: Add documentation for CONFIG checking by Simon Glass · 8 years ago
  93. b50113f buildman: Add an option to just create the config by Simon Glass · 8 years ago
  94. 2611c05 tools/kwbimage: add DEBUG option by Chris Packham · 8 years ago
  95. 4bdb547 tools/kwbimage: add BAUDRATE option by Chris Packham · 8 years ago
  96. 4d6647a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  97. 6b29a39 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  98. e5491f3 tools: imximage: display DCD block offset, length by Eric Nelson · 8 years ago
  99. 333ee16 tools/env: fix environment alignment tests for block devices by Max Krummenacher · 8 years ago
  100. d0fc6dc tools/Makefile: suppress "which swig" error output by Andre Przywara · 8 years ago