1. 7598972 binman: Add support for ATF FIP by Simon Glass · 3 years ago
  2. ed16b12 binman: Add a utility module for ATF FIP by Simon Glass · 3 years ago
  3. 5bf8121 binman: Rename _ReadSubnodes() to ReadEntries() by Simon Glass · 3 years ago
  4. cc2c500 binman: Support lists of external blobs by Simon Glass · 3 years ago
  5. 943bf78 binman: Allow extracting a file in an alternative format by Simon Glass · 3 years ago
  6. 858436d binman: Allow listing an image created by a newer version by Simon Glass · 3 years ago
  7. 7945077 binman: Allow providing tools and blob directories by Simon Glass · 3 years ago
  8. e2f0474 binman: Rename testCbfsNoCOntents() by Simon Glass · 3 years ago
  9. 7413321 binman: cfbs: Refactor ObtainContents() for consistency by Simon Glass · 3 years ago
  10. 3fc20fd binman: cbfs: Refactor the init process by Simon Glass · 3 years ago
  11. 080f859 binman: Use normal entries in cbfs by Simon Glass · 3 years ago
  12. 8cb069a binman: Move cbfs.ObtainContents() down a bit by Simon Glass · 3 years ago
  13. 3f495f1 binman: Update the section documentation by Simon Glass · 3 years ago
  14. e586f44 binman: Allow control of which entries to read by Simon Glass · 3 years ago
  15. d34bcdd binman: Allow overriding BuildSectionData() by Simon Glass · 3 years ago
  16. b6caf0e binman: Drop the filename property in entry_Section by Simon Glass · 3 years ago
  17. 1e99bc2 binman: Drop the underscore in _ReadEntries() by Simon Glass · 3 years ago
  18. 557693e binman: Correct comments for ReadChildData() by Simon Glass · 3 years ago
  19. c473831 binman: Correct init of entry in Entry class by Simon Glass · 3 years ago
  20. c475dec binman: Add a way to obtain the version by Simon Glass · 3 years ago
  21. 650e5de binman: Tidy up style in cmdline by Simon Glass · 3 years ago
  22. c700f10 binman: Fix extract command for using non-absolute image paths by Jan Kiszka · 3 years, 1 month ago
  23. 89cc052 binman: Fix replace subcommand help and comments by Jan Kiszka · 3 years, 1 month ago
  24. 0427bed binman: Support updating the dtb in an ELF file by Simon Glass · 3 years, 1 month ago
  25. 7115f00 binman: Tidy up comments on _DoTestFile() by Simon Glass · 3 years, 1 month ago
  26. 056f0ef binman: Support reading the offset of an ELF-file symbol by Simon Glass · 3 years, 1 month ago
  27. 2fb2cd7 binman: Report an error if test files fail to compile by Simon Glass · 3 years, 1 month ago
  28. b2dfe83 binman: Allow timeout to occur in the image or its section by Simon Glass · 3 years, 1 month ago
  29. d6f8ab3 treewide: Remove OF_PRIOR_STAGE by Ilias Apalodimas · 3 years, 2 months ago WIP/bisect-testing
  30. 26fa063 iot2050: Enable watchdog support, but do not auto-start it by Jan Kiszka · 3 years, 2 months ago WIP/2021-10-03-platform-updates
  31. 5fe50f9 tools: Refactor full help printing by Paul Barker · 3 years, 3 months ago
  32. 03ebc20 binman: Add basic support for debugging performance by Simon Glass · 3 years, 5 months ago
  33. 43332d8 binman: Use bytearray instead of string by Simon Glass · 3 years, 5 months ago
  34. edd4b6e binman: Split node-reading out from constructor in files by Simon Glass · 3 years, 5 months ago
  35. c69d19c binman: Support multithreading for building images by Simon Glass · 3 years, 5 months ago
  36. 31eefd4 binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · 3 years, 7 months ago
  37. 4c4d607 binman: Add support for RISC-V OpenSBI fw_dynamic blob by Bin Meng · 3 years, 7 months ago
  38. aa75ce9 binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts by Bin Meng · 3 years, 7 months ago
  39. 2892300 binman: Correct the comment for ATF entry type by Bin Meng · 3 years, 7 months ago
  40. 2817c9d binman: Correct '-a' description in the doc by Bin Meng · 3 years, 7 months ago
  41. 1736575 binman: Support adding sections to FMAPs by Simon Glass · 3 years, 8 months ago
  42. c7722e8 binman: Tweak implementation of fmap by Simon Glass · 3 years, 8 months ago
  43. 0fe44dc binman: Correct testSplNoDtb() and Tpl also by Simon Glass · 3 years, 7 months ago
  44. 5ff9fed binman: Support default alignment for sections by Simon Glass · 3 years, 8 months ago
  45. 631f752 binman: Support obtaining section contents immediately by Simon Glass · 3 years, 8 months ago
  46. 189f291 binman: Add support for a collection of entries by Simon Glass · 3 years, 8 months ago
  47. 3d43338 binman: Allow disabling expanding an entry by Simon Glass · 3 years, 8 months ago
  48. e9e0db8 binman: Use a unique number for the symbols test file by Simon Glass · 3 years, 8 months ago
  49. fcae668 binman: Update various pieces of the documentation by Simon Glass · 3 years, 8 months ago
  50. 96d340e binman: Drop repetitive heading for each entry by Simon Glass · 3 years, 8 months ago
  51. 6bc4309 binman: Incorporate entry documentation by Simon Glass · 3 years, 8 months ago
  52. 072026e binman: Rearrange documentation into headings by Simon Glass · 3 years, 8 months ago
  53. 61adb2d binman: doc: Add documentation to htmldocs by Simon Glass · 3 years, 8 months ago
  54. 0668492 binman: Automatically expand phase binaries into sections by Simon Glass · 3 years, 8 months ago
  55. 0b6023e binman: Plumb expanded entries through fully by Simon Glass · 3 years, 8 months ago
  56. 63aeaeb binman: Allow a way to select expanded entries by Simon Glass · 3 years, 8 months ago
  57. b35fb17 binman: Allow using an an 'expanded' entry type by Simon Glass · 3 years, 8 months ago
  58. 5187b80 binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · 3 years, 8 months ago
  59. adb67bb binman: Move the comment for GetFdts() to the base class by Simon Glass · 3 years, 8 months ago
  60. cb8bebb binman: Drop unnecessary field in output_fdt_info by Simon Glass · 3 years, 8 months ago
  61. 7697170 binman: Use the fake SPL/TPL only if requested by Simon Glass · 3 years, 8 months ago
  62. 30e1b09 binman: Drop unnecessary 'type' property in tests by Simon Glass · 3 years, 8 months ago
  63. d26efc8 binman: Add support for u-boot-tpl-bss-bad by Simon Glass · 3 years, 8 months ago
  64. 77a64e0 binman: Add support for u-boot-tpl-nodtb by Simon Glass · 3 years, 8 months ago
  65. f589882 binman: Support symbols in u-boot-spl-nodtb by Simon Glass · 3 years, 8 months ago
  66. dccdc38 binman: Correct the documentation for u-boot-spl-bss-pad by Simon Glass · 3 years, 8 months ago
  67. adc59ea binman: Tidy up underscores in entry documentation by Simon Glass · 3 years, 8 months ago
  68. 4ce4077 binman: Update entry help for files-align by Simon Glass · 3 years, 8 months ago
  69. a01d1a2 binman: Document ExpandEntries() in the base class by Simon Glass · 3 years, 8 months ago
  70. 862ddf9 binman: Allow extracting to current directory by Simon Glass · 3 years, 8 months ago
  71. ef10804 binman: Indicate how to make binman verbose by Simon Glass · 3 years, 10 months ago
  72. 5c6ba71 binman: Allow for skip_at_start when reading entries by Simon Glass · 3 years, 11 months ago
  73. 6eb9932 binman: Support alignment of files by Simon Glass · 3 years, 11 months ago
  74. 5af9ebc binman: Allow vblock to include devicetree blobs by Simon Glass · 3 years, 11 months ago
  75. 939d106 binman: Support reading an image with entry args by Simon Glass · 3 years, 11 months ago
  76. 870a9ea binman: Support finding symbols in sub-sections by Simon Glass · 3 years, 11 months ago
  77. 1ecf3b8 binman: Fix a few file comments by Simon Glass · 3 years, 11 months ago
  78. 5b378e4 binman: Show the size when writing entries by Simon Glass · 3 years, 11 months ago
  79. 397a770 binman: Update the TODO list by Simon Glass · 3 years, 11 months ago
  80. 9fc6ebd dtoc: binman: Drop Python 2 code by Simon Glass · 3 years, 11 months ago
  81. 6a4ccad patman: Drop tools.ToByte() by Simon Glass · 4 years, 1 month ago
  82. fc0056e patman: Drop unicode helper functions by Simon Glass · 4 years, 1 month ago
  83. 5ea9dcc fdt: Use an Enum for the data type by Simon Glass · 4 years, 1 month ago
  84. 08594d4 binman: Correct calculation for image-pos by Simon Glass · 4 years, 1 month ago
  85. 271a083 binman: Update intel_ifwi to store padded section by Simon Glass · 4 years, 1 month ago
  86. 2424057 binman: Avoid calculated section data repeatedly by Simon Glass · 4 years, 1 month ago
  87. 8f5ef89 binman: Support compression of sections by Simon Glass · 4 years, 1 month ago
  88. 0ff83da binman: Use the actual contents in CheckSize() by Simon Glass · 4 years, 1 month ago
  89. b004bf3 binman: Update CheckEntries() for compressed sections by Simon Glass · 4 years, 1 month ago
  90. 0b65769 binman: Drop CheckEntries() by Simon Glass · 4 years, 1 month ago
  91. 93f3c2e binman: Call CheckSize() from the section's Pack() method by Simon Glass · 4 years, 1 month ago
  92. 601b69a binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years, 1 month ago
  93. c1af7a8 binman: Move sort and expand to the main Pack() function by Simon Glass · 4 years, 1 month ago
  94. 6ddd611 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years, 1 month ago
  95. a9fad07 binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
  96. 63e7ba6 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
  97. 97c3e9a binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
  98. 7d398bb binman: Make section padding consistent with other entries by Simon Glass · 4 years, 1 month ago
  99. d1d3ad7 binman: Move section padding to the parent by Simon Glass · 4 years, 1 month ago
  100. 4a655c9 binman: Refactor _BuildSectionData() by Simon Glass · 4 years, 1 month ago