1. aafbe82 buildman: properly translate strings for log and err files to ASCII by Daniel Schwierzeck · 7 years ago
  2. b0e994c buildman: disable localized and unicode output of all build tools by Daniel Schwierzeck · 7 years ago
  3. 6e87ae1 patman: Add a functional test by Simon Glass · 7 years ago
  4. a44f4fb patman: Rename 'list' variable in MakeCcFile() by Simon Glass · 7 years ago
  5. 1f487f8 patman: Add a maintainer test feature to MakeCcFile() by Simon Glass · 7 years ago
  6. 2eb5fc1 patman: Add unicode to test patches by Simon Glass · 7 years ago
  7. db116cc patman: Don't return the series in FixPatches() by Simon Glass · 7 years ago
  8. 04f7870 patman: Don't report unicode character by Simon Glass · 7 years ago
  9. 2df3a01 patman: Rename 'str' variable in EmailPatches() by Simon Glass · 7 years ago
  10. 5c724dc patman: Don't convert input data to unicode by Simon Glass · 7 years ago
  11. 6f8abf7 patman: Adjust handling of unicode email address by Simon Glass · 7 years ago
  12. 21caa55 patman: encode CC list to UTF-8 by Philipp Tomsich · 7 years ago
  13. d5686a6 buildman: Fix bloat option when 'new' only drops functions by Tom Rini · 7 years ago
  14. 79fa157 rockchip: mkimage: Add support for RV1108 by Andy Yan · 7 years ago
  15. a1c29d4 rockchip: mkimage: set init_boot_size to avoid confusing the boot ROM by Philipp Tomsich · 7 years ago
  16. ad972ac rockchip: mkimage: force 2KB alignment for init_size by Philipp Tomsich · 7 years ago
  17. 2fb371f rockchip: mkimage: add support for verify_header/print_header by Philipp Tomsich · 7 years ago
  18. 99ed4a2 fdt: Drop fdt_select.py by Simon Glass · 7 years ago
  19. ec3f378 binman: Rename fdt variable to dtb by Simon Glass · 7 years ago
  20. 7b75b44 fdt: Merge fdt_normal with its base class by Simon Glass · 7 years ago
  21. 515d3f0 binman: Drop a special case related to fdt_fallback by Simon Glass · 7 years ago
  22. 160a766 fdt: Drop fdt_fallback library by Simon Glass · 7 years ago
  23. 6d804ea fdt: Drop use of the legacy libfdt python module by Simon Glass · 7 years ago
  24. 727f153 fdt: Stop building the old python libfdt module by Simon Glass · 7 years ago
  25. b436020 fdt: Support use of the new python libfdt library by Simon Glass · 7 years ago
  26. 4a28b00 fdt: dtoc: Add a full set of property tests by Simon Glass · 7 years ago
  27. 1d88ebb fdt: Update fdt_test to use 'dt' instead of 'fdt' by Simon Glass · 7 years ago
  28. ee95d10 fdt: Build the new python libfdt module by Simon Glass · 7 years ago
  29. 555ba48 fdt: Rename existing python libfdt module by Simon Glass · 7 years ago
  30. 330274f fdt: Add all source files to the libfdt build by Simon Glass · 7 years ago
  31. 6cbf7ed arm: mvebu: kwbimage: inline function to fix use-after-free by Patrick Wildt · 7 years ago
  32. 7f0ef5a sunxi: Store the device tree name in the SPL header by Siarhei Siamashka · 7 years ago
  33. 45e2d06 tools: mksunxiboot: allow larger SPL binaries by Andre Przywara · 7 years ago
  34. dee7c68 tools/genboardscfg.py: Make 'Supported' as known status by Lokesh Vutla · 7 years ago
  35. e15843b tools: kwbimage fix build with OpenSSL 1.1.x by Jelle van der Waa · 7 years ago
  36. 439c947 dtoc: Handle nodes with phandles that depend on the same by Simon Glass · 7 years ago
  37. 49eec8c dtoc: Move the output code into its own function by Simon Glass · 7 years ago
  38. 253c60a rockchip: mkimage: remove placeholder functions from rkimage by Philipp Tomsich · 7 years ago
  39. 24aae93 rockchip: mkimage: play nice with dumpimage by Philipp Tomsich · 7 years ago
  40. a1a2dfb rockchip: mkimage: clarify header0 initialisation by Philipp Tomsich · 7 years ago
  41. c25b8c3 rockchip: mkimage: rksd: pad SD/MMC images to a full blocksize by Philipp Tomsich · 7 years ago
  42. ea3729e rockchip: mkimage: Update comments for header size by Philipp Tomsich · 7 years ago
  43. 366aad4 rockchip: mkimage: rewrite padding calculation for SD/MMC and SPI images by Philipp Tomsich · 7 years ago
  44. 798c93f rockchip: mkimage: rkspi: include the header sector in the SPI size calculation by Philipp Tomsich · 7 years ago
  45. 68d1260 mkimage: rockchip: add support for rk3328 by Kever Yang · 7 years ago
  46. f90df59 tools: moveconfig: cleanup README entires by Chris Packham · 7 years ago
  47. ca43834 tools: moveconfig: cleanup whitelist entries by Chris Packham · 7 years ago
  48. 85edfc1 tools: moveconfig: extract helper function for user confirmation by Chris Packham · 7 years ago
  49. f59a3b2 tools: sunxi: avoid read after end of string by xypron.glpk@gmx.de · 7 years ago
  50. d27e35f relocate-rela: add missing va_end() by xypron.glpk@gmx.de · 7 years ago
  51. 1787334 rockchip: mkimage: remove (left-over) assignment w/o effect [coverity] by Philipp Tomsich · 7 years ago
  52. ddc6a9d tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 7 years ago
  53. 546a6f3 buildman: Allow 'gnueabihf' toolchains for ARM by Tom Rini · 7 years ago
  54. 6091110 tools: moveconfig: remove GCC prefix of obsolete architecture by Masahiro Yamada · 7 years ago
  55. fbeb337 buildman: Translate more strings to latin-1 by Tom Rini · 7 years ago
  56. b7b24a7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  57. 9a6d2e2 buildman: Handle commit subjects containing unicode by Simon Glass · 7 years ago
  58. b48bfc7 tools: allow to override python by Stefano Babic · 7 years ago
  59. c47a38b fdtgrep: Cope with the /aliases node being last by Simon Glass · 8 years ago
  60. f156b5b dtoc: Decode val if it's a byte string by George McCollister · 8 years ago
  61. 6db06f9 patman: Convert byte arrays to strings by George McCollister · 8 years ago
  62. 33f0086 env: fix memory leak in fw_env routines by Stefano Babic · 7 years ago
  63. 00c234f env: add a version number to check API by Stefano Babic · 7 years ago
  64. 9d80b49 env: split fw_env.h in public and private parts by Stefano Babic · 7 years ago
  65. b80c0b9 Rename aes.h to uboot_aes.h by Stefano Babic · 7 years ago
  66. ae5564d tools: binman: Add missing filenames for various x86 rom tests by Bin Meng · 7 years ago
  67. 2b4c652 binman: Remove hard-coded file name for x86 flash-descriptor & intel-me by Stefan Roese · 8 years ago
  68. 594b4cc tools: sunxi: Add spl image builder by Maxime Ripard · 8 years ago
  69. 3082775 rockchip: mkimage: update rkimage to support pre-padded payloads by Philipp Tomsich · 8 years ago
  70. 111bcc4 rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399 by Philipp Tomsich · 8 years ago
  71. f3edf8b rockchip: mkimage: simplify start/size calculation for rc4_encode by Philipp Tomsich · 8 years ago
  72. 33ed574 tools: plbimage support generate rcw file by yuan linyu · 8 years ago
  73. 55bc080 dtoc: make ScanTree recurse into subnodes by Philipp Tomsich · 8 years ago
  74. e5caec9 Pass empty CFLAGS on invocation of libfdt/setup.py by Max Filippov · 8 years ago
  75. 02ccab1 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  76. 3e0a71c tools: imximage: add set bit command by Peng Fan · 8 years ago
  77. 162c46d rockchip: mkimage: Add support rk3188 serial by Heiko Stübner · 8 years ago
  78. cfbcdad rockchip: mkimage: Allow encoding of loader code in spl images by Heiko Stübner · 8 years ago
  79. 27326c7 dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  80. 3b08252 tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · 8 years ago
  81. 35d8265 tools: omapimage: Fix size in header by Lokesh Vutla · 8 years ago
  82. 66a7a24 tools: binman: change shebang from python into python2 by Jörg Krause · 8 years ago
  83. d036107 kconfiglib.py: Kludge in 'imply' support by Tom Rini · 8 years ago
  84. 8f42a2b tools: Remove CONFIG_SYS_TEXT_BASE in Makefile by Patrick Delaunay · 8 years ago
  85. 93f4877 tools: kwboot: don't adjust destaddr when patching the image by Chris Packham · 8 years ago
  86. 1f6c8a5 tools: kwbimage: Fix unchecked return value and fd leak by Mario Six · 8 years ago
  87. e1a71f8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  88. 21342d4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  89. d726f22 cmd: rework "license" command by Masahiro Yamada · 8 years ago
  90. f11a0af patman: Handle non-ascii characters in names by Chris Packham · 8 years ago
  91. 8d7523c buildman: Allow showing the list of boards with -n by Simon Glass · 8 years ago
  92. 8aa4136 patman: Format checkpatch messages for IDE throwback by Simon Glass · 8 years ago
  93. 6b6024a dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · 8 years ago
  94. c25f01a tools: Add tool to add crc8 to a mac address by oliver@schinagl.nl · 8 years ago
  95. 1d3c539 tools: Allow crc8 to be used by oliver@schinagl.nl · 8 years ago
  96. 9d1adf0 tools: binman: Handle optional microcode case in SPL image by Bin Meng · 8 years ago
  97. cdfc0a0 tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptr by Bin Meng · 8 years ago
  98. 43ade93 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  99. a1b6b0a arm: mvebu: Implement secure boot by Mario Six · 8 years ago
  100. 4991b4f tools: kwbimage: Refactor line parsing and fix error by Mario Six · 8 years ago