1. 4b6dbaa binman: Set the pathname correctly for ELF files by Simon Glass · 6 years ago
  2. 26cc8fc binman: Drop an unnecessary comma in blob handling by Simon Glass · 6 years ago
  3. a3c0055 binman: Add a way to enable debugging from the build by Simon Glass · 6 years ago
  4. 3ae192c binman: Add a test for Intel reference code by Simon Glass · 6 years ago
  5. 27fb0cf binman: Add support for Intel reference code by Simon Glass · 6 years ago
  6. 741f2d6 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  7. 11ae93e binman: Run tests concurrently by Simon Glass · 6 years ago
  8. 86af511 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  9. e0e6275 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  10. ed59e00 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  11. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  12. 163ed6c binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  13. fe1ae3e binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  14. f8f8df6 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  15. 08723a7 binman: Record the parent section of each section by Simon Glass · 6 years ago
  16. f025363 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  17. e0e5df9 binman: Support hashing entries by Simon Glass · 6 years ago
  18. 9c888cc binman: Mention section attributes in docs by Simon Glass · 6 years ago
  19. ba64a0b binman: Support expanding entries by Simon Glass · 6 years ago
  20. 0a98b28 binman: Support adding files by Simon Glass · 6 years ago
  21. b4e1a38 binman: Allow zero-size sections by Simon Glass · 6 years ago
  22. 83d73c2 binman: Support compressed entries by Simon Glass · 6 years ago
  23. 6ed45ba binman: Support updating all device tree files by Simon Glass · 6 years ago
  24. 93d1741 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  25. 539aece binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
  26. f46621d binman: Centralise device-tree updates within binman by Simon Glass · 6 years ago
  27. 2a72cc7 binman: Move state logic into the state module by Simon Glass · 6 years ago
  28. c55a50f binman: Move state information into a new module by Simon Glass · 6 years ago
  29. 6c234bf binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
  30. fa80c25 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  31. 0bfa7b0 binman: Support building a selection of images by Simon Glass · 6 years ago
  32. a326b49 binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  33. 35b384c binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  34. 0b48936 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  35. d178eab binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  36. f069303 binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  37. 9d368f3 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  38. 94b57db binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  39. 383d256 binman: fix a few typos in documentation by Michael Heimpold · 6 years ago
  40. cee02e6 binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  41. 15a587c binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  42. 7e7c587 binman: Rename ReadContents() to ReadBlobContents() by Simon Glass · 6 years ago
  43. 1be70d2 binman: Show the image position in the map by Simon Glass · 6 years ago
  44. b8ef5b6 binman: Add support for adding TPL binaries by Simon Glass · 6 years ago
  45. 24d0d3c binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
  46. 0ef87aa binman: Add support for Chromium GBB by Simon Glass · 6 years ago
  47. 3af8e49 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  48. ec127af binman: Add support for a cros_ec image by Simon Glass · 6 years ago
  49. 11e36cc binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
  50. 5a5da7c binman: Create README.entries by Simon Glass · 6 years ago
  51. fd8d1f7 binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  52. 3fb397b binman: Expand documentation for entries by Simon Glass · 6 years ago
  53. 9b1a804 binman: Allow help to work without libfdt by Simon Glass · 6 years ago
  54. bb74837 binman: Support an entry that holds text by Simon Glass · 6 years ago
  55. 53af22a binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  56. dbf6be9 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  57. 8122f39 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
  58. ea6922e binman: Tidy up some comments in the tests by Simon Glass · 6 years ago
  59. b2b0df8 binman: Add comments to elf_test by Simon Glass · 6 years ago
  60. 3ab9598 binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  61. 46d61a2 binman: Don't depend on dict order in ELF testOutsideFile() by Simon Glass · 6 years ago
  62. 16b8d6b binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  63. 078ab1a binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  64. ecab897 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  65. 0a4357c binman: Complete documentation of stages by Simon Glass · 6 years ago
  66. c3f9454 binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  67. ff1fd6c binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  68. 5c89023 binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  69. 2cd0128 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  70. 736bb0a binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  71. adc5701 binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  72. 1835cd2 binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  73. 16d836c binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  74. 844e5b2 binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  75. c8d48ef binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
  76. 3b0c382 binman: Add support for outputing a map file by Simon Glass · 6 years ago
  77. 7ae5f31 binman: Tidy up some docs and comments by Simon Glass · 6 years ago
  78. 084059a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  79. 258fb0e binman: Add documentation for pos-unset property by Simon Glass · 6 years ago
  80. 1854695 binman: Add support for sections by Simon Glass · 6 years ago
  81. badf0ec binman: Avoid setting sys.path globally by Simon Glass · 6 years ago
  82. 25ac0e6 binman: Rename Entry property to 'section' by Simon Glass · 6 years ago
  83. f55382b binman: Rename ELF parameters to 'section' by Simon Glass · 6 years ago
  84. 8f1da50 binman: Refactor much of the image code into 'section' by Simon Glass · 6 years ago
  85. dd57c13 binman: Allow unit addresses for binaries by Simon Glass · 6 years ago
  86. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  87. 3759df0 tools: Update python "help" tests to cope with "more" oddities by Tom Rini · 7 years ago
  88. 3ed0de3 dtoc: Allow DTC environment variable to provide path to dtc by Simon Glass · 7 years ago
  89. 39c1502 binman: Add documentation for the symbol feature by Simon Glass · 7 years ago
  90. 1979063 binman: Support accessing binman tables at run time by Simon Glass · 7 years ago
  91. 7fe9173 binman: Support enabling debug in tests by Simon Glass · 7 years ago
  92. f689890 binman: Adjust size of test SPL binary by Simon Glass · 7 years ago
  93. 5cfcf7e binman: Add tests binaries with binman symbols by Simon Glass · 7 years ago
  94. 00ae40b binman: Drop a stale comment about the 'board' feature by Simon Glass · 7 years ago
  95. 4e6fdbe binman: Add support for including spl/u-boot-spl-nodtb.bin by Simon Glass · 7 years ago
  96. 47419ea binman: Add support for including spl/u-boot-spl.dtb by Simon Glass · 7 years ago
  97. b50e561 binman: Add a function to read ELF symbols by Simon Glass · 7 years ago
  98. 9677faa binman: Return non-zero exit code on test failure by Simon Glass · 7 years ago
  99. ca4f4ff binman: Add add test for using an Intel MRC binary by Simon Glass · 7 years ago
  100. 6b187df binman: Add add test for SPL with a microcode pointer by Simon Glass · 7 years ago