1. 086cec9 binman: Add an FDT map by Simon Glass · 5 years ago
  2. 3c08131 binman: Add a convenience functions for real-DTB tests by Simon Glass · 5 years ago
  3. 5746018 binman: Update help for new features by Simon Glass · 5 years ago
  4. 488b225 binman: Update future features by Simon Glass · 5 years ago
  5. e90fe1b binman: Simplify the entry test by Simon Glass · 5 years ago
  6. e073d4e binman: Add support for fixed-offset files in CBFS by Simon Glass · 5 years ago
  7. 7c173ce binman: Pad empty areas of the CBFS with files by Simon Glass · 5 years ago
  8. c5ac138 binman: Add support for Intel IFWI entries by Simon Glass · 5 years ago
  9. ac62fba binman: Add support for CBFS entries by Simon Glass · 5 years ago
  10. 4997a7e binman: Add a utility library for coreboot CBFS by Simon Glass · 5 years ago
  11. 8acce60 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  12. d5164a7 binman: Allow preserving test directories by Simon Glass · 5 years ago
  13. ee0c9a7 binman: Allow verbosity control when running tests by Simon Glass · 5 years ago
  14. 2569e10 binman: Fix up the _DoTestFile() function -u argument by Simon Glass · 5 years ago
  15. 4c65025 binman: Support ELF files for TPL by Simon Glass · 5 years ago
  16. a6a520e binman: Correct comment in u_boot_spl_elf by Simon Glass · 5 years ago
  17. c444b1a binman: Use tools compression function for blob handling by Simon Glass · 5 years ago
  18. 9382bb8 binman: Drop unnecessary debug handling by Simon Glass · 5 years ago
  19. ff5c7e3 binman: Use the tools.Decompress method by Simon Glass · 5 years ago
  20. 07d9e70 patman: Add functions to compress and decompress data by Simon Glass · 5 years ago
  21. aa88b50 binman: Allow text directly in the node by Simon Glass · 5 years ago
  22. cf54904 binman: Update entry.SetOffsetSize to be optional by Simon Glass · 5 years ago
  23. fa1c937 binman: Don't assume there is an ME region by Simon Glass · 5 years ago
  24. 79a0176 binman: Assume Intel descriptor is at the start of the image by Simon Glass · 5 years ago
  25. 86679ce binman: Ensure that coverage has access to site packages by Simon Glass · 5 years ago
  26. d8d4074 binman: Add a function to decode an ELF file by Simon Glass · 5 years ago
  27. f58558a binman: Add a function to create a sample ELF file by Simon Glass · 5 years ago
  28. 45cb9d8 binman: Detect skipped tests by Simon Glass · 5 years ago
  29. 458be45 binman: Use a better error for missing Intel descriptor by Simon Glass · 5 years ago
  30. 497409f binman: Tidy up help for --indir by Simon Glass · 5 years ago
  31. ed7dd5e binman: Add missing comments toentry by Simon Glass · 5 years ago
  32. 36b246e binman: Add missing comments to bsection by Simon Glass · 5 years ago
  33. c7d8035 binman: Add a --toolpath option to set the tool search path by Simon Glass · 5 years ago
  34. 45f449b binman: Add coverage tools info for Python 3 by Simon Glass · 5 years ago
  35. 093d168 binman: Correct two typos in function names in ftest by Simon Glass · 5 years ago
  36. 4522852 binman: Fix comment in bsection.GetEntries() by Simon Glass · 5 years ago
  37. 5385f5a binman: Update the README.entries file by Simon Glass · 5 years ago
  38. 55660d0 binman: Document parallel tests by Simon Glass · 5 years ago
  39. eb546ac binman: Read map files as text by Simon Glass · 5 years ago
  40. 1fc62de binman: Fix up a format string in AssertInList() by Simon Glass · 5 years ago
  41. e16b7b6 binman: Update 'text' entry for Python 3 by Simon Glass · 5 years ago
  42. f3a58c8 patman: Update fmap code for Python 3 by Simon Glass · 5 years ago
  43. 0199d19 binman: Update entry_test to support Python 3 by Simon Glass · 5 years ago
  44. c6c10e7 binman: Convert to use bytes type by Simon Glass · 5 years ago
  45. 58632a7 binman: Avoid changing a dict during iteration by Simon Glass · 5 years ago
  46. e6d85ff binman: Handle repeated bytes for Python 3 by Simon Glass · 5 years ago
  47. 6d1d641 binman: Drop an unused input file by Simon Glass · 5 years ago
  48. b8f0876 binman: Use binary mode when compressing data by Simon Glass · 5 years ago
  49. 1d0ebf7 tools: binman: Open all binary files in binary mode by Simon Glass · 5 years ago
  50. 5097915 binman: Use items() instead of iteritems() by Simon Glass · 5 years ago
  51. d141f6c binman: Remove use of Set() by Simon Glass · 5 years ago
  52. 35343dc binman: Don't show errors for failed tests by Simon Glass · 5 years ago
  53. 2ca8468 binman: Convert print statements to Python 3 by Simon Glass · 5 years ago
  54. 9481c80 binman: Allow sections to have an offset by Simon Glass · 5 years ago
  55. 0b96f6e binman: Add a missing comment in Entry_vblock by Simon Glass · 5 years ago
  56. eb833d8 binman: Don't show image-skip message by default by Simon Glass · 5 years ago
  57. 5203258 binman: Don't generate an error in 'text' entry constructor by Simon Glass · 5 years ago
  58. 4b6dbaa binman: Set the pathname correctly for ELF files by Simon Glass · 6 years ago
  59. 26cc8fc binman: Drop an unnecessary comma in blob handling by Simon Glass · 6 years ago
  60. a3c0055 binman: Add a way to enable debugging from the build by Simon Glass · 6 years ago
  61. 3ae192c binman: Add a test for Intel reference code by Simon Glass · 6 years ago
  62. 27fb0cf binman: Add support for Intel reference code by Simon Glass · 6 years ago
  63. 741f2d6 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  64. 11ae93e binman: Run tests concurrently by Simon Glass · 6 years ago
  65. 86af511 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  66. e0e6275 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  67. ed59e00 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  68. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  69. 163ed6c binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  70. fe1ae3e binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  71. f8f8df6 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  72. 08723a7 binman: Record the parent section of each section by Simon Glass · 6 years ago
  73. f025363 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  74. e0e5df9 binman: Support hashing entries by Simon Glass · 6 years ago
  75. 9c888cc binman: Mention section attributes in docs by Simon Glass · 6 years ago
  76. ba64a0b binman: Support expanding entries by Simon Glass · 6 years ago
  77. 0a98b28 binman: Support adding files by Simon Glass · 6 years ago
  78. b4e1a38 binman: Allow zero-size sections by Simon Glass · 6 years ago
  79. 83d73c2 binman: Support compressed entries by Simon Glass · 6 years ago
  80. 6ed45ba binman: Support updating all device tree files by Simon Glass · 6 years ago
  81. 93d1741 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  82. 539aece binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
  83. f46621d binman: Centralise device-tree updates within binman by Simon Glass · 6 years ago
  84. 2a72cc7 binman: Move state logic into the state module by Simon Glass · 6 years ago
  85. c55a50f binman: Move state information into a new module by Simon Glass · 6 years ago
  86. 6c234bf binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
  87. fa80c25 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  88. 0bfa7b0 binman: Support building a selection of images by Simon Glass · 6 years ago
  89. a326b49 binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  90. 35b384c binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  91. 0b48936 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  92. d178eab binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  93. f069303 binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  94. 9d368f3 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  95. 94b57db binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  96. 383d256 binman: fix a few typos in documentation by Michael Heimpold · 6 years ago
  97. cee02e6 binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  98. 15a587c binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  99. 7e7c587 binman: Rename ReadContents() to ReadBlobContents() by Simon Glass · 6 years ago
  100. 1be70d2 binman: Show the image position in the map by Simon Glass · 6 years ago