1. de19edd add example for file on VFAT filesystem usage by Waldemar Brodkorb · 10 years ago
  2. a851604 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  3. c924e2a tools: mksunxiboot: Fix problems on big endian systems by Siarhei Siamashka · 10 years ago
  4. 1fddd7b tools/imagetool: remove linker script by Andreas Bießmann · 10 years ago
  5. d908898 buildman: allow multiple toolchains in a single path by Albert ARIBAUD · 10 years ago
  6. 8895b3e patman: Read in the git-mailrc alias file by Simon Glass · 10 years ago
  7. 71edbe5 buildman: Fix incorrect arguemnt in GetUpstream() by Simon Glass · 10 years ago
  8. db7a7de Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  9. 307367e Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  10. 9598f8c imx: imximage: Add QuadSPI boot support by Ye.Li · 10 years ago
  11. e35c6c7 kwbimage: Make the Makefile pass in CONFIG_SYS_SPI_U_BOOT_OFFS by Tom Rini · 10 years ago
  12. 5632e58 tools: kwbimage: Support u-boot.img padding to CONFIG_SYS_SPI_U_BOOT_OFFS by Stefan Roese · 10 years ago
  13. cfcf8ea x86: Enhance the microcode tool to support header files as input by Simon Glass · 10 years ago
  14. 358b8bc Merge branch 'patman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  15. 3d4de98 patman: Explain how to make doc/git-mailrc work by Simon Glass · 10 years ago
  16. 4b89b81 patman: Check commit_match before stripping leading whitespace by Scott Wood · 10 years ago
  17. 2181830 patman: Make dry-run output match real functionality by Peter Tyser · 10 years ago
  18. 8e3da9d Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  19. 2dd9002 Use hash.c in mkimage by Ruchika Gupta · 10 years ago
  20. fc2f424 rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  21. 2662179 tools: do not print error messages in verify_header() functions by Guilherme Maciel Ferreira · 10 years ago
  22. 39931f9 dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · 10 years ago
  23. 67f946c dumpimage: replace the term "datafile" by "subimage" by Guilherme Maciel Ferreira · 10 years ago
  24. f41f5b7 dumpimage: add 'T' option to explicitly set the image type by Guilherme Maciel Ferreira · 10 years ago
  25. a93648d imagetool: replace image registration function by linker_lists feature by Guilherme Maciel Ferreira · 10 years ago
  26. 067d156 imagetool: make the image_save_datafile() available to all image types by Guilherme Maciel Ferreira · 10 years ago
  27. 0ca6691 imagetool: move common code to imagetool module by Guilherme Maciel Ferreira · 10 years ago
  28. 8015dde arm: mx6: cm-fx6: display compulab logo by Nikita Kiryanov · 10 years ago
  29. ca6dc4f mxsboot : Support of 224-bytes OOB area length by Alexandre Coffignal · 10 years ago
  30. d2ce658 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  31. 827e37b buildman: Add the option to download toolchains from kernel.org by Simon Glass · 10 years ago
  32. 9b83bfd buildman: Allow architecture to alias to multiple toolchains by Simon Glass · 10 years ago
  33. cc93529 buildman: Don't use the local settings when running tests by Simon Glass · 10 years ago
  34. 7024ab6 buildman: Don't complain about missing sections in ~/.buildman by Simon Glass · 10 years ago
  35. 6200534 buildman: Add documentation about the .buildman file by Simon Glass · 10 years ago
  36. 3469969 buildman: Add a note about Python pre-requisites by Simon Glass · 10 years ago
  37. bb1501f buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  38. f210b58 buildman: Put the toolchain path first instead of last in PATH by Simon Glass · 10 years ago
  39. b532412 buildman: Try to avoid hard-coded string parsing by Simon Glass · 10 years ago
  40. 5abab20 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  41. 0740127 buildman: Don't remove entire output directory when testing by Simon Glass · 10 years ago
  42. 5971ab5 buildman: Add an option to flatten output directory trees by Simon Glass · 10 years ago
  43. 2a9e2c6 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  44. 1a91567 buildman: Don't prune output space for 'current source' build by Simon Glass · 10 years ago
  45. 05c96b1 buildman: Put build in 'current', not 'current/current' by Simon Glass · 10 years ago
  46. 4466c1f buildman: Add tests that check the correct output directory is used by Simon Glass · 10 years ago
  47. bd5053f Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  48. 8a38808 x86: Correct ifdtool microcode calculation by Simon Glass · 10 years ago
  49. f411b8f tools/kwbimage.c: fix parser error handling by Andreas Bießmann · 10 years ago
  50. 93e9371 fix: tools: kwbimage.c: Initialize headersz to suppress warning by Łukasz Majewski · 10 years ago
  51. 3e1ded1 buildman: Fix some typos in README by Dirk Behme · 10 years ago
  52. d2c6181 x86: Add a script to process Intel microcode files by Simon Glass · 10 years ago
  53. 31eca69 x86: ifdtool: Add support for early microcode access by Simon Glass · 10 years ago
  54. 65851fc x86: ifdtool: Use a structure for the file/address list by Simon Glass · 10 years ago
  55. fa8d3b0 x86: ifdtool: Display filename when file errors are reported by Simon Glass · 10 years ago
  56. 7e8ffa4 x86: ifdtool: Correct a debug() missing parameter by Simon Glass · 10 years ago
  57. 7dfb172 x86: ifdtool: Separate out filenames for -D and -i by Simon Glass · 10 years ago
  58. 673ed2f tools/ifdtool: Support writing multiple files (-w) simultaneously by Bin Meng · 10 years ago
  59. 94cb17d ls102xa: pblimage: Add pblimage tool support for LS102xA by Alison Wang · 10 years ago
  60. 97cdf64 Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  61. 1d8104f buildman: Don't default to -e when building current source by Simon Glass · 10 years ago
  62. f66153b buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  63. 0b5b409 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  64. ce26733 buildman: Save *.img files too by Tom Rini · 10 years ago
  65. 908ec6e tools: Add ifdtool to .gitignore by Bin Meng · 10 years ago
  66. dee332f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  67. c03c951 x86: ifdtool: Allow creation of an empty ROM by Simon Glass · 10 years ago
  68. cd392fe x86: Add ifdtool for working with Intel Flash Descriptor ROM images by Simon Glass · 10 years ago
  69. 3cb4b71 tools/msximage.c: fix warning about nptr possibly uninitialized by Albert ARIBAUD · 10 years ago
  70. 7a13995 ARM: mxs: tools: Add support for boot progress display flag by Alexey Ignatov · 10 years ago
  71. e72be89 Added support for comments in input to mkenvimage. by Dominik Muth · 10 years ago
  72. ea19527 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · 10 years ago
  73. ffe29eb kbuild: sync top Makefile with Linux 3.18-rc1 by Masahiro Yamada · 10 years ago
  74. 625509a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  75. 26f195c ARM: kwimage: fix v0 format by Gerald Kerma · 10 years ago
  76. 1ddda1b patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  77. 58d818f buildman: Don't default to -e when using -s by Simon Glass · 10 years ago
  78. be338a51 buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  79. de97980 imximage: Fix the bootdata.size calculation by Ye.Li · 10 years ago
  80. 934a529 tools/kwbimage: Fix compilation warning by Stefan Roese · 10 years ago
  81. e5f1a58 tools/kwbimage.c: fix build on darwin by Andreas Bießmann · 10 years ago
  82. bedcf39 gitignore: ignore atmel pmecc parameter tool by Andreas Bießmann · 10 years ago
  83. 0cf8761 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  84. 5038d7f ppc: Zap Hymod board by Marek Vasut · 10 years ago
  85. 686ed2c2 tools/socfpgaimage.c: fix build on darwin by Andreas Bießmann · 10 years ago
  86. 4acd2d2 tools: kwbimage: Add image version 1 support for Armada XP / 370 by Stefan Roese · 10 years ago
  87. 2afa331 tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported by Stefan Roese · 10 years ago
  88. 84899e2 tools/kwboot: Sync with latest barebox version to support Armada XP by Stefan Roese · 10 years ago
  89. 832472a tools: socfpga: Add socfpga preloader signing to mkimage by Charles Manning · 11 years ago
  90. 540d434 tools: remove reformat.py by Masahiro Yamada · 10 years ago
  91. 5dff844 tools/genboardscfg.py: pick up also commented maitainers by Masahiro Yamada · 10 years ago
  92. bdc7dc4 tools/env: change stripping strategy to allow no-stripping by Thomas Petazzoni · 10 years ago
  93. 983a274 patman: Add a -m option to avoid copying the maintainers by Simon Glass · 10 years ago
  94. 7798e22 buildman: Fix the logic for the bloat command by Simon Glass · 10 years ago
  95. 9170818 kconfiglib: change SPDX-License-Identifier to ISC by Masahiro Yamada · 10 years ago
  96. e38b15b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  97. f6c8f38 tools/genboardscfg.py: improve performance more with Kconfiglib by Masahiro Yamada · 10 years ago
  98. f219e01 tools: Import Kconfiglib by Masahiro Yamada · 10 years ago
  99. d0ea61d buildman: fix typos of --dry-run help message by Masahiro Yamada · 10 years ago
  100. f3d015c buildman: Create parent directories as necessary by Thierry Reding · 10 years ago