1. bdb4031 binman: Move state logic into the state module by Simon Glass · 6 years ago
  2. 29aa736 binman: Move state information into a new module by Simon Glass · 6 years ago
  3. 3732ec3 binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
  4. b8a4929 dtoc: Add a way to create an Fdt object from a data block by Simon Glass · 6 years ago
  5. ccd2526 dtoc: Add methods for adding and updating properties by Simon Glass · 6 years ago
  6. f3a1796 dtoc: Support adding new nodes by Simon Glass · 6 years ago
  7. c330b14 dtoc: Fixed endianness in Prop.GetEmpty() by Simon Glass · 6 years ago
  8. eddd729 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  9. 3b376c3 binman: Support building a selection of images by Simon Glass · 6 years ago
  10. 639505b binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  11. ed40e96 binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  12. 267de43 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  13. 274bf09 binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  14. ee21d3a binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  15. 2dc9eba Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  16. 0e428ee tools: kwboot: Make kwboot more robust on a38x by Jon Nettleton · 6 years ago
  17. 55c822d binman: fix a few typos in documentation by Michael Heimpold · 6 years ago
  18. 59b6ba7 armv8: K3: am654: Introduce FIT generator script by Lokesh Vutla · 6 years ago
  19. fc49786 tools: mkimage: Ensure munmap unmaps the same length that was mapped by Mark Tomlinson · 6 years ago
  20. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  21. cc3c72e include/version.h: workaround sysroot inc order by Matt Weber · 6 years ago
  22. fa73c1c patman: Correct unit test failure by Simon Glass · 6 years ago
  23. b474c76 libfdt: Update to latest pylibfdt implementation by Simon Glass · 6 years ago
  24. ab7e8a1 tools: kwboot: properly quit when read() returns 0 by Willy Tarreau · 6 years ago
  25. e8f8a7c tools: kwboot: unbreak terminal-only mode by Willy Tarreau · 6 years ago
  26. 5463a6a binman: Adjust _GetPropTree() parameters by Simon Glass · 6 years ago
  27. 24b9744 binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
  28. 4a6989a binman: Rename ReadContents() to ReadBlobContents() by Simon Glass · 6 years ago
  29. 7eca792 binman: Show the image position in the map by Simon Glass · 6 years ago
  30. 8425a1f binman: Add support for adding TPL binaries by Simon Glass · 6 years ago
  31. 5c35016 binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
  32. e2d6528 dtoc: Add a function to obtain a list of phandles by Simon Glass · 6 years ago
  33. f2eb054 patman: Show the current directory in GetInputFilename() by Simon Glass · 6 years ago
  34. c1ae83c binman: Add support for Chromium GBB by Simon Glass · 6 years ago
  35. 0362cd2 patman: Add a few more helpers to the tools library by Simon Glass · 6 years ago
  36. 6a8480b patman: Allow test commands to fall back to real ones by Simon Glass · 6 years ago
  37. aa1a5d7 dtoc: Export the _FindNode() function by Simon Glass · 6 years ago
  38. 53f5399 binman: Add an entry filled with a repeating byte by Simon Glass · 6 years ago
  39. db168d4 binman: Add support for a cros_ec image by Simon Glass · 6 years ago
  40. 704784b binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
  41. 7a61c6b binman: Create README.entries by Simon Glass · 6 years ago
  42. 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
  43. f0c0748 binman: Expand documentation for entries by Simon Glass · 6 years ago
  44. 63a336b binman: Allow help to work without libfdt by Simon Glass · 6 years ago
  45. 2ca5203 binman: Support an entry that holds text by Simon Glass · 6 years ago
  46. 91710b3 binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
  47. fe599c7 dtoc: Add missing comments to fdt_util by Simon Glass · 6 years ago
  48. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
  49. 3a9a2b8 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
  50. def77b5 binman: Tidy up some comments in the tests by Simon Glass · 6 years ago
  51. 4114f97 binman: Add comments to elf_test by Simon Glass · 6 years ago
  52. e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
  53. e6854aa binman: Don't depend on dict order in ELF testOutsideFile() by Simon Glass · 6 years ago
  54. f742ed3 tools: genboardscfg: move buildman path to first by Peng Fan · 6 years ago
  55. 258c996 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  56. 0265132 patman: Split alias entries on arbitrary whitespace by Adam Sampson · 6 years ago
  57. a4e678d mkimage: fit_image: Use macros from image.h by Michal Simek · 6 years ago
  58. 456ba31 tools/imximage: get HAB information from header by Holger Dengler · 6 years ago
  59. b3d55ea lib: fdtdec: Rename routine fdtdec_setup_memory_size() by Siva Durga Prasad Paladugu · 6 years ago
  60. 697fcdc mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · 6 years ago
  61. c4c7e0d mkimage: Refactor imagetool_get_source_date to take command name by Alex Kiernan · 6 years ago
  62. 9767bf4 vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
  63. e6a4783 vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  64. a87014e binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  65. e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  66. 9230773 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  67. 29dae67 binman: Complete documentation of stages by Simon Glass · 6 years ago
  68. e80c556 dtoc: Add functions to add integer properties by Simon Glass · 6 years ago
  69. 3bce93d dtoc: Avoid unwanted output during tests by Simon Glass · 6 years ago
  70. 961c1ce dtoc: Increase code coverage to 100% by Simon Glass · 6 years ago
  71. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  72. 0372540 dtoc: Add a test for code coverage by Simon Glass · 6 years ago
  73. c38fee04 dtoc: Fix some minor errors by Simon Glass · 6 years ago
  74. 609e2b1 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  75. c5eddc8 dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · 6 years ago
  76. 4df8a0c dtoc: Keep track of property offsets by Simon Glass · 6 years ago
  77. 9c52633 dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  78. 792d239 dtoc: Drop use of a local dtb buffer by Simon Glass · 6 years ago
  79. 151aeed dtoc: Make use of the new pylibfdt methods by Simon Glass · 6 years ago
  80. c47c2b3 dtoc: Update tests to write failures to /tmp by Simon Glass · 6 years ago
  81. 0ed5075 dtoc: Add some tests for the fdt module by Simon Glass · 6 years ago
  82. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  83. 70cd0d7 libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  84. 2e1169f binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  85. 02e0fc6 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  86. 6ba679c binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  87. 820af1d binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  88. 09d3c8d binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  89. c2a849d binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  90. 4c1192c Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · 6 years ago
  91. 42e5096 fw_printenv: Don't bail out directly after one env read error by Joe Hershberger · 6 years ago
  92. 8137e30 patman: Support using a particular SMTP server by Simon Glass · 6 years ago
  93. df0c6af patman: add test for SPDX license by Chris Packham · 6 years ago
  94. b84fb48 patman: add option for limiting the Cc list by Chris Packham · 6 years ago
  95. cea3b9e fdtgrep: Separate out checking of two allocations by Simon Glass · 6 years ago
  96. a95f014 fdtgrep: Fix logic of free() in do_fdtgrep() by Simon Glass · 6 years ago
  97. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  98. 66df4e2 tools: env: Use getline rather than fgets when reading config/script by Alex Kiernan · 6 years ago
  99. 2edb84e binman: Mark 'align-end' as implemented by Simon Glass · 6 years ago
  100. 3b78d53 binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago