1. e7722de tools: mtk_image: replace strncpy(d, s, sizeof(d)) with snprintf() by Andy Shevchenko · 6 years ago
  2. e2fa4ca tools: add a generic config for native tools building by Otavio Salvador · 6 years ago
  3. 6e2ac3e Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · 6 years ago
  4. 10a5162 buildman/toolchain.py: handle inconsistent tarball names by Trevor Woerner · 6 years ago
  5. e0557a7 buildman/toolchain.py: fix toolchain directory by Trevor Woerner · 6 years ago
  6. 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  7. e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · 6 years ago
  8. 27e8a34 tools/file2include: don't use malloc.h for malloc by Jonathan Gray · 6 years ago
  9. b3fdcf8 tools: .gitignore: add prelink-riscv by Lukas Auer · 6 years ago
  10. f109e77 binman: Set the pathname correctly for ELF files by Simon Glass · 6 years ago
  11. 8c9696e binman: Drop an unnecessary comma in blob handling by Simon Glass · 6 years ago
  12. e64a092 binman: Add a way to enable debugging from the build by Simon Glass · 6 years ago
  13. 071a178 buildman: Show boards with warning with w+ by Simon Glass · 6 years ago
  14. 454507f buildman: Rename the good, better, worse variables by Simon Glass · 6 years ago
  15. 0db9443 buildman: Detect dtc warnings by Simon Glass · 6 years ago
  16. 74579fc buildman: Only print toolchain probing with -v by Simon Glass · 6 years ago
  17. 6b6a394 armv7R: K3: am654: Add support for generating build targets by Lokesh Vutla · 6 years ago
  18. d9eb9f0 buildman: Add a --boards option to specify particular boards to build by Simon Glass · 6 years ago
  19. 1886485 tools: imx8image: flatten container header only when creating container by Peng Fan · 6 years ago
  20. f107b0f tools: imx8image: fix coverity CID 184233 by Peng Fan · 6 years ago
  21. d65dcfd tools: imx8image: fix coverity CID 184234 by Peng Fan · 6 years ago
  22. 00c2dd5 tools: imx8image: check lseek return value by Peng Fan · 6 years ago
  23. 8013286 MIPS: make size of relocation table fixed but configurable by Daniel Schwierzeck · 6 years ago
  24. 5db0e14 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  25. 844b9f3 imx: mkimage: avoid stop CI when required files not exists by Peng Fan · 6 years ago
  26. 41902e4 binman: Add a test for Intel reference code by Simon Glass · 6 years ago
  27. 60a5607 tools: add i.MX8/8X image support by Peng Fan · 6 years ago
  28. 72398c8 binman: Add support for Intel reference code by Simon Glass · 6 years ago
  29. a2b9acb dtoc: Fix the value of SetInt() by Simon Glass · 6 years ago
  30. 511f658 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  31. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  32. e6dafb8 patman: Don't clear progress in tout unless it was used by Simon Glass · 6 years ago
  33. 867b906 tools: Set an initial value for indir by Simon Glass · 6 years ago
  34. 0415002 buildman: dtoc: Suppress unwanted output from test by Simon Glass · 6 years ago
  35. 04cda03 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  36. 752e755 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  37. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  38. 72e358c buildman: Make the toolchain test more forgiving by Simon Glass · 6 years ago
  39. 26f8b20 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · 6 years ago
  40. c26f751 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  41. 2aa01c3 rockchip: Fix rkimage format for SPL boot over USB by Daniel Gröber · 6 years ago
  42. b0aa877 tools: socfpga: fix sfp_verify_header by Atsushi Nemoto · 6 years ago
  43. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  44. aa09b36 buildman: Avoid hanging when the config changes by Simon Glass · 6 years ago
  45. cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  46. b171423 binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  47. c64aea5 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  48. 7c767ad binman: Record the parent section of each section by Simon Glass · 6 years ago
  49. 3fb4f42 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  50. ae7cf03 binman: Support hashing entries by Simon Glass · 6 years ago
  51. 8004581 binman: Mention section attributes in docs by Simon Glass · 6 years ago
  52. fa79a81 binman: Support expanding entries by Simon Glass · 6 years ago
  53. ac6328c binman: Support adding files by Simon Glass · 6 years ago
  54. 2a7c4b6 binman: Allow zero-size sections by Simon Glass · 6 years ago
  55. 7ba3359 binman: Support compressed entries by Simon Glass · 6 years ago
  56. 778ab84 patman: Detect missing tools and report them by Simon Glass · 6 years ago
  57. e219aa4 binman: Support updating all device tree files by Simon Glass · 6 years ago
  58. 3140201 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  59. 0c9d5b5 binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
  60. c8135dc binman: Centralise device-tree updates within binman by Simon Glass · 6 years ago
  61. bdb4031 binman: Move state logic into the state module by Simon Glass · 6 years ago
  62. 29aa736 binman: Move state information into a new module by Simon Glass · 6 years ago
  63. 3732ec3 binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
  64. b8a4929 dtoc: Add a way to create an Fdt object from a data block by Simon Glass · 6 years ago
  65. ccd2526 dtoc: Add methods for adding and updating properties by Simon Glass · 6 years ago
  66. f3a1796 dtoc: Support adding new nodes by Simon Glass · 6 years ago
  67. c330b14 dtoc: Fixed endianness in Prop.GetEmpty() by Simon Glass · 6 years ago
  68. eddd729 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  69. 3b376c3 binman: Support building a selection of images by Simon Glass · 6 years ago
  70. 639505b binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  71. ed40e96 binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  72. 267de43 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  73. 274bf09 binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  74. ee21d3a binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  75. 311d484 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  76. 0fb978c binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  77. 2dc9eba Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  78. 0e428ee tools: kwboot: Make kwboot more robust on a38x by Jon Nettleton · 6 years ago
  79. 55c822d binman: fix a few typos in documentation by Michael Heimpold · 6 years ago
  80. 59b6ba7 armv8: K3: am654: Introduce FIT generator script by Lokesh Vutla · 6 years ago
  81. fc49786 tools: mkimage: Ensure munmap unmaps the same length that was mapped by Mark Tomlinson · 6 years ago
  82. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  83. cc3c72e include/version.h: workaround sysroot inc order by Matt Weber · 6 years ago
  84. fa73c1c patman: Correct unit test failure by Simon Glass · 6 years ago
  85. b474c76 libfdt: Update to latest pylibfdt implementation by Simon Glass · 6 years ago
  86. ab7e8a1 tools: kwboot: properly quit when read() returns 0 by Willy Tarreau · 6 years ago
  87. e8f8a7c tools: kwboot: unbreak terminal-only mode by Willy Tarreau · 6 years ago
  88. 5463a6a binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  89. 24b9744 binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  90. 4a6989a binman: Rename ReadContents() to ReadBlobContents() by Simon Glass · 6 years ago
  91. 7eca792 binman: Show the image position in the map by Simon Glass · 6 years ago
  92. 8425a1f binman: Add support for adding TPL binaries by Simon Glass · 6 years ago
  93. 5c35016 binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
  94. e2d6528 dtoc: Add a function to obtain a list of phandles by Simon Glass · 6 years ago
  95. f2eb054 patman: Show the current directory in GetInputFilename() by Simon Glass · 6 years ago
  96. c1ae83c binman: Add support for Chromium GBB by Simon Glass · 6 years ago
  97. 0362cd2 patman: Add a few more helpers to the tools library by Simon Glass · 6 years ago
  98. 6a8480b patman: Allow test commands to fall back to real ones by Simon Glass · 6 years ago
  99. aa1a5d7 dtoc: Export the _FindNode() function by Simon Glass · 6 years ago
  100. 53f5399 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago