1. 511f658 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  2. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  3. 04cda03 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  4. 752e755 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  5. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  6. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  7. cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
  8. b171423 binman: Support ELF files for U-Boot and SPL by Simon Glass · 6 years ago
  9. c64aea5 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
  10. 7c767ad binman: Record the parent section of each section by Simon Glass · 6 years ago
  11. 3fb4f42 binman: Support x86 microcode in TPL by Simon Glass · 6 years ago
  12. ae7cf03 binman: Support hashing entries by Simon Glass · 6 years ago
  13. 8004581 binman: Mention section attributes in docs by Simon Glass · 6 years ago
  14. fa79a81 binman: Support expanding entries by Simon Glass · 6 years ago
  15. ac6328c binman: Support adding files by Simon Glass · 6 years ago
  16. 2a7c4b6 binman: Allow zero-size sections by Simon Glass · 6 years ago
  17. 7ba3359 binman: Support compressed entries by Simon Glass · 6 years ago
  18. e219aa4 binman: Support updating all device tree files by Simon Glass · 6 years ago
  19. 3140201 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  20. 0c9d5b5 binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
  21. c8135dc binman: Centralise device-tree updates within binman by Simon Glass · 6 years ago
  22. bdb4031 binman: Move state logic into the state module by Simon Glass · 6 years ago
  23. 29aa736 binman: Move state information into a new module by Simon Glass · 6 years ago
  24. 3732ec3 binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
  25. eddd729 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  26. 3b376c3 binman: Support building a selection of images by Simon Glass · 6 years ago
  27. 639505b binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  28. ed40e96 binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  29. 267de43 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  30. 274bf09 binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  31. ee21d3a binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  32. 311d484 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  33. 0fb978c binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  34. 55c822d binman: fix a few typos in documentation by Michael Heimpold · 6 years ago
  35. 5463a6a binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  36. 24b9744 binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  37. 4a6989a binman: Rename ReadContents() to ReadBlobContents() by Simon Glass · 6 years ago
  38. 7eca792 binman: Show the image position in the map by Simon Glass · 6 years ago
  39. 8425a1f binman: Add support for adding TPL binaries by Simon Glass · 6 years ago
  40. 5c35016 binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
  41. c1ae83c binman: Add support for Chromium GBB by Simon Glass · 6 years ago
  42. 53f5399 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  43. db168d4 binman: Add support for a cros_ec image by Simon Glass · 6 years ago
  44. 704784b binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
  45. 7a61c6b binman: Create README.entries by Simon Glass · 6 years ago
  46. 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  47. f0c0748 binman: Expand documentation for entries by Simon Glass · 6 years ago
  48. 63a336b binman: Allow help to work without libfdt by Simon Glass · 6 years ago
  49. 2ca5203 binman: Support an entry that holds text by Simon Glass · 6 years ago
  50. 91710b3 binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  51. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  52. 3a9a2b8 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
  53. def77b5 binman: Tidy up some comments in the tests by Simon Glass · 6 years ago
  54. 4114f97 binman: Add comments to elf_test by Simon Glass · 6 years ago
  55. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  56. e6854aa binman: Don't depend on dict order in ELF testOutsideFile() by Simon Glass · 6 years ago
  57. a87014e binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  58. e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  59. 9230773 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  60. 29dae67 binman: Complete documentation of stages by Simon Glass · 6 years ago
  61. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  62. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  63. 2e1169f binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  64. 02e0fc6 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  65. 6ba679c binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  66. 820af1d binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  67. 09d3c8d binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  68. c2a849d binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  69. 2edb84e binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  70. 3b78d53 binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
  71. 3073266 binman: Add support for outputing a map file by Simon Glass · 6 years ago
  72. 1e32400 binman: Tidy up some docs and comments by Simon Glass · 6 years ago
  73. 5666f9a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  74. 4ba8d50 binman: Add documentation for pos-unset property by Simon Glass · 6 years ago
  75. a91e115 binman: Add support for sections by Simon Glass · 6 years ago
  76. 691198c binman: Avoid setting sys.path globally by Simon Glass · 6 years ago
  77. ad5a771 binman: Rename Entry property to 'section' by Simon Glass · 6 years ago
  78. 8a6f56e binman: Rename ELF parameters to 'section' by Simon Glass · 6 years ago
  79. eca3221 binman: Refactor much of the image code into 'section' by Simon Glass · 6 years ago
  80. e76a3e6 binman: Allow unit addresses for binaries by Simon Glass · 6 years ago
  81. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  82. c3c0b6d tools: Update python "help" tests to cope with "more" oddities by Tom Rini · 7 years ago
  83. ade2ef6 dtoc: Allow DTC environment variable to provide path to dtc by Simon Glass · 7 years ago
  84. be83bc7 binman: Add documentation for the symbol feature by Simon Glass · 7 years ago
  85. 4ca8e04 binman: Support accessing binman tables at run time by Simon Glass · 7 years ago
  86. 075a45c binman: Support enabling debug in tests by Simon Glass · 7 years ago
  87. d605152 binman: Adjust size of test SPL binary by Simon Glass · 7 years ago
  88. ff33925 binman: Add tests binaries with binman symbols by Simon Glass · 7 years ago
  89. d543125 binman: Drop a stale comment about the 'board' feature by Simon Glass · 7 years ago
  90. 0a6da31 binman: Add support for including spl/u-boot-spl-nodtb.bin by Simon Glass · 7 years ago
  91. 9aa6a6f binman: Add support for including spl/u-boot-spl.dtb by Simon Glass · 7 years ago
  92. 24ad365 binman: Add a function to read ELF symbols by Simon Glass · 7 years ago
  93. 9ba021c binman: Return non-zero exit code on test failure by Simon Glass · 7 years ago
  94. a409c93 binman: Add add test for using an Intel MRC binary by Simon Glass · 7 years ago
  95. 3d27423 binman: Add add test for SPL with a microcode pointer by Simon Glass · 7 years ago
  96. e83679d binman: Add a test for x86-start16-spl by Simon Glass · 7 years ago
  97. 7f94e83 binman: Add test for u-boot-spl-bss-pad by Simon Glass · 7 years ago
  98. 2c3cf45 binman: Check for files missing from test coverage by Simon Glass · 7 years ago
  99. 385e69b binman: Increase test coverage back to 100% by Simon Glass · 7 years ago
  100. ac59991 binman: Add a main program to the tests by Simon Glass · 7 years ago