1. c9a0b27 binman: Clean up unnecessary code related to ELF test files by Simon Glass · 5 years ago
  2. e9d2ee3 binman: Use the Makefile for u_boot_binman_syms_size by Simon Glass · 5 years ago
  3. 1542c8b binman: Use the Makefile for u_boot_binman_syms by Simon Glass · 5 years ago
  4. bccd91d binman: Use the Makefile for u_boot_no_ucode_ptr by Simon Glass · 5 years ago
  5. f514d8f binman: Use the Makefile for u_boot_ucode_ptr by Simon Glass · 5 years ago
  6. 53e22bf binman: Use the Makefile to build ELF test files by Simon Glass · 5 years ago
  7. e95be63 binman: Fix IFWI output when using an Intel FIT image by Simon Glass · 5 years ago
  8. 5af1207 binman: Add support for Intel FIT by Simon Glass · 5 years ago
  9. 5e23918 binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  10. 2250ee6 binman: Add support for an x86 'reset' section by Simon Glass · 5 years ago
  11. b986b3b binman: Use cls instead of self for class methods by Simon Glass · 5 years ago
  12. a6cb995 binman: Add command-line support for replacing entries by Simon Glass · 5 years ago
  13. bb5edc1 binman: Correct the error message for invalid path by Simon Glass · 5 years ago
  14. f86a736 binman: Clean up all output directories in tests by Simon Glass · 5 years ago
  15. bf574f1 binman: Add a test function to clean up the output dir by Simon Glass · 5 years ago
  16. eb0f4a4 binman: Support replacing data in a cbfs by Simon Glass · 5 years ago
  17. 27145fd binman: Place Intel descriptor at image start by Simon Glass · 5 years ago
  18. 61ec04f binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
  19. 79d3c58 binman: Update the _testing entry to support shrinkage by Simon Glass · 5 years ago
  20. 51014aa binman: Allow updating entries that change size by Simon Glass · 5 years ago
  21. eba1f0c binman: Add more tests for image header position by Simon Glass · 5 years ago
  22. 12bb1a9 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
  23. 10f9d00 binman: Support updating entries in an existing image by Simon Glass · 5 years ago
  24. a004f29 binman: Tidy up _SetupDtb() to use its own temporary file by Simon Glass · 5 years ago
  25. 6ccbfcd binman: Add a constant for common entry properties by Simon Glass · 5 years ago
  26. 1411ac8 binman: Add an image name into the fdtmap by Simon Glass · 5 years ago
  27. e2705fa binman: Add a test for nested and aligned sections by Simon Glass · 5 years ago
  28. 71ce0ba binman: Add an 'extract' command by Simon Glass · 5 years ago
  29. f667e45 binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  30. 61f564d binman: Support listing an image by Simon Glass · 5 years ago
  31. 8beb11e binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  32. ffded75 binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  33. 2d26003 binman: Support locating an image header by Simon Glass · 5 years ago
  34. e1925fa binman: Support locating an FDT map by Simon Glass · 5 years ago
  35. 41b8ba0 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  36. 8a1ad06 binman: Detect bad CBFS file types by Simon Glass · 5 years ago
  37. 69f7cb3 binman: Support FDT update for CBFS by Simon Glass · 5 years ago
  38. 6c223fd binman: Allow device-tree entries to be compressed by Simon Glass · 5 years ago
  39. c52c9e7 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  40. 5b463fc binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
  41. 53cd5d9 binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  42. cf22894 binman: Add an image header by Simon Glass · 5 years ago
  43. 086cec9 binman: Add an FDT map by Simon Glass · 5 years ago
  44. 3c08131 binman: Add a convenience functions for real-DTB tests by Simon Glass · 5 years ago
  45. e073d4e binman: Add support for fixed-offset files in CBFS by Simon Glass · 5 years ago
  46. c5ac138 binman: Add support for Intel IFWI entries by Simon Glass · 5 years ago
  47. ac62fba binman: Add support for CBFS entries by Simon Glass · 5 years ago
  48. 8acce60 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  49. d5164a7 binman: Allow preserving test directories by Simon Glass · 5 years ago
  50. ee0c9a7 binman: Allow verbosity control when running tests by Simon Glass · 5 years ago
  51. 2569e10 binman: Fix up the _DoTestFile() function -u argument by Simon Glass · 5 years ago
  52. 4c65025 binman: Support ELF files for TPL by Simon Glass · 5 years ago
  53. ff5c7e3 binman: Use the tools.Decompress method by Simon Glass · 5 years ago
  54. aa88b50 binman: Allow text directly in the node by Simon Glass · 5 years ago
  55. 458be45 binman: Use a better error for missing Intel descriptor by Simon Glass · 5 years ago
  56. 093d168 binman: Correct two typos in function names in ftest by Simon Glass · 5 years ago
  57. eb546ac binman: Read map files as text by Simon Glass · 5 years ago
  58. 1fc62de binman: Fix up a format string in AssertInList() by Simon Glass · 5 years ago
  59. c6c10e7 binman: Convert to use bytes type by Simon Glass · 5 years ago
  60. e6d85ff binman: Handle repeated bytes for Python 3 by Simon Glass · 5 years ago
  61. 6d1d641 binman: Drop an unused input file by Simon Glass · 5 years ago
  62. b8f0876 binman: Use binary mode when compressing data by Simon Glass · 5 years ago
  63. 1d0ebf7 tools: binman: Open all binary files in binary mode by Simon Glass · 5 years ago
  64. 5097915 binman: Use items() instead of iteritems() by Simon Glass · 5 years ago
  65. 9481c80 binman: Allow sections to have an offset by Simon Glass · 5 years ago
  66. eb833d8 binman: Don't show image-skip message by default by Simon Glass · 5 years ago
  67. 3ae192c binman: Add a test for Intel reference code by Simon Glass · 6 years ago
  68. 741f2d6 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  69. 11ae93e binman: Run tests concurrently by Simon Glass · 6 years ago
  70. 86af511 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  71. e0e6275 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  72. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  73. 163ed6c binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  74. fe1ae3e binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  75. f8f8df6 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  76. f025363 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  77. e0e5df9 binman: Support hashing entries by Simon Glass · 6 years ago
  78. ba64a0b binman: Support expanding entries by Simon Glass · 6 years ago
  79. 0a98b28 binman: Support adding files by Simon Glass · 6 years ago
  80. 83d73c2 binman: Support compressed entries by Simon Glass · 6 years ago
  81. 6ed45ba binman: Support updating all device tree files by Simon Glass · 6 years ago
  82. 93d1741 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  83. c55a50f binman: Move state information into a new module by Simon Glass · 6 years ago
  84. 0bfa7b0 binman: Support building a selection of images by Simon Glass · 6 years ago
  85. a326b49 binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  86. 35b384c binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  87. 0b48936 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  88. d178eab binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  89. 9d368f3 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  90. 94b57db binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  91. cee02e6 binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  92. 15a587c binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  93. 1be70d2 binman: Show the image position in the map by Simon Glass · 6 years ago
  94. b8ef5b6 binman: Add support for adding TPL binaries by Simon Glass · 6 years ago
  95. 24d0d3c binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
  96. 0ef87aa binman: Add support for Chromium GBB by Simon Glass · 6 years ago
  97. 3af8e49 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  98. ec127af binman: Add support for a cros_ec image by Simon Glass · 6 years ago
  99. 11e36cc binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
  100. fd8d1f7 binman: Allow creation of entry documentation by Simon Glass · 6 years ago