1. ec127af binman: Add support for a cros_ec image by Simon Glass · 6 years ago
  2. 11e36cc binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
  3. 5a5da7c binman: Create README.entries by Simon Glass · 6 years ago
  4. fd8d1f7 binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  5. 3fb397b binman: Expand documentation for entries by Simon Glass · 6 years ago
  6. 9b1a804 binman: Allow help to work without libfdt by Simon Glass · 6 years ago
  7. bb74837 binman: Support an entry that holds text by Simon Glass · 6 years ago
  8. 53af22a binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  9. dc08ecc dtoc: Add missing comments to fdt_util by Simon Glass · 6 years ago
  10. dbf6be9 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  11. 8122f39 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
  12. ea6922e binman: Tidy up some comments in the tests by Simon Glass · 6 years ago
  13. b2b0df8 binman: Add comments to elf_test by Simon Glass · 6 years ago
  14. 3ab9598 binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  15. 46d61a2 binman: Don't depend on dict order in ELF testOutsideFile() by Simon Glass · 6 years ago
  16. 6080170 tools: genboardscfg: move buildman path to first by Peng Fan · 6 years ago
  17. 2ae23a2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  18. b8a48fb patman: Split alias entries on arbitrary whitespace by Adam Sampson · 6 years ago
  19. 4a8b6e0 mkimage: fit_image: Use macros from image.h by Michal Simek · 6 years ago
  20. 7e1a048 tools/imximage: get HAB information from header by Holger Dengler · 6 years ago
  21. 12308b1 lib: fdtdec: Rename routine fdtdec_setup_memory_size() by Siva Durga Prasad Paladugu · 6 years ago
  22. 795f452 mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · 6 years ago
  23. 87925df mkimage: Refactor imagetool_get_source_date to take command name by Alex Kiernan · 6 years ago
  24. 7346c1e vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
  25. 72239fc vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  26. 16b8d6b binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  27. 078ab1a binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  28. ecab897 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  29. 0a4357c binman: Complete documentation of stages by Simon Glass · 6 years ago
  30. 116adec dtoc: Add functions to add integer properties by Simon Glass · 6 years ago
  31. fe57c78 dtoc: Avoid unwanted output during tests by Simon Glass · 6 years ago
  32. 8512ea2 dtoc: Increase code coverage to 100% by Simon Glass · 6 years ago
  33. c3f9454 binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  34. ba76521 dtoc: Add a test for code coverage by Simon Glass · 6 years ago
  35. dfe5f5b dtoc: Fix some minor errors by Simon Glass · 6 years ago
  36. 760b717 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  37. b9066ff dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · 6 years ago
  38. f9b88b3 dtoc: Keep track of property offsets by Simon Glass · 6 years ago
  39. 2a2d91d dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  40. 9606624 dtoc: Drop use of a local dtb buffer by Simon Glass · 6 years ago
  41. 117f57b dtoc: Make use of the new pylibfdt methods by Simon Glass · 6 years ago
  42. 57f0bc4 dtoc: Update tests to write failures to /tmp by Simon Glass · 6 years ago
  43. 2ba9875 dtoc: Add some tests for the fdt module by Simon Glass · 6 years ago
  44. ff1fd6c binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  45. 3def0cf libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  46. 5c89023 binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  47. 2cd0128 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  48. 736bb0a binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  49. adc5701 binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  50. 1835cd2 binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  51. 16d836c binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  52. 168de20 Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · 6 years ago
  53. 3925b2a fw_printenv: Don't bail out directly after one env read error by Joe Hershberger · 6 years ago
  54. a60aedf patman: Support using a particular SMTP server by Simon Glass · 6 years ago
  55. fe6ef1e patman: add test for SPDX license by Chris Packham · 6 years ago
  56. 4fb3502 patman: add option for limiting the Cc list by Chris Packham · 6 years ago
  57. dd0ee9e fdtgrep: Separate out checking of two allocations by Simon Glass · 6 years ago
  58. e178db1 fdtgrep: Fix logic of free() in do_fdtgrep() by Simon Glass · 6 years ago
  59. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  60. 94b233f tools: env: Use getline rather than fgets when reading config/script by Alex Kiernan · 6 years ago
  61. 844e5b2 binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  62. c8d48ef binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
  63. 3b0c382 binman: Add support for outputing a map file by Simon Glass · 6 years ago
  64. 7ae5f31 binman: Tidy up some docs and comments by Simon Glass · 6 years ago
  65. 084059a binman: Allow a single test to be executed by Simon Glass · 6 years ago
  66. 258fb0e binman: Add documentation for pos-unset property by Simon Glass · 6 years ago
  67. 1854695 binman: Add support for sections by Simon Glass · 6 years ago
  68. badf0ec binman: Avoid setting sys.path globally by Simon Glass · 6 years ago
  69. 25ac0e6 binman: Rename Entry property to 'section' by Simon Glass · 6 years ago
  70. f55382b binman: Rename ELF parameters to 'section' by Simon Glass · 6 years ago
  71. 8f1da50 binman: Refactor much of the image code into 'section' by Simon Glass · 6 years ago
  72. dd57c13 binman: Allow unit addresses for binaries by Simon Glass · 6 years ago
  73. 48ae412 buildman: Add support for environment delta in summary by Alex Kiernan · 6 years ago
  74. 0ddc510 buildman: Extract environment as part of each build by Alex Kiernan · 6 years ago
  75. 4225a4e patman: Fix unit tests for SPDX by Simon Glass · 6 years ago
  76. 1aef95a logos: provide U-Boot logo by Heinrich Schuchardt · 6 years ago
  77. db405d1 scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · 6 years ago
  78. 4c58d27 buildman: support newer gcc versions from kernel.org by Daniel Schwierzeck · 6 years ago
  79. 409fc02 tools: buildman: Don't use the working dir as build dir by Lothar Waßmann · 6 years ago
  80. 57a72d0 SPDX: Correct SPDX tags from recent xilinx merge by Tom Rini · 6 years ago
  81. 3b52847 Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 6 years ago
  82. 6915dcf tools: zynqmpimage: Add bif support by Alexander Graf · 6 years ago
  83. e384cdf tools: zynqmpimage: Move defines to header by Alexander Graf · 6 years ago
  84. e9dbfb3 tools: zynqmpimage: Add partition read support by Alexander Graf · 6 years ago
  85. 3aba3fd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  86. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  87. b14619b tools/file2include: avoid incorrect comments by Heinrich Schuchardt · 6 years ago
  88. e75ac70 tools/file2include: create Linux style SPDX header by Heinrich Schuchardt · 6 years ago
  89. cece78f tools: socfpga: Add SFP image V1 support by Marek Vasut · 6 years ago
  90. 9f0021a tools: socfpga: Stop using global struct socfpga_image by Marek Vasut · 6 years ago
  91. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  92. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  93. b25f8e2 Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  94. 8c84287 tools: mkimage: Check for datafile when type is script by Alex Kiernan · 6 years ago
  95. c3b115f tools: mkenvimage: Fix possible segfault on stdin input by Alexander Dahl · 6 years ago
  96. 3559028 tools: mkenvimage: Fix read() stdin error handling by Alexander Dahl · 6 years ago
  97. f3c3262 Revert "imximage: Remove failure when no IVT offset is found" by Fabio Estevam · 6 years ago
  98. af1b492 tools/imximage: Fix fruity lack of 0x prefix in DCD Blocks by Bryan O'Donoghue · 6 years ago
  99. ebca902 Merge git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  100. 8519c9c tools/imximage: use 0x prefix in HAB Blocks line by Rasmus Villemoes · 7 years ago