1. 6d7c40c tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · 1 year, 7 months ago
  2. 25b39e8 binman: Use expanduser instead of HOME by Simon Glass · 1 year, 8 months ago
  3. 53ad29c binman: Use unsigned long over typedef ulong by Andrew Davis · 1 year, 8 months ago
  4. aebb5b9 arm: dts: iot2050: Optionally embed OTP programming data into image by Jan Kiszka · 1 year, 9 months ago
  5. a59bc02 iot2050: Update firmware layout by Jan Kiszka · 1 year, 9 months ago
  6. a122030 Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into next by Tom Rini · 1 year, 9 months ago
  7. 3cfcaa4d binman: add tests for sign option by Ivan Mikhaylov · 1 year, 9 months ago
  8. 8a80386 binman: add sign option for binman by Ivan Mikhaylov · 1 year, 9 months ago
  9. 3d80de0 binman: add documentation for binman sign option by Ivan Mikhaylov · 1 year, 9 months ago
  10. 8220add1 Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 9 months ago
  11. c3fe97f binman: Support generation of x509 certificates by Simon Glass · 1 year, 9 months ago
  12. 49b77e8 binman: Support updating section contents by Simon Glass · 1 year, 9 months ago
  13. 039d65f binman: Handle missing bintools correctly in fit by Simon Glass · 1 year, 9 months ago
  14. b9b9b27 binman: Allow preserving the output dir when replacing by Simon Glass · 1 year, 9 months ago
  15. bf3e1c6 doc: Add notes on how to install patman and binman by Simon Glass · 1 year, 9 months ago
  16. 4a0c915 binman: Add support for building a binmanu PyPi package by Simon Glass · 1 year, 9 months ago
  17. feb80cc binman: Use importlib to find the help by Simon Glass · 1 year, 9 months ago
  18. cd6d633 binman: Hide the 'test' command unless test code is available by Simon Glass · 1 year, 9 months ago
  19. 56292b7 binman: Move the main code into a function by Simon Glass · 1 year, 9 months ago
  20. 131444f patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  21. 62f8590 binman: Avoid unwanted output in testFitFirmwareLoadables() by Simon Glass · 1 year, 9 months ago
  22. 9a1c726 binman: Make the tooldir configurable by Simon Glass · 1 year, 9 months ago
  23. c911496 binman: Use a private directory for bintools by Simon Glass · 1 year, 9 months ago
  24. afd7175 binman: Move the tools directory into the Bintool class by Simon Glass · 1 year, 9 months ago
  25. 1285322 binman: Update bintools documentation by Simon Glass · 1 year, 9 months ago
  26. 1e04014 binman: Correct an 'aot' typo by Simon Glass · 1 year, 9 months ago
  27. f2c52eb binman: Use correct argument name in docstrings by Jonas Karlman · 1 year, 9 months ago
  28. 85a861b binman: Fix spelling of nodes in code comments by Jonas Karlman · 1 year, 9 months ago
  29. c90be4b binman: Remove redundant SetAllowFakeBlob from blob-ext entry by Jonas Karlman · 1 year, 9 months ago
  30. cda991e binman: Support marking FMAP areas as preserved by Simon Glass · 1 year, 10 months ago
  31. a0cd7c7 binman: Avoid requiring a home directory on startup by Simon Glass · 1 year, 10 months ago
  32. d4f763c tools: binman: minor formatting fix in docs by Ralph Siemsen · 1 year, 9 months ago
  33. 1016ec7 binman: Mark mkimage entry missing when its subnodes is missing by Jonas Karlman · 1 year, 9 months ago
  34. 3530549 binman: Add support for a rockchip-tpl entry by Jonas Karlman · 1 year, 9 months ago
  35. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 9 months ago
  36. ddcdd94 riscv: binman: Add help message for missing blobs by Rick Chen · 1 year, 10 months ago
  37. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 10 months ago
  38. 49cd2b3 binman: Show the image name for the top-level section by Simon Glass · 1 year, 10 months ago
  39. 6490d4b binman: Fix a test-coverage regression by Simon Glass · 1 year, 10 months ago
  40. e257402 binman: Add 'min-size' entry property by Samuel Holland · 1 year, 10 months ago
  41. 490f73c binman: Add support for selecting firmware to use with split-elf by Jonas Karlman · 1 year, 10 months ago
  42. d2c7d90 binman: Add special subnodes to the nodes generated by split-elf by Jonas Karlman · 1 year, 10 months ago
  43. c59ea89 binman: Add support for align argument to mkimage tool by Jonas Karlman · 1 year, 10 months ago
  44. 49e9c00 binman: Support positioning an entry by and ELF symbol by Simon Glass · 1 year, 11 months ago
  45. e0035c9 binman: Provide general support for updating ELF symbols by Simon Glass · 1 year, 11 months ago
  46. f1ee03b binman: Support overlapping entries by Simon Glass · 1 year, 11 months ago
  47. d374606 binman: Add a function to check for special section nodes by Simon Glass · 1 year, 11 months ago
  48. a4948b2 binman: Add a null entry by Simon Glass · 1 year, 11 months ago
  49. 0299765 binman: Clarify use of False when obtaining data by Simon Glass · 1 year, 11 months ago
  50. 7447a9d binman: Add a test for an inner section with a size by Simon Glass · 1 year, 11 months ago
  51. 63328f1 binman: Support optional external blobs by Simon Glass · 1 year, 11 months ago
  52. ad5cfe1 binman: Support new op-tee binary format by Simon Glass · 1 year, 11 months ago
  53. 6e657f6 binman: Add a way to check for a valid ELF file by Simon Glass · 1 year, 11 months ago
  54. 1e9e61c binman: Support optional entries by Simon Glass · 1 year, 11 months ago
  55. 18ed996 binman: Use a reference for binman symbols docs by Simon Glass · 1 year, 11 months ago
  56. da6a908 binman: Update entry docs by Simon Glass · 1 year, 11 months ago
  57. 820d361 binman: Tidy up comment in fit _gen_node by Simon Glass · 1 year, 11 months ago
  58. de24416 binman: Allow writing section contents to a file by Simon Glass · 1 year, 11 months ago
  59. aefad5d global: Migrate CONFIG_X86_MRC_ADDR to CFG by Tom Rini · 2 years ago
  60. a20c041 binman: Add documentation for the command line args by Simon Glass · 2 years, 1 month ago
  61. a922347 binman: Add a separate section about environment variables by Simon Glass · 2 years, 1 month ago
  62. 6bce5dc binman: Use an exit code when blobs are missing by Simon Glass · 2 years, 1 month ago
  63. 2c70188 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years, 1 month ago
  64. c33383c binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years, 1 month ago
  65. 37f85de binman: Support writing symbols into ELF files by Simon Glass · 2 years, 1 month ago
  66. 6fc079e binman: Handle writing ELF symbols in the Entry class by Simon Glass · 2 years, 1 month ago
  67. 133f0f7 binman: Split out looking up a symbol into a function by Simon Glass · 2 years, 1 month ago
  68. cb452b0 binman: Allow obtaining a symbol value by Simon Glass · 2 years, 1 month ago
  69. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  70. 3eb4be3 binman: Add support for symlinking images by Neha Malcom Francis · 2 years, 2 months ago
  71. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  72. 4914547 binman: Get futility by building it by Simon Glass · 2 years, 3 months ago
  73. 56d0541 binman: Add VPL support by Simon Glass · 2 years, 9 months ago
  74. ffe3cd5 Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 3 months ago
  75. 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · 2 years, 3 months ago
  76. 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · 2 years, 3 months ago
  77. d2c153f binman: bintool: bzip2: fix version function on non-Debian-based systems by Quentin Schulz · 2 years, 3 months ago
  78. 94c3ff6 binman: btool: futility: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  79. 853c514 binman: btool: fiptool: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  80. 3264c35 binman: bintool: parametrize args to pass to binary for returning version by Quentin Schulz · 2 years, 3 months ago
  81. 21811f6 binman: btool: mkimage: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  82. 29d45ac binman: btool: lz4: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  83. bbfc137 binman: bintool: move version check implementation into bintool class by Quentin Schulz · 2 years, 3 months ago
  84. ca87ebf binman: btool: gzip: fix packer name so that binary can be found by Quentin Schulz · 2 years, 3 months ago
  85. 3074bdd binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · 2 years, 3 months ago
  86. fca3856 binman: Document how to handle dependent images by Simon Glass · 2 years, 4 months ago
  87. 7d959c5 binman: Mention split-elf in the main docs by Simon Glass · 2 years, 4 months ago
  88. a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  89. eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  90. 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  91. 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  92. 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  93. 23cb821 binman: Add BintoolPacker class to bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  94. a14bee0 binman: Add compression tests by Stefan Herbrechtsmeier · 2 years, 3 months ago
  95. 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · 2 years, 3 months ago
  96. a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  97. 80c6277 binman: Select compression bintools in cbfs_util class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  98. b4bfbce binman: Move compression bintools creation into test setup by Stefan Herbrechtsmeier · 2 years, 3 months ago
  99. b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · 2 years, 3 months ago
  100. 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · 2 years, 3 months ago