1. 939d106 binman: Support reading an image with entry args by Simon Glass · 3 years, 10 months ago
  2. 870a9ea binman: Support finding symbols in sub-sections by Simon Glass · 3 years, 10 months ago
  3. 8f5ef89 binman: Support compression of sections by Simon Glass · 4 years ago
  4. 0ff83da binman: Use the actual contents in CheckSize() by Simon Glass · 4 years ago
  5. 63e7ba6 binman: Set section contents in GetData() by Simon Glass · 4 years ago
  6. 97c3e9a binman: Store the original data before compression by Simon Glass · 4 years ago
  7. 7d398bb binman: Make section padding consistent with other entries by Simon Glass · 4 years ago
  8. d1d3ad7 binman: Move section padding to the parent by Simon Glass · 4 years ago
  9. 17ea9f3 binman: Move section-building code into a function by Simon Glass · 4 years ago
  10. 4eec34c binman: Expand docs and test for alignment by Simon Glass · 4 years ago
  11. f90d906 binman: Expand docs and test for padding by Simon Glass · 4 years ago
  12. ef439ed binman: Update testPackExtra with more checks by Simon Glass · 4 years ago
  13. e6bed4f binman: Expand the error message for breaching a section by Simon Glass · 4 years ago
  14. f2c0dd8 binman: Add tests for skip-at-start sections by Simon Glass · 4 years ago
  15. a4dfe3e binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years ago
  16. 18bd455 binman: Add support for SCP firmware by Samuel Holland · 4 years ago
  17. fb91d56 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 2 months ago
  18. 204aa78 binman: Show an error when a file is missing 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. 6cf9953 binman: Support generating FITs with multiple dtbs by Simon Glass · 4 years, 2 months ago
  22. dc2f81a binman: Add support for ATF BL31 by Simon Glass · 4 years, 2 months ago
  23. e9d336d binman: Fix up a few missing comments by Simon Glass · 4 years, 2 months ago
  24. 3decfa3 binman: Allow entry args to be required by Simon Glass · 4 years, 2 months ago
  25. fe05701 binman: Build FIT image subentries with the section etype by Alper Nebi Yasak · 4 years, 2 months ago
  26. 3fdeb14 binman: Respect pad-before property of section subentries by Alper Nebi Yasak · 4 years, 2 months ago
  27. 8001d0b binman: Ignore hash*, signature* nodes in sections by Alper Nebi Yasak · 4 years, 2 months ago
  28. 0723798 binman: Correct some import statements by Simon Glass · 4 years, 3 months ago
  29. 87d4332 binman: Move GetEntryModules() to control by Simon Glass · 4 years, 3 months ago
  30. 52b10dd binman: Don't change the descriptor in tests by Simon Glass · 4 years, 3 months ago
  31. fdc3436 binman: Add support for generating a FIT by Simon Glass · 4 years, 3 months ago
  32. b3295fd binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 3 months ago
  33. 0ba4b3d binman: Allow missing Intel blobs by Simon Glass · 4 years, 3 months ago
  34. b1cca95 binman: Detect when valid images are not produced by Simon Glass · 4 years, 3 months ago
  35. 38fdb4c patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 3 months ago
  36. 4f9f105 binman: Allow external binaries to be missing by Simon Glass · 4 years, 3 months ago
  37. ce867ad binman: Add an etype for external binary blobs by Simon Glass · 4 years, 3 months ago
  38. 0dc706f binman: Add support for calling mkimage by Simon Glass · 4 years, 3 months ago
  39. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  40. 3b9a873 binman: Add support for generating a FIT by Simon Glass · 4 years, 3 months ago
  41. 8200d88 binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 3 months ago
  42. 2f5c3a4 binman: Allow missing Intel blobs by Simon Glass · 4 years, 3 months ago
  43. 13262c9 binman: Detect when valid images are not produced by Simon Glass · 4 years, 3 months ago
  44. f9793a1 patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 3 months ago
  45. 5f850fb binman: Allow external binaries to be missing by Simon Glass · 4 years, 3 months ago
  46. d498630 binman: Add an etype for external binary blobs by Simon Glass · 4 years, 3 months ago
  47. 3e8fba4 binman: Add support for calling mkimage by Simon Glass · 4 years, 3 months ago
  48. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  49. 1628793 binman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  50. c07ab6e binman: Rename the main module by Simon Glass · 4 years, 6 months ago
  51. 83a4518 patman: Drop references to __future__ by Simon Glass · 4 years, 6 months ago
  52. 7c15013 binman: tegra: Adjust symbol calculation depending on end-at-4gb by Simon Glass · 5 years ago
  53. b6ee0cf binman: Convert a few tests to Python 3 by Simon Glass · 5 years ago
  54. 3b3e3c0 patman: Adjust 'command' to return strings instead of bytes by Simon Glass · 5 years ago
  55. 998d148 binman: Add support for Intel FSP-T by Simon Glass · 5 years ago
  56. bc6a88f binman: Add support for Intel FSP-S by Simon Glass · 5 years ago
  57. d1d5ffd binman: Drop comment-out code in testUpdateFdtOutput() by Simon Glass · 5 years ago
  58. ea0fff9 binman: Add support for Intel FSP meminit by Simon Glass · 5 years ago
  59. b87064c binman: Allow support for writing a size symbol to binaries by Simon Glass · 5 years ago
  60. eb0086f binman: Increase size of TPL and SPL test data by Simon Glass · 5 years ago
  61. bf4d0e2 binman: Avoid needing the section size in advance by Simon Glass · 5 years ago
  62. dfdd2b6 binman: Rename some two-digit test files by Simon Glass · 5 years ago
  63. 9255f3c binman: Use underscore in test filenames by Simon Glass · 5 years ago
  64. 2090f1e binman: Allow symbols to be resolved inside sections by Simon Glass · 5 years ago
  65. c9a0b27 binman: Clean up unnecessary code related to ELF test files by Simon Glass · 5 years ago
  66. e9d2ee3 binman: Use the Makefile for u_boot_binman_syms_size by Simon Glass · 5 years ago
  67. 1542c8b binman: Use the Makefile for u_boot_binman_syms by Simon Glass · 5 years ago
  68. bccd91d binman: Use the Makefile for u_boot_no_ucode_ptr by Simon Glass · 5 years ago
  69. f514d8f binman: Use the Makefile for u_boot_ucode_ptr by Simon Glass · 5 years ago
  70. 53e22bf binman: Use the Makefile to build ELF test files by Simon Glass · 5 years ago
  71. e95be63 binman: Fix IFWI output when using an Intel FIT image by Simon Glass · 5 years ago
  72. 5af1207 binman: Add support for Intel FIT by Simon Glass · 5 years ago
  73. 5e23918 binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  74. 2250ee6 binman: Add support for an x86 'reset' section by Simon Glass · 5 years ago
  75. b986b3b binman: Use cls instead of self for class methods by Simon Glass · 5 years ago
  76. a6cb995 binman: Add command-line support for replacing entries by Simon Glass · 5 years ago
  77. bb5edc1 binman: Correct the error message for invalid path by Simon Glass · 5 years ago
  78. f86a736 binman: Clean up all output directories in tests by Simon Glass · 5 years ago
  79. bf574f1 binman: Add a test function to clean up the output dir by Simon Glass · 5 years ago
  80. eb0f4a4 binman: Support replacing data in a cbfs by Simon Glass · 5 years ago
  81. 27145fd binman: Place Intel descriptor at image start by Simon Glass · 5 years ago
  82. 61ec04f binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
  83. 79d3c58 binman: Update the _testing entry to support shrinkage by Simon Glass · 5 years ago
  84. 51014aa binman: Allow updating entries that change size by Simon Glass · 5 years ago
  85. eba1f0c binman: Add more tests for image header position by Simon Glass · 5 years ago
  86. 12bb1a9 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
  87. 10f9d00 binman: Support updating entries in an existing image by Simon Glass · 5 years ago
  88. a004f29 binman: Tidy up _SetupDtb() to use its own temporary file by Simon Glass · 5 years ago
  89. 6ccbfcd binman: Add a constant for common entry properties by Simon Glass · 5 years ago
  90. 1411ac8 binman: Add an image name into the fdtmap by Simon Glass · 5 years ago
  91. e2705fa binman: Add a test for nested and aligned sections by Simon Glass · 5 years ago
  92. 71ce0ba binman: Add an 'extract' command by Simon Glass · 5 years ago
  93. f667e45 binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  94. 61f564d binman: Support listing an image by Simon Glass · 5 years ago
  95. 8beb11e binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  96. ffded75 binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  97. 2d26003 binman: Support locating an image header by Simon Glass · 5 years ago
  98. e1925fa binman: Support locating an FDT map by Simon Glass · 5 years ago
  99. 41b8ba0 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  100. 8a1ad06 binman: Detect bad CBFS file types by Simon Glass · 5 years ago