1. af69289 Update directories for new name of TF-A directories by Peter Robinson · 7 weeks ago
  2. 0ec0207 Update the ARM trusted firmware git URL by Peter Robinson · 7 weeks ago
  3. ff994a3 binman: Update links for sending patches by Tom Rini · 3 months ago
  4. 4597acb qconfig: Fix an incorrect format-string with negative value by Simon Glass · 3 months ago
  5. 7b8f0bf patman: Resolve python string vs. regex escaping syntax by Brian Norris · 4 months ago
  6. 2a12caf tools/mkeficapsule: correct printf codes by Heinrich Schuchardt · 3 months ago
  7. 0b06e05 CI: Update to latest Dockerfile by Tom Rini · 3 months ago
  8. bcdd782 Dockerfile: Update to namespace for some labels by Tom Rini · 3 months ago
  9. 68a431e tools: imx8image: add upower image support by Gary Bisson · 4 months ago
  10. 1e0b91d tools: imx8image: fix soc variable for ULP by Gary Bisson · 4 months ago
  11. b7d5ce0 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 months ago
  12. 59fff91 tools: imagetool: Remove unnecessary check from toc0_verify_cert_item() by Seung-Woo Kim · 4 months ago
  13. cbf3d27 binman: Keep the efi_capsule input file by Simon Glass · 4 months ago
  14. ba35f73 binman: Return failure when a usage() message is generated by Simon Glass · 4 months ago
  15. 2e658c1 binman: Deal with mkeficapsule being missing by Simon Glass · 4 months ago
  16. d0dbfd5 binman: Collect the version number for mkeficapsule by Simon Glass · 4 months ago
  17. 8436282 mkeficapsule: Add a --version argument by Simon Glass · 4 months ago
  18. c502d7a tools: Add script to update git subtree projects by Raymond Mao · 4 months ago
  19. 20e5399 Makefile: Pass OF_SPL_REMOVE_PROPS to binman by Simon Glass · 4 months ago
  20. 34d4a5d binman: fit: Allow running fdtgrep on devicetree blobs by Simon Glass · 4 months ago
  21. 57902e6 binman: fit: Write the compatible string to configuration by Simon Glass · 4 months ago
  22. 9db7a3a binman: fit: Allow providing FDT filenames in a directory by Simon Glass · 4 months ago
  23. 7081a94 binman: Add support for alternative FDTs by Simon Glass · 4 months ago
  24. daed9b4 binman: Allow entry types to override FDT contents by Simon Glass · 4 months ago
  25. 2e3697b binman: Remove dependency on pylibfdt for entry-docs by Simon Glass · 4 months ago
  26. 76cbda7 binman: Add a bintool for fdtgrep by Simon Glass · 4 months ago
  27. a56ea60 binman: Correct indentation in testSplPubkeyDtb by Simon Glass · 4 months ago
  28. 57208dd binman: Fix a comment typo in _DoReadFileDtb() by Simon Glass · 4 months ago
  29. 1900986 binman: Mention expanded entries in u-boot-vpl by Simon Glass · 4 months ago
  30. 32fdd92 binman: Correct comment in blob_dtb GetFdtEtype() by Simon Glass · 4 months ago
  31. d720be4 binman: Write the compressed output to a file by Simon Glass · 4 months ago
  32. 9b37db6 binman: elf: Add more debugging to LookupAndWriteSymbols() by Simon Glass · 4 months ago
  33. bcc8f08 binman: Move problem-checking code into a function by Simon Glass · 4 months ago
  34. 82873aa binman: Tidy up comment for Bintoolfdt_add_pubkey.run() by Simon Glass · 4 months ago
  35. 018646c binman: Tidy up bintool docs by Simon Glass · 4 months ago
  36. 6851682 binman: Correct an error in the FIT-template example by Simon Glass · 4 months ago
  37. 00b0855 qconfig: Support a 'list' format by Simon Glass · 4 months ago
  38. 6bf44b4 qconfig: Sort the boards by name when finding by Simon Glass · 4 months ago
  39. 7ff80ec qconfig: Allow searching for CONFIG values by Simon Glass · 4 months ago
  40. e8effc3 buildman: Show board list with -x by Simon Glass · 5 months ago
  41. eb45f1c binman: Update cbfstool by Simon Glass · 5 months ago
  42. f0a166e tools: patman: fix `pip install` with Python 3.12 by Brandon Maier · 5 months ago
  43. c57d406 qconfig: Move operation check into parse_args() by Simon Glass · 4 months ago
  44. e23a583 qconfig: Drop col argument from Slots() by Simon Glass · 4 months ago
  45. 948d0b4 qconfig: Use the Color object in Progress by Simon Glass · 4 months ago
  46. ab1bfd4 qconfig: Move the last two operations into their own functions by Simon Glass · 4 months ago
  47. 0229eee qconfig: Move progress output into the class by Simon Glass · 4 months ago
  48. 6c2a438 qconfig: Move commit code into a separate function by Simon Glass · 4 months ago
  49. eb1df3f qconfig: Move all move_config code into move_config() by Simon Glass · 4 months ago
  50. 630a9c9 qconfig: Add a return value to do_find_config() by Simon Glass · 4 months ago
  51. cc628f5 qconfig: Move imply into a separate function by Simon Glass · 4 months ago
  52. d63357e qconfig: Add a return value to do_scan_source() by Simon Glass · 4 months ago
  53. 7e68804 qconfig: Move testing into a separate function by Simon Glass · 4 months ago
  54. fd35fbe qconfig: Move converting config args to the top by Simon Glass · 4 months ago
  55. c50b6f1 qconfig: Move checking directory to the top by Simon Glass · 4 months ago
  56. 035ecb4 qconfig: Move getting the colour to where it is needed by Simon Glass · 4 months ago
  57. 382c662 qconfig: Move arg checking to the top of main() by Simon Glass · 4 months ago
  58. fd385b3 qconfig: Move arg checking a little higher by Simon Glass · 4 months ago
  59. a056c42 qconfig: Move arg parsing into a separate function by Simon Glass · 4 months ago
  60. 495e58c qconfig: Rename the doc link by Simon Glass · 4 months ago
  61. 0e03fb1 qconfig: Correct format string in do_imply_config() by Simon Glass · 4 months ago
  62. f876e96 qconfig: Tidy up some pylint warnings by Simon Glass · 4 months ago
  63. 0a0c124 qconfig: Make KconfigScanner a function by Simon Glass · 4 months ago
  64. deedf65 qconfig: Drop the try_expand() function by Simon Glass · 4 months ago
  65. 61d555d qconfig: Fix pylint error in read_database() by Simon Glass · 4 months ago
  66. b51be8e tools: Remove duplicate newlines by Marek Vasut · 4 months ago
  67. e13fcae Revert "buildman: Always use the full path in CROSS_COMPILE" by Tom Rini · 5 months ago
  68. 6074f6e mkimage: Allow 'auto-conf' signing of scripts by Alexander Dahl · 5 months ago
  69. 0318126 u_boot_pylib: Use correct coverage tool within venv by Simon Glass · 5 months ago
  70. 6c0a3cf buildman: Always use the full path in CROSS_COMPILE by Simon Glass · 5 months ago
  71. 57abd7c buildman: Fix a few typos in toolchain code by Simon Glass · 5 months ago
  72. fa77b51 buildman: Add python3-pycryptodome by Simon Glass · 5 months ago
  73. e70bac9 buildman: Add python3-coverage by Simon Glass · 5 months ago
  74. 5d679f8 buildman: Add a way to limit the number of buildmans by Simon Glass · 5 months ago
  75. 8941477 buildman: Add a flag to force mrproper on failure by Simon Glass · 5 months ago
  76. 7e93bd3 buildman: Avoid rebuilding when --mrproper is used by Simon Glass · 5 months ago
  77. 3187da4 buildman: Make mrproper an argument to run_commit() by Simon Glass · 5 months ago
  78. 3f972a4 buildman: Make mrproper an argument to _config_and_build() by Simon Glass · 5 months ago
  79. 49b158a buildman: Make mrproper an argument to _reconfigure() by Simon Glass · 5 months ago
  80. 0f851e2 binman: Make Intel ME default to position 0x1000 by Simon Glass · 5 months ago
  81. 404936e binman: Support an assumed size for missing binaries by Simon Glass · 5 months ago
  82. d552564 binman: Update the entrydocs header by Simon Glass · 5 months ago
  83. 638aa113 binman: ti: Regenerate entry docs by Simon Glass · 5 months ago
  84. e1b5947 binman: Regenerate nxp docs by Simon Glass · 5 months ago
  85. e344f83 binman: efi: Correct entry docs by Simon Glass · 5 months ago
  86. a148875 tools: patman: fix deprecated Python ConfigParser methods by Brandon Maier · 6 months ago
  87. 698b60a tools: binman: fix deprecated Python ConfigParser methods by Brandon Maier · 6 months ago
  88. 357bfca tools: binman: fix deprecated Python unittest methods by Brandon Maier · 6 months ago
  89. 18de1af patman: Add a tag for when a patch gets added to a series by Sean Anderson · 7 months ago
  90. b4f7393 patman: Add Commit-cc as an alias for Patch-cc by Sean Anderson · 7 months ago
  91. eba8085 patman: Fix tests if add_maintainers is set to False by Sean Anderson · 7 months ago
  92. a7eada2 Merge tag 'v2024.07-rc5' into next by Tom Rini · 5 months ago
  93. b7a625b tools: Build mkeficapsule tool by default if EFI_LOADER is set by Jonathan Humphreys · 6 months ago
  94. 3f9a19b rockchip: mkimage: fix mkimage -l for header v1 by Quentin Schulz · 6 months ago
  95. 7e52d6c Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · 6 months ago WIP/24May2024-next
  96. cb9ae40 tools: mkfwumdata: add logic to append vendor data to the FWU metadata by Sughosh Ganu · 8 months ago
  97. df42d68 tools: mkfwumdata: add support for metadata version 2 by Sughosh Ganu · 8 months ago
  98. d99127a tools: mkfwumdata: fix the size parameter to the fwrite call by Sughosh Ganu · 8 months ago
  99. bc6beae binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing by Marek Vasut · 6 months ago
  100. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago WIP/20May2024-next