1. b8deb12 binman: Use the Makefile for u_boot_binman_syms_size by Simon Glass · 5 years ago
  2. 5d0c026 binman: Use the Makefile for u_boot_binman_syms by Simon Glass · 5 years ago
  3. faaaa16 binman: Use the Makefile for u_boot_no_ucode_ptr by Simon Glass · 5 years ago
  4. 4affd4b binman: Use the Makefile for u_boot_ucode_ptr by Simon Glass · 5 years ago
  5. f629089 binman: Use the Makefile to build ELF test files by Simon Glass · 5 years ago
  6. f55bd69 binman: Fix IFWI output when using an Intel FIT image by Simon Glass · 5 years ago
  7. 232f90c binman: Add support for Intel FIT by Simon Glass · 5 years ago
  8. abab18c binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  9. 0b074d6 binman: Add support for an x86 'reset' section by Simon Glass · 5 years ago
  10. 862f8e2 binman: Use cls instead of self for class methods by Simon Glass · 5 years ago
  11. 30033c2 binman: Add command-line support for replacing entries by Simon Glass · 5 years ago
  12. a772d3f binman: Correct the error message for invalid path by Simon Glass · 5 years ago
  13. b3d6fc7 binman: Clean up all output directories in tests by Simon Glass · 5 years ago
  14. ee9d10d binman: Add a test function to clean up the output dir by Simon Glass · 5 years ago
  15. 37fdd14 binman: Support replacing data in a cbfs by Simon Glass · 5 years ago
  16. 70e3298 binman: Place Intel descriptor at image start by Simon Glass · 5 years ago
  17. 9d8ee32 binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
  18. 8c702fb binman: Update the _testing entry to support shrinkage by Simon Glass · 5 years ago
  19. f8a54bc binman: Allow updating entries that change size by Simon Glass · 5 years ago
  20. 1145376 binman: Add more tests for image header position by Simon Glass · 5 years ago
  21. fb30e29 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
  22. 072959a binman: Support updating entries in an existing image by Simon Glass · 5 years ago
  23. b8d2daa binman: Tidy up _SetupDtb() to use its own temporary file by Simon Glass · 5 years ago
  24. 2c6adba binman: Add a constant for common entry properties by Simon Glass · 5 years ago
  25. ee6409b binman: Add an image name into the fdtmap by Simon Glass · 5 years ago
  26. 52d0621 binman: Add a test for nested and aligned sections by Simon Glass · 5 years ago
  27. 980a284 binman: Add an 'extract' command by Simon Glass · 5 years ago
  28. 4c613bf binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  29. b2fd11d binman: Support listing an image by Simon Glass · 5 years ago
  30. 39dd215 binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  31. b8424fa binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  32. ed39a3c binman: Support locating an image header by Simon Glass · 5 years ago
  33. 8d8bf4e binman: Support locating an FDT map by Simon Glass · 5 years ago
  34. 6b156f8 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  35. 3c9b4f2 binman: Detect bad CBFS file types by Simon Glass · 5 years ago
  36. 151bbbf binman: Support FDT update for CBFS by Simon Glass · 5 years ago
  37. 90d2968 binman: Allow device-tree entries to be compressed by Simon Glass · 5 years ago
  38. e61b6f6 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  39. d17dfea binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
  40. f46732a binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  41. cec34ba binman: Add an image header by Simon Glass · 5 years ago
  42. 0f62133 binman: Add an FDT map by Simon Glass · 5 years ago
  43. 5b4bce3 binman: Add a convenience functions for real-DTB tests by Simon Glass · 5 years ago
  44. c2f1aed binman: Add support for fixed-offset files in CBFS by Simon Glass · 5 years ago
  45. 759af87 binman: Add support for Intel IFWI entries by Simon Glass · 5 years ago
  46. 1de3448 binman: Add support for CBFS entries by Simon Glass · 5 years ago
  47. cebfab2 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  48. 1c420c9 binman: Allow preserving test directories by Simon Glass · 5 years ago
  49. 8a50b4a binman: Allow verbosity control when running tests by Simon Glass · 5 years ago
  50. 38a411c binman: Fix up the _DoTestFile() function -u argument by Simon Glass · 5 years ago
  51. a899f71 binman: Support ELF files for TPL by Simon Glass · 5 years ago
  52. ccec026 binman: Use the tools.Decompress method by Simon Glass · 5 years ago
  53. 47f6a62 binman: Allow text directly in the node by Simon Glass · 5 years ago
  54. ac4738b binman: Use a better error for missing Intel descriptor by Simon Glass · 5 years ago
  55. 0d67379 binman: Correct two typos in function names in ftest by Simon Glass · 5 years ago
  56. b377475 binman: Read map files as text by Simon Glass · 6 years ago
  57. 848cdb5 binman: Fix up a format string in AssertInList() by Simon Glass · 6 years ago
  58. 303f62f binman: Convert to use bytes type by Simon Glass · 6 years ago
  59. ac0d495 binman: Handle repeated bytes for Python 3 by Simon Glass · 6 years ago
  60. 12a74f4 binman: Drop an unused input file by Simon Glass · 6 years ago
  61. 3861cc4 binman: Use binary mode when compressing data by Simon Glass · 6 years ago
  62. 3348666 tools: binman: Open all binary files in binary mode by Simon Glass · 6 years ago
  63. 5f3645b binman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  64. eb023b3 binman: Allow sections to have an offset by Simon Glass · 6 years ago
  65. b4595d8 binman: Don't show image-skip message by default by Simon Glass · 6 years ago
  66. 41902e4 binman: Add a test for Intel reference code by Simon Glass · 6 years ago
  67. 511f658 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  68. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  69. 04cda03 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  70. 752e755 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  71. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  72. cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  73. b171423 binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  74. c64aea5 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  75. 3fb4f42 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  76. ae7cf03 binman: Support hashing entries by Simon Glass · 6 years ago
  77. fa79a81 binman: Support expanding entries by Simon Glass · 6 years ago
  78. ac6328c binman: Support adding files by Simon Glass · 6 years ago
  79. 7ba3359 binman: Support compressed entries by Simon Glass · 6 years ago
  80. e219aa4 binman: Support updating all device tree files by Simon Glass · 6 years ago
  81. 3140201 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  82. 29aa736 binman: Move state information into a new module by Simon Glass · 6 years ago
  83. 3b376c3 binman: Support building a selection of images by Simon Glass · 6 years ago
  84. 639505b binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  85. ed40e96 binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  86. 267de43 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  87. 274bf09 binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  88. 311d484 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  89. 0fb978c binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  90. 5463a6a binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  91. 24b9744 binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  92. 7eca792 binman: Show the image position in the map by Simon Glass · 6 years ago
  93. 8425a1f binman: Add support for adding TPL binaries by Simon Glass · 6 years ago
  94. 5c35016 binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
  95. c1ae83c binman: Add support for Chromium GBB by Simon Glass · 6 years ago
  96. 53f5399 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  97. db168d4 binman: Add support for a cros_ec image by Simon Glass · 6 years ago
  98. 704784b binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
  99. 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  100. 2ca5203 binman: Support an entry that holds text by Simon Glass · 6 years ago