1. 17b84eb binman: Update the README.entries file by Simon Glass · 6 years ago
  2. 1aeb751 binman: Document parallel tests by Simon Glass · 6 years ago
  3. b377475 binman: Read map files as text by Simon Glass · 6 years ago
  4. 848cdb5 binman: Fix up a format string in AssertInList() by Simon Glass · 6 years ago
  5. 13e1c6a binman: Update 'text' entry for Python 3 by Simon Glass · 6 years ago
  6. 616933dd patman: Update fmap code for Python 3 by Simon Glass · 6 years ago
  7. cb7b8d7 binman: Update entry_test to support Python 3 by Simon Glass · 6 years ago
  8. 303f62f binman: Convert to use bytes type by Simon Glass · 6 years ago
  9. 4277543 binman: Avoid changing a dict during iteration by Simon Glass · 6 years ago
  10. ac0d495 binman: Handle repeated bytes for Python 3 by Simon Glass · 6 years ago
  11. 12a74f4 binman: Drop an unused input file by Simon Glass · 6 years ago
  12. 3861cc4 binman: Use binary mode when compressing data by Simon Glass · 6 years ago
  13. 3348666 tools: binman: Open all binary files in binary mode by Simon Glass · 6 years ago
  14. 5f3645b binman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  15. 4aea954 binman: Remove use of Set() by Simon Glass · 6 years ago
  16. d1ba61c binman: Don't show errors for failed tests by Simon Glass · 6 years ago
  17. 7cca27d binman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  18. eb023b3 binman: Allow sections to have an offset by Simon Glass · 6 years ago
  19. 0d46559 binman: Add a missing comment in Entry_vblock by Simon Glass · 6 years ago
  20. b4595d8 binman: Don't show image-skip message by default by Simon Glass · 6 years ago
  21. 65c7b52 binman: Don't generate an error in 'text' entry constructor by Simon Glass · 6 years ago
  22. f109e77 binman: Set the pathname correctly for ELF files by Simon Glass · 6 years ago
  23. 8c9696e binman: Drop an unnecessary comma in blob handling by Simon Glass · 6 years ago
  24. e64a092 binman: Add a way to enable debugging from the build by Simon Glass · 6 years ago
  25. 41902e4 binman: Add a test for Intel reference code by Simon Glass · 6 years ago
  26. 72398c8 binman: Add support for Intel reference code by Simon Glass · 6 years ago
  27. 511f658 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  28. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  29. 04cda03 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  30. 752e755 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  31. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  32. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  33. cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  34. b171423 binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  35. c64aea5 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  36. 7c767ad binman: Record the parent section of each section by Simon Glass · 6 years ago
  37. 3fb4f42 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  38. ae7cf03 binman: Support hashing entries by Simon Glass · 6 years ago
  39. 8004581 binman: Mention section attributes in docs by Simon Glass · 6 years ago
  40. fa79a81 binman: Support expanding entries by Simon Glass · 6 years ago
  41. ac6328c binman: Support adding files by Simon Glass · 6 years ago
  42. 2a7c4b6 binman: Allow zero-size sections by Simon Glass · 6 years ago
  43. 7ba3359 binman: Support compressed entries by Simon Glass · 6 years ago
  44. e219aa4 binman: Support updating all device tree files by Simon Glass · 6 years ago
  45. 3140201 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  46. 0c9d5b5 binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
  47. c8135dc binman: Centralise device-tree updates within binman by Simon Glass · 6 years ago
  48. bdb4031 binman: Move state logic into the state module by Simon Glass · 6 years ago
  49. 29aa736 binman: Move state information into a new module by Simon Glass · 6 years ago
  50. 3732ec3 binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
  51. eddd729 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  52. 3b376c3 binman: Support building a selection of images by Simon Glass · 6 years ago
  53. 639505b binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  54. ed40e96 binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  55. 267de43 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  56. 274bf09 binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  57. ee21d3a binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  58. 311d484 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  59. 0fb978c binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  60. 55c822d binman: fix a few typos in documentation by Michael Heimpold · 6 years ago
  61. 5463a6a binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  62. 24b9744 binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  63. 4a6989a binman: Rename ReadContents() to ReadBlobContents() by Simon Glass · 6 years ago
  64. 7eca792 binman: Show the image position in the map by Simon Glass · 6 years ago
  65. 8425a1f binman: Add support for adding TPL binaries by Simon Glass · 6 years ago
  66. 5c35016 binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
  67. c1ae83c binman: Add support for Chromium GBB by Simon Glass · 6 years ago
  68. 53f5399 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  69. db168d4 binman: Add support for a cros_ec image by Simon Glass · 6 years ago
  70. 704784b binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
  71. 7a61c6b binman: Create README.entries by Simon Glass · 6 years ago
  72. 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  73. f0c0748 binman: Expand documentation for entries by Simon Glass · 6 years ago
  74. 63a336b binman: Allow help to work without libfdt by Simon Glass · 6 years ago
  75. 2ca5203 binman: Support an entry that holds text by Simon Glass · 6 years ago
  76. 91710b3 binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  77. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  78. 3a9a2b8 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
  79. def77b5 binman: Tidy up some comments in the tests by Simon Glass · 6 years ago
  80. 4114f97 binman: Add comments to elf_test by Simon Glass · 6 years ago
  81. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  82. e6854aa binman: Don't depend on dict order in ELF testOutsideFile() by Simon Glass · 6 years ago
  83. a87014e binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  84. e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  85. 9230773 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  86. 29dae67 binman: Complete documentation of stages by Simon Glass · 6 years ago
  87. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  88. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  89. 2e1169f binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  90. 02e0fc6 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  91. 6ba679c binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  92. 820af1d binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  93. 09d3c8d binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  94. c2a849d binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  95. 2edb84e binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  96. 3b78d53 binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
  97. 3073266 binman: Add support for outputing a map file by Simon Glass · 6 years ago
  98. 1e32400 binman: Tidy up some docs and comments by Simon Glass · 6 years ago
  99. 5666f9a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  100. 4ba8d50 binman: Add documentation for pos-unset property by Simon Glass · 6 years ago