1. 228773f tools: updater: Remove remainders of dead board by Masahiro Yamada · 11 years ago
  2. 2a63328 tools: imls: Remove a broken and unused tool. by Masahiro Yamada · 11 years ago
  3. dc947c4 tools: Makefile: delete redundant lines by Masahiro Yamada · 11 years ago
  4. 49a88e3 Makefile: do not create a symbolic link to arch/${ARCH}/include/asm by Masahiro Yamada · 11 years ago
  5. 5a8911e buildman: Use env to pick the python from $PATH by Jagannadha Sutradharudu Teki · 11 years ago
  6. 1dc96a5 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  7. de71152 Coding Style cleanup: drop some excessive empty lines by Wolfgang Denk · 11 years ago
  8. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  9. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  10. 288d767 buildman: don't fail --list-toolchains when toolchains fail by Stephen Warren · 11 years ago
  11. f090ab4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  12. cc246fb buildman: Allow make flags to be specified for each board by Simon Glass · 11 years ago
  13. 584cf86 buildman: Adjust tests for new boards.cfg format by Simon Glass · 11 years ago
  14. d061d95 tools/imximage.c: Fix compiling warning by York Sun · 11 years ago
  15. b66a129 buildman: fix boards.cfg parsing by Andreas Bießmann · 11 years ago
  16. bc2a07d FIT: delete unnecessary casts by Masahiro Yamada · 11 years ago
  17. df4e370 boards.cfg: show info about boards.cfg instead of MAINTAINERS by Roger Meier · 11 years ago
  18. f7cf322 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 11 years ago
  19. 48e910f Merge and reformat boards.cfg and MAINTAINERS by Albert ARIBAUD · 11 years ago
  20. 9b560a3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  21. a780d13 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  22. 41f0d22 tools: mxsboot: Mark the FCB pages as valid by Marek Vasut · 11 years ago
  23. 36f3e65 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  24. e9c66ab fw_env: fix writing environment for mtd devices by Oliver Metz · 11 years ago
  25. e745d4c fw_env: add redundant env support for MTD_ABSENT by Oliver Metz · 11 years ago
  26. b143210 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  27. 5366e36 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  28. 462db72 tools: mxsboot: Staticize functions by Marek Vasut · 11 years ago
  29. bac55ba tools: Sort lists of files in Makefile by Marek Vasut · 11 years ago
  30. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  31. 4aa9749 tools: add support for setting the CSF into imximage by Stefano Babic · 11 years ago
  32. 832eda8 tools: add padding of data image file for imximage by Stefano Babic · 11 years ago
  33. 6531bd9 tools: add variable padding of data image in mkimage by Stefano Babic · 11 years ago
  34. dc39a3e tools: dynamically allocate imx_header in imximage by Stefano Babic · 11 years ago
  35. e74e779 tools: rename mximage_flash_offset to imximage_ivt_offset by Stefano Babic · 11 years ago
  36. c3d2ad7 tools: imx_header should not include flash_offset by Stefano Babic · 11 years ago
  37. 499c498 arm, am335x: add support for 3 siemens boards by Heiko Schocher · 11 years ago
  38. d440993 CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles by Chander Kashyap · 11 years ago
  39. 9696eaa tools/Makefile: Move _GNU_SOURCE to Makefile by York Sun · 11 years ago
  40. 36a91be tools, bmp_logo: fix index from uint16_t to int to allow bigger logos by Heiko Schocher · 11 years ago
  41. 1f78f06 Validate dtc is new enough by Stephen Warren · 11 years ago
  42. f3d4e69 Add LGPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  43. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  44. da255af patman: README documentation nits (unit test) by Gerhard Sittig · 11 years ago
  45. 1d021a8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  46. 8a0103f tools/proftool: remove REG_NOERROR by Andreas Bießmann · 11 years ago
  47. f19be41 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  48. 56ab8d6 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  49. 817278a mkimage: Add -r option to specify keys that must be verified by Simon Glass · 11 years ago
  50. bf27d3d mkimage: Add -c option to specify a comment for key signing by Simon Glass · 11 years ago
  51. ce8c3ca mkimage: Add -F option to modify an existing .fit file by Simon Glass · 11 years ago
  52. b4d8b09 mkimage: Add -K to write public keys to an FDT blob by Simon Glass · 11 years ago
  53. b148974 mkimage: Add -k option to specify key directory by Simon Glass · 11 years ago
  54. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago
  55. fbabc0f image: Support signing of images by Simon Glass · 11 years ago
  56. 58fe7e5 image: Add signing infrastructure by Simon Glass · 11 years ago
  57. 9c62892 Add proftool to decode profile data by Simon Glass · 11 years ago
  58. 6e20679 pxa: palmtreo680 flash programming utility by Mike Dunn · 11 years ago
  59. c253dfa powerpc/CoreNet: Allow pbl images to take u-boot images != 512K by Chris Packham · 12 years ago
  60. 3ff6fc3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  61. a1a0ad6 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  62. 62b4dc0 checkpatch.pl: Add 'printf' to logFunctions by Tom Rini · 11 years ago
  63. a6193f1 mkimage: Add map_sysmem() and IH_ARCH_DEFAULT to simplfy building by Simon Glass · 12 years ago
  64. 37abb37 wandboard: Add Boot Splash image with Wandboard logo by Otavio Salvador · 12 years ago
  65. d551ccd build: Use generic boot logo matching by Otavio Salvador · 12 years ago
  66. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  67. d2e9538 buildman: Produce a sensible error message when branch is missing by Simon Glass · 12 years ago
  68. 4161c41 mkimage: Put FIT loading in function and tidy error handling by Simon Glass · 12 years ago
  69. ee38265 image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 12 years ago
  70. 0ce6e3d image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · 12 years ago
  71. 25d6e6b image: Split hash node processing into its own function by Simon Glass · 12 years ago
  72. 10a1eca image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago
  73. da0af36 image: Split FIT code into new image-fit.c by Simon Glass · 12 years ago
  74. aa183f4 mkimage: Move ARRAY_SIZE to header file by Simon Glass · 12 years ago
  75. 33de200 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  76. f0e5e92 patman: Do not hardcode python path by Michal Simek · 12 years ago
  77. 29c5abc buildman: Allow conflicting tags to avoid spurious errors by Simon Glass · 12 years ago
  78. 3d1acc6 imx: Align the imximage header and payload to multiples of 4k by Marek Vasut · 12 years ago
  79. d45fd73 tools: arm: imx: Implement BOOT_OFFSET command for imximage by Marek Vasut · 12 years ago
  80. 3a0be4a mxs: mxsboot: Move sdcard BCB header to 4 sectors offset by Otavio Salvador · 12 years ago
  81. 6931059 patman: fix gitutil for decorations by Andreas Bießmann · 12 years ago
  82. bd8ca27 fdt: Ensure that libfdt_env.h comes from U-Boot by Simon Glass · 12 years ago
  83. f457a12 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  84. 924e40c autoconfig.mk: Make it possible to define configs from other configs by Benoît Thébaudeau · 12 years ago
  85. db14e86 env: Add redundant env support to UBI env by Joe Hershberger · 12 years ago
  86. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · 12 years ago
  87. ec1d042 patman: Add Series-process-log tag to sort/uniq change logs by Simon Glass · 12 years ago
  88. 197ad28 patman: Add -a option to refrain from test-applying the patches by Simon Glass · 12 years ago
  89. 21c325f patman: Don't barf if the word 'commit' starts a line by Doug Anderson · 12 years ago
  90. 12ea5f4 patman: Provide option to ignore bad aliases by Simon Glass · 12 years ago
  91. d91758b logo: update to the new logo for ATMEL by Josh Wu · 12 years ago
  92. c05694f buildman - U-Boot multi-threaded builder and summary tool by Simon Glass · 12 years ago
  93. 5da2a78 patman: Ignore all Gerrit Commit-* tags by Simon Glass · 12 years ago
  94. 33bdd9e patman: Minor help message/README fixes by Simon Glass · 12 years ago
  95. 14ab6aa patman: Fix the comment in CheckTags to mention multiple tags by Simon Glass · 12 years ago
  96. 4e77468 patman: Don't allow spaces in tags by Simon Glass · 12 years ago
  97. 0495abf patman: Fix up checkpatch parsing to deal with 'CHECK' lines by Simon Glass · 12 years ago
  98. c72f3da patman: Add Cover-letter-cc tag to Cc cover letter to people by Simon Glass · 12 years ago
  99. 06f27ac patman: Allow specifying the message ID your series is in reply to by Doug Anderson · 12 years ago
  100. 80113ff patman: Make "Reviewed-by" an important tag by Doug Anderson · 12 years ago