1. 97136eb dtoc: Use a namedtuple for _links by Simon Glass · 4 years, 1 month ago
  2. 26e408f dtoc: Extract inner loop from output_node() by Simon Glass · 4 years, 1 month ago
  3. 18261b8 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years ago
  4. 3311eda tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years ago
  5. ad5fb9f mkimage: Skip adding non-existent IDs to a list by Naoki Hayama · 4 years ago
  6. e72a6be sunxi: binman: Add support for including SCP firmware by Samuel Holland · 4 years ago
  7. 18bd455 binman: Add support for SCP firmware by Samuel Holland · 4 years ago
  8. 68158d5 sunxi: binman: Update FIT component descriptions by Samuel Holland · 4 years ago
  9. b26536a binman: Only write FDT once per node by Samuel Holland · 4 years ago
  10. b9cca2c checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error by Alper Nebi Yasak · 4 years, 1 month ago
  11. a6982a6 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 1 month ago
  12. 9885313 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · 4 years ago WIP/12Oct2020
  13. 1fa057b Kconfig: Create a new tools menu by Simon Glass · 4 years, 1 month ago
  14. 1d0dc5b tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1) by Ley Foon Tan · 4 years, 1 month ago
  15. 963e17a tools: socfpgaimage: Add check params function for Arria 10 (v1) by Ley Foon Tan · 4 years, 1 month ago
  16. fb91d56 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 2 months ago
  17. 204aa78 binman: Show an error when a file is missing by Simon Glass · 4 years, 2 months ago
  18. 68de067 binman: sunxi: Add help message for missing sunxi ATF BL31 by Simon Glass · 4 years, 2 months ago
  19. b238143 binman: Support help messages for missing blobs by Simon Glass · 4 years, 2 months ago
  20. c0f1ebe binman: Allow selecting default FIT configuration by Simon Glass · 4 years, 2 months ago
  21. 4ec40a7 binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README by Alper Nebi Yasak · 4 years, 2 months ago
  22. 29cc091 binman: Allow resolving host-specific tools from env vars by Alper Nebi Yasak · 4 years, 2 months ago
  23. 1e4687a binman: Use target-specific tools when cross-compiling by Alper Nebi Yasak · 4 years, 2 months ago
  24. 5ac7687 binman: Support cross-compiling test files to x86 by Alper Nebi Yasak · 4 years, 2 months ago
  25. 76de29f buildman: Use git worktrees instead of git clones when possible by Alper Nebi Yasak · 4 years, 2 months ago
  26. 6cf9953 binman: Support generating FITs with multiple dtbs by Simon Glass · 4 years, 2 months ago
  27. dc2f81a binman: Add support for ATF BL31 by Simon Glass · 4 years, 2 months ago
  28. 8795898 binman: Move 'external' support into base class by Simon Glass · 4 years, 2 months ago
  29. e9d336d binman: Fix up a few missing comments by Simon Glass · 4 years, 2 months ago
  30. 3decfa3 binman: Allow entry args to be required by Simon Glass · 4 years, 2 months ago
  31. 2b522f1 tools: Drop unnecessary use of __file__ by Simon Glass · 4 years, 2 months ago
  32. 9fbfaba binman: Use pkg_resources to find resources by Simon Glass · 4 years, 2 months ago
  33. fe05701 binman: Build FIT image subentries with the section etype by Alper Nebi Yasak · 4 years, 2 months ago
  34. 3fdeb14 binman: Respect pad-before property of section subentries by Alper Nebi Yasak · 4 years, 2 months ago
  35. 8001d0b binman: Ignore hash*, signature* nodes in sections by Alper Nebi Yasak · 4 years, 2 months ago
  36. 7a1a01c Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 2 months ago WIP/25Aug2020
  37. d584648 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 2 months ago
  38. a38cc17 moveconfig: Skip binary and ELF files by Simon Glass · 4 years, 2 months ago
  39. 02c1020 binman: Add a setup script for Python by Simon Glass · 4 years, 3 months ago
  40. 946ec85 dtoc: Add a setup script for Python by Simon Glass · 4 years, 3 months ago
  41. 0723798 binman: Correct some import statements by Simon Glass · 4 years, 3 months ago
  42. 87d4332 binman: Move GetEntryModules() to control by Simon Glass · 4 years, 3 months ago
  43. 0c2b03c tools/imximage: fix DCD Blocks message output order by Matthias Schiffer · 4 years, 3 months ago
  44. c995d85 mkimage: fit: fix import of external data by Patrick Oppenlander · 4 years, 3 months ago
  45. ef40129 mkimage: fit: include image cipher in configuration signature by Patrick Oppenlander · 4 years, 3 months ago
  46. b33e5cc mkimage: fit: don't cipher ciphered data by Patrick Oppenlander · 4 years, 3 months ago
  47. 04aeebb mkimage: fit: handle FDT_ERR_NOSPACE when ciphering by Patrick Oppenlander · 4 years, 3 months ago
  48. c520266 mkimage: fit: only process one cipher node by Patrick Oppenlander · 4 years, 3 months ago
  49. 7b27e0f tools: env: Avoid an uninited warning with was_locked by Simon Glass · 4 years, 3 months ago
  50. d9cd4d2 tools: env: Fix printf() warning in fw_env by Simon Glass · 4 years, 3 months ago
  51. aaa91a4 fit_image: Use calloc() to fix reproducibility issue by Fabio Estevam · 4 years, 3 months ago
  52. 23552ba checkpatch: Don't allow common.h and dm.h in headers by Simon Glass · 4 years, 3 months ago
  53. 4620d46 patman: Fix up the test comments by Simon Glass · 4 years, 3 months ago
  54. db82015 fw_setenv: lock the flash only if it was locked before by Ivan Mikhaylov · 4 years, 3 months ago
  55. e9ab331 dtoc: remove compatible string aliases support by Walter Lozano · 4 years, 3 months ago
  56. dcb3ed6 dtoc: look for compatible string aliases in driver list by Walter Lozano · 4 years, 3 months ago
  57. e6385c7 Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 3 months ago
  58. 38f159c buildman: Show the build rate at the end by Simon Glass · 4 years, 3 months ago
  59. 3918dfa buildman: Correct the testOutputDir() unit test by Simon Glass · 4 years, 3 months ago
  60. 5a910b9 buildman: Allow using older versions of genboardscfg.py by Simon Glass · 4 years, 3 months ago
  61. 6c74d1b dtoc: add coverage test for unicode error by Walter Lozano · 4 years, 3 months ago
  62. 347e0f0 binman: Re-enable concurrent tests by Simon Glass · 4 years, 3 months ago
  63. 52b10dd binman: Don't change the descriptor in tests by Simon Glass · 4 years, 3 months ago
  64. e1db5c9 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 3 months ago
  65. 9497756 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 3 months ago
  66. e5ff9ab Add information for skipped commit options by Patrick Delaunay · 4 years, 4 months ago
  67. 7058dd0 patman: Detect unexpected END by Patrick Delaunay · 4 years, 4 months ago
  68. fdc3436 binman: Add support for generating a FIT by Simon Glass · 4 years, 3 months ago
  69. c063917 dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 3 months ago
  70. 152b246 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 3 months ago
  71. b3295fd binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 3 months ago
  72. 0ba4b3d binman: Allow missing Intel blobs by Simon Glass · 4 years, 3 months ago
  73. b1cca95 binman: Detect when valid images are not produced by Simon Glass · 4 years, 3 months ago
  74. 38fdb4c patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 3 months ago
  75. 4f9f105 binman: Allow external binaries to be missing by Simon Glass · 4 years, 3 months ago
  76. 04e6a6b binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 3 months ago
  77. ce867ad binman: Add an etype for external binary blobs by Simon Glass · 4 years, 3 months ago
  78. 34861d5 binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 3 months ago
  79. c6162cf binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 3 months ago
  80. 0dc706f binman: Add support for calling mkimage by Simon Glass · 4 years, 3 months ago
  81. b5287c4 binman: Set a default toolpath by Simon Glass · 4 years, 3 months ago
  82. 32eb66d binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 3 months ago
  83. fdb3040 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 3 months ago
  84. 5de9b9c binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 3 months ago
  85. 6c8e0bf binman: Output errors to stderr by Simon Glass · 4 years, 3 months ago
  86. c9360f16 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 4 months ago
  87. 7207e2b patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 4 months ago
  88. 3c541c0 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 4 months ago
  89. 6bb74de patman: Add a 'test' subcommand by Simon Glass · 4 years, 4 months ago
  90. c4e7902 patman: Allow different commands by Simon Glass · 4 years, 4 months ago
  91. fda1e37 patman: Convert to ArgumentParser by Simon Glass · 4 years, 4 months ago
  92. 137947e patman: Allow skipping patches at the end by Simon Glass · 4 years, 4 months ago
  93. 262130f patman: Allow creating patches for another branch by Simon Glass · 4 years, 4 months ago
  94. fd70986 patman: Add a test that uses gitpython by Simon Glass · 4 years, 4 months ago
  95. 7d5b04e patman: Move main code out to a control module by Simon Glass · 4 years, 4 months ago
  96. 0b3d24a patman: Use test_util to show test results by Simon Glass · 4 years, 4 months ago
  97. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  98. 28e0367 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 3 months ago
  99. 754c05c patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 3 months ago
  100. 3ce7f75 Add information for skipped commit options by Patrick Delaunay · 4 years, 4 months ago