1. d70829a binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 5 months ago
  2. e88cef9 binman: Allow missing Intel blobs by Simon Glass · 4 years, 5 months ago
  3. a003cd3 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
  4. 6e02f7c patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 5 months ago
  5. 5d94cc6 binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
  6. 4761f4a binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 5 months ago
  7. 5e56018 binman: Add an etype for external binary blobs by Simon Glass · 4 years, 5 months ago
  8. 67c5980 binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 5 months ago
  9. 12dd26ad binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 5 months ago
  10. 48f3aad binman: Add support for calling mkimage by Simon Glass · 4 years, 5 months ago
  11. 901ec8f binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
  12. 5d5930d binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
  13. 6a5d36e binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
  14. b5a47b2 binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 5 months ago
  15. b5a8a94 binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
  16. dbac716 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 5 months ago
  17. 08e91be patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 5 months ago
  18. 3f6cd78 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 5 months ago
  19. 109e84e patman: Add a 'test' subcommand by Simon Glass · 4 years, 5 months ago
  20. ecb09da patman: Allow different commands by Simon Glass · 4 years, 5 months ago
  21. eb101ac patman: Convert to ArgumentParser by Simon Glass · 4 years, 5 months ago
  22. b3bf4e1 patman: Allow skipping patches at the end by Simon Glass · 4 years, 5 months ago
  23. 2eb4da7 patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
  24. 54f1c5b patman: Add a test that uses gitpython by Simon Glass · 4 years, 5 months ago
  25. 24725af patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  26. bddb438 patman: Use test_util to show test results by Simon Glass · 4 years, 5 months ago
  27. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  28. d6a56ac patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 5 months ago
  29. feba110 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 5 months ago
  30. 03b9dcd Add information for skipped commit options by Patrick Delaunay · 4 years, 5 months ago
  31. 05cc537 patman: Detect unexpected END by Patrick Delaunay · 4 years, 5 months ago
  32. c7b010d binman: Add support for generating a FIT by Simon Glass · 4 years, 5 months ago
  33. f1cfee5 dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 5 months ago
  34. ef894c3 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 5 months ago
  35. 5781864 binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 5 months ago
  36. b791ad4 binman: Allow missing Intel blobs by Simon Glass · 4 years, 5 months ago
  37. 7332588 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
  38. dab7c43 patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 5 months ago
  39. 42f927a binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
  40. 656014d binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 5 months ago
  41. 9ade419 binman: Add an etype for external binary blobs by Simon Glass · 4 years, 5 months ago
  42. 4a41e5d binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 5 months ago
  43. 4b54adc binman: Re-enable concurrent tests by Simon Glass · 4 years, 5 months ago
  44. 25a50db binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 5 months ago
  45. b7ca1c9 binman: Add support for calling mkimage by Simon Glass · 4 years, 5 months ago
  46. 8ed2523 binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
  47. b70caf7 binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
  48. 0b75468 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
  49. 1f32ff91 binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 5 months ago
  50. 44c40fd binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
  51. 979996e patman: Add a -D option to enable debugging by Simon Glass · 4 years, 5 months ago
  52. 62c3852 patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 5 months ago
  53. 039f5b7 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 5 months ago
  54. 9c501e1 patman: Add a 'test' subcommand by Simon Glass · 4 years, 5 months ago
  55. c16f324 patman: Allow different commands by Simon Glass · 4 years, 5 months ago
  56. 7f739bb patman: Convert to ArgumentParser by Simon Glass · 4 years, 5 months ago
  57. 25cc85e patman: Allow skipping patches at the end by Simon Glass · 4 years, 5 months ago
  58. b4aa8aa patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
  59. a12b1ab patman: Add a test that uses gitpython by Simon Glass · 4 years, 5 months ago
  60. 85a03de patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
  61. 4e98ab9 patman: Use test_util to show test results by Simon Glass · 4 years, 5 months ago
  62. 9e0e9a5 mkimage: Fix error message if write less data then expected by Mylène Josserand · 4 years, 5 months ago
  63. 7f5e226 dtoc: Support ACPI paths in of-platdata by Simon Glass · 4 years, 5 months ago
  64. 5541fc0 dtoc: add test for cd-gpios by Walter Lozano · 4 years, 5 months ago
  65. 179f0b6 dtoc: update dtb_platdata to support cd-gpios by Walter Lozano · 4 years, 5 months ago
  66. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 5 months ago
  67. a324e41 dtoc: add option to disable warnings by Walter Lozano · 4 years, 5 months ago
  68. e675d96 dtoc: add support to scan drivers by Walter Lozano · 4 years, 5 months ago
  69. 8b239f4 dtoc: add missing code comments by Walter Lozano · 4 years, 5 months ago
  70. 2ec1ed2 checkpatch: Don't warn about PREFER_IF in headers/DT files by Simon Glass · 4 years, 6 months ago
  71. cc00e49 patman: Add tests for the rest of the checkpatch checks by Simon Glass · 4 years, 6 months ago
  72. 08cfa41 patman: Decode output from the '--show-types' option by Simon Glass · 4 years, 6 months ago
  73. f5dd906 patman: Add a test for the 'possible new uclass' check by Simon Glass · 4 years, 6 months ago
  74. cf5f0b5 patman: Rename test.py to test_checkpatch.py by Simon Glass · 4 years, 6 months ago
  75. 29f8fc1 patman: Drop import of test_util in test_util by Simon Glass · 4 years, 6 months ago
  76. ff15dcd patman: Avoid importing gitutil in settings by Simon Glass · 4 years, 6 months ago
  77. c9fa886 patman: Pass in maintainer dirs to avoid and import by Simon Glass · 4 years, 6 months ago
  78. 794c259 patman: Use a dict in gitutil to avoid importing series by Simon Glass · 4 years, 6 months ago
  79. 4ba3ea5 patman: Avoid circular dependency between command and tools by Simon Glass · 4 years, 6 months ago
  80. 1e2f6a1 patman: Drop unnecessary import in gitutil by Simon Glass · 4 years, 6 months ago
  81. 47b0b63 kconfiglib: Update to the 14.1.0 release by Tom Rini · 4 years, 7 months ago
  82. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 5 months ago
  83. a1abae7 tools: add script for byte endianness swapping by Daniel Schwierzeck · 4 years, 6 months ago
  84. 28a5a74 Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · 4 years, 6 months ago
  85. 0cfc54a tools: k3_gen_x509_cert: Set default early HS JTAG access to disabled by Andrew F. Davis · 4 years, 6 months ago
  86. 1d2a8d3 tools: k3_gen_x509_cert: Allow selecting early JTAG debug value by Andrew F. Davis · 4 years, 6 months ago
  87. 2396f98 Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 6 months ago
  88. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 8 months ago
  89. ee8e9cb buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · 4 years, 7 months ago
  90. 7a54365 patman: Complain if a checkpatch line is not understood by Simon Glass · 4 years, 7 months ago
  91. d2d136c patman: Support warnings in the patch subject by Simon Glass · 4 years, 7 months ago
  92. 9a690c4 patman: Handle checkpatch output with notes and code by Simon Glass · 4 years, 7 months ago
  93. 9eb74a9 patman: Don't try to process checkpatch lines twice by Simon Glass · 4 years, 7 months ago
  94. 396168c patman: Support emacs mode with checkpatch by Simon Glass · 4 years, 7 months ago
  95. 39d6d84 patman: Fix 'warning' typo by Simon Glass · 4 years, 7 months ago
  96. 611fd91 mkimage: Default to adding a crc32 hash with '-f auto' by Simon Glass · 4 years, 6 months ago
  97. 79685b2 tools: fw_env: Fix warning when reading too little by Harald Seiler · 4 years, 6 months ago
  98. cf13b86 patman: Modify functional tests for new behavior by Sean Anderson · 4 years, 7 months ago
  99. 1a32f92 patman: Support multi-line changes in changelogs by Sean Anderson · 4 years, 7 months ago
  100. 48f46d6 patman: Add new tags for finer-grained changelog control by Sean Anderson · 4 years, 7 months ago