1. 31eefd4 binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · 3 years, 5 months ago
  2. 2817c9d binman: Correct '-a' description in the doc by Bin Meng · 3 years, 5 months ago
  3. 5ff9fed binman: Support default alignment for sections by Simon Glass · 3 years, 6 months ago
  4. 3d43338 binman: Allow disabling expanding an entry by Simon Glass · 3 years, 6 months ago
  5. fcae668 binman: Update various pieces of the documentation by Simon Glass · 3 years, 7 months ago
  6. 072026e binman: Rearrange documentation into headings by Simon Glass · 3 years, 7 months ago
  7. 61adb2d binman: doc: Add documentation to htmldocs by Simon Glass · 3 years, 7 months ago[Renamed (72%) from tools/binman/README]
  8. 0668492 binman: Automatically expand phase binaries into sections by Simon Glass · 3 years, 7 months ago
  9. ef10804 binman: Indicate how to make binman verbose by Simon Glass · 3 years, 8 months ago
  10. 397a770 binman: Update the TODO list by Simon Glass · 3 years, 9 months ago
  11. 8f5ef89 binman: Support compression of sections by Simon Glass · 4 years ago
  12. 0b65769 binman: Drop CheckEntries() by Simon Glass · 4 years ago
  13. 601b69a binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years ago
  14. 4eec34c binman: Expand docs and test for alignment by Simon Glass · 4 years ago
  15. f90d906 binman: Expand docs and test for padding by Simon Glass · 4 years ago
  16. b238143 binman: Support help messages for missing blobs by Simon Glass · 4 years, 1 month ago
  17. 4ec40a7 binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README by Alper Nebi Yasak · 4 years, 1 month ago
  18. e6385c7 Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 2 months ago
  19. 32f2ca2 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 4 years, 11 months ago
  20. 7c15013 binman: tegra: Adjust symbol calculation depending on end-at-4gb by Simon Glass · 5 years ago
  21. c443f56 binman: Use qemu-x86_defconfig in the example by Bin Meng · 5 years ago
  22. 1f338e0 binman: Allow selection of logging verbosity by Simon Glass · 5 years ago
  23. a6cb995 binman: Add command-line support for replacing entries by Simon Glass · 5 years ago
  24. 513c53e binman: Add a few more features to the wishlist by Simon Glass · 5 years ago
  25. 51014aa binman: Allow updating entries that change size by Simon Glass · 5 years ago
  26. 4ab88b6 binman: Update documentation for image creation by Simon Glass · 5 years ago
  27. 12bb1a9 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
  28. 10f9d00 binman: Support updating entries in an existing image by Simon Glass · 5 years ago
  29. 71ce0ba binman: Add an 'extract' command by Simon Glass · 5 years ago
  30. eea264e binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
  31. 61f564d binman: Support listing an image by Simon Glass · 5 years ago
  32. c52c9e7 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  33. 8287ee8 binman: Move compression into the Entry base class by Simon Glass · 5 years ago
  34. 53cd5d9 binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  35. cf22894 binman: Add an image header by Simon Glass · 5 years ago
  36. 086cec9 binman: Add an FDT map by Simon Glass · 5 years ago
  37. 5746018 binman: Update help for new features by Simon Glass · 5 years ago
  38. 488b225 binman: Update future features by Simon Glass · 5 years ago
  39. d5164a7 binman: Allow preserving test directories by Simon Glass · 5 years ago
  40. 07d9e70 patman: Add functions to compress and decompress data by Simon Glass · 5 years ago
  41. d8d4074 binman: Add a function to decode an ELF file by Simon Glass · 5 years ago
  42. c7d8035 binman: Add a --toolpath option to set the tool search path by Simon Glass · 5 years ago
  43. 45f449b binman: Add coverage tools info for Python 3 by Simon Glass · 5 years ago
  44. 55660d0 binman: Document parallel tests by Simon Glass · 5 years ago
  45. 9481c80 binman: Allow sections to have an offset by Simon Glass · 5 years ago
  46. a3c0055 binman: Add a way to enable debugging from the build by Simon Glass · 6 years ago
  47. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  48. e0e5df9 binman: Support hashing entries by Simon Glass · 6 years ago
  49. 9c888cc binman: Mention section attributes in docs by Simon Glass · 6 years ago
  50. ba64a0b binman: Support expanding entries by Simon Glass · 6 years ago
  51. 83d73c2 binman: Support compressed entries by Simon Glass · 6 years ago
  52. f069303 binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  53. 94b57db binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  54. 383d256 binman: fix a few typos in documentation by Michael Heimpold · 6 years ago
  55. 5a5da7c binman: Create README.entries by Simon Glass · 6 years ago
  56. 53af22a binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  57. dbf6be9 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  58. 8122f39 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
  59. 3ab9598 binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  60. 16b8d6b binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  61. 078ab1a binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  62. ecab897 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  63. 0a4357c binman: Complete documentation of stages by Simon Glass · 6 years ago
  64. 16d836c binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  65. 844e5b2 binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  66. c8d48ef binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
  67. 3b0c382 binman: Add support for outputing a map file by Simon Glass · 6 years ago
  68. 7ae5f31 binman: Tidy up some docs and comments by Simon Glass · 6 years ago
  69. 258fb0e binman: Add documentation for pos-unset property by Simon Glass · 6 years ago
  70. 1854695 binman: Add support for sections by Simon Glass · 6 years ago
  71. dd57c13 binman: Allow unit addresses for binaries by Simon Glass · 6 years ago
  72. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  73. 3ed0de3 dtoc: Allow DTC environment variable to provide path to dtc by Simon Glass · 7 years ago
  74. 39c1502 binman: Add documentation for the symbol feature by Simon Glass · 7 years ago
  75. 9c0a8b1 binman: Add docs explaining how to enable binman for a board by Simon Glass · 7 years ago
  76. 511fd0b binman: Add better Makefile debugging by Simon Glass · 7 years ago
  77. 6d427c6 binman: Automatically include a U-Boot .dtsi file by Simon Glass · 8 years ago
  78. e0ff855 binman: Add support for building x86 ROMs by Simon Glass · 8 years ago
  79. bf7fd50 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago