1. 871820d tools: mkenvimage: Always consider non-regular files by Andre Przywara · 5 years ago
  2. edc33d0 tools: mkenvimage: Fix reading from slow pipe by Andre Przywara · 5 years ago
  3. abf8eb2 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · 5 years ago
  4. 1469090 trace: do not limit trace buffer to 2GiB by Heinrich Schuchardt · 5 years ago
  5. 1bc0686 Add a simple script to remove boards by Simon Glass · 6 years ago
  6. 102b21c patman: Update cover-coverage tests for Python 3 by Simon Glass · 6 years ago
  7. 17b84eb binman: Update the README.entries file by Simon Glass · 6 years ago
  8. 1aeb751 binman: Document parallel tests by Simon Glass · 6 years ago
  9. b377475 binman: Read map files as text by Simon Glass · 6 years ago
  10. 848cdb5 binman: Fix up a format string in AssertInList() by Simon Glass · 6 years ago
  11. 13e1c6a binman: Update 'text' entry for Python 3 by Simon Glass · 6 years ago
  12. 616933dd patman: Update fmap code for Python 3 by Simon Glass · 6 years ago
  13. cb7b8d7 binman: Update entry_test to support Python 3 by Simon Glass · 6 years ago
  14. 303f62f binman: Convert to use bytes type by Simon Glass · 6 years ago
  15. 4277543 binman: Avoid changing a dict during iteration by Simon Glass · 6 years ago
  16. 0696ee6 patman: Allow reading files in text mode by Simon Glass · 6 years ago
  17. 534eda9 dtoc: Update dtb_platdata to support Python 3 by Simon Glass · 6 years ago
  18. c69b450 dtoc: Update fdt_util for Python 3 by Simon Glass · 6 years ago
  19. 5872f0c dtoc: Add a unit test for BytesToValue() by Simon Glass · 6 years ago
  20. b0a34a4 dtoc: Test full 64-bit properties with FdtCellsToCpu() by Simon Glass · 6 years ago
  21. 80d54ee dtoc: Use binary mode for reading files by Simon Glass · 6 years ago
  22. a57cfee dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · 6 years ago
  23. 74b472e dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · 6 years ago
  24. 1cd4008 dtoc: Use byte type instead of str in fdt by Simon Glass · 6 years ago
  25. d8f593f dtoc: Updates BytesToValue() for Python 3 by Simon Glass · 6 years ago
  26. b73d448 dtoc: Move BytesToValue() out of the Prop class by Simon Glass · 6 years ago
  27. 6bbfafb dtoc: Use GetBytes() to obtain repeating bytes by Simon Glass · 6 years ago
  28. c82de56 dtoc: Sort platdata output from dtoc by Simon Glass · 6 years ago
  29. 61b88e5 dtoc: Adjust code for Python 3 by Simon Glass · 6 years ago
  30. 24b86ce patman: Don't require Python 2 by Simon Glass · 6 years ago
  31. b097696 patman: Tidy up a few more unicode conversions by Simon Glass · 6 years ago
  32. 4f81789 patman: Adjust functional tests for Python 3 by Simon Glass · 6 years ago
  33. aa82db6 patman: Avoid unicode type in settings unit tests by Simon Glass · 6 years ago
  34. 3ab178f patman: Sort series output for repeatabily by Simon Glass · 6 years ago
  35. 8bb7a7a patman: Move unicode helpers to tools by Simon Glass · 6 years ago
  36. 68475f9 patman: Support use of stringIO in Python 3 by Simon Glass · 6 years ago
  37. ac0d495 binman: Handle repeated bytes for Python 3 by Simon Glass · 6 years ago
  38. 12a74f4 binman: Drop an unused input file by Simon Glass · 6 years ago
  39. 3861cc4 binman: Use binary mode when compressing data by Simon Glass · 6 years ago
  40. d8e9bca patman: Provide a way to get program output in binary mode by Simon Glass · 6 years ago
  41. 116236f tools: dtoc: Open all binary files in binary mode by Simon Glass · 6 years ago
  42. 3348666 tools: binman: Open all binary files in binary mode by Simon Glass · 6 years ago
  43. 5f3645b binman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  44. 1001737 patman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  45. 4aea954 binman: Remove use of Set() by Simon Glass · 6 years ago
  46. d1ba61c binman: Don't show errors for failed tests by Simon Glass · 6 years ago
  47. 7cca27d binman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  48. 23b8a19 patman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  49. 390455c patman: Update cros_subprocess to use bytes by Simon Glass · 6 years ago
  50. 3d5d418 moveconfig: expand simple expressions by Markus Klotzbuecher · 6 years ago
  51. ad4f3d0 fw_env: Add missing write failure check by Alex Kiernan · 5 years ago
  52. 8d9b9f7 tools: add tools/spl_size_limit to ignore list by Simon Goldschmidt · 5 years ago
  53. c272283 spl: add overall SPL size check by Simon Goldschmidt · 6 years ago
  54. f3a2c5a Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot by Tom Rini · 6 years ago
  55. 3b59d22 mkimage: change stm32image header to manage binary information by Patrick Delaunay · 6 years ago
  56. 91c54a4 buildman: Deal more nicely with invalid build-status file by Simon Glass · 6 years ago
  57. bff733f tools: use read-only mmap in fit_check_sign by Luca Boccassi · 6 years ago
  58. b5d3647 arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot images by Lokesh Vutla · 6 years ago
  59. 76f7259 tools: k3_get_x509 cert: Add a script to generate x509 certificate for K3 devices by Lokesh Vutla · 6 years ago
  60. d00d6b5 Make FIT support really optional by Fabrice Fontaine · 6 years ago
  61. eb023b3 binman: Allow sections to have an offset by Simon Glass · 6 years ago
  62. 0d46559 binman: Add a missing comment in Entry_vblock by Simon Glass · 6 years ago
  63. b4595d8 binman: Don't show image-skip message by default by Simon Glass · 6 years ago
  64. 65c7b52 binman: Don't generate an error in 'text' entry constructor by Simon Glass · 6 years ago
  65. f60f751 env: add missing newline by Philip Molloy · 6 years ago
  66. 55f6254 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  67. 2daa62a tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS by Fabrice Fontaine · 6 years ago
  68. da575f5 kwbimage: fixing the issue with proper return code checking by Young Xiao · 6 years ago
  69. 4d1734d fw_env: Fix double free by Björn Stenberg · 6 years ago
  70. 701c401 dtb_platdata.py: prevent define generation of alias by Heiko Schocher · 6 years ago
  71. 3fa338d arm: mach-k3: Add secure device build support by Andrew F. Davis · 6 years ago
  72. c611561 tools/Makefile: get openssl CFLAGS from pkg-config by Pierre Bourdon · 6 years ago
  73. 8540b63 Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  74. 229b0e5 tools: kwbimage: don't adjust for image_header for Armada MSYS by Chris Packham · 6 years ago
  75. 408abe9 fdt: Fix mkimage list to try every header type by Jordan Hand · 6 years ago
  76. 56a3161 Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  77. 7ac69ab tools/Makefile: build host tools with -std=gnu99 by Thomas Petazzoni · 6 years ago
  78. 10e3194 tools/imx8m_image.sh: remove bashism by Baruch Siach · 6 years ago
  79. 7e0cb5e tools: fit_image: Add the loadable property to configs by Abel Vesa · 6 years ago
  80. 256b7f9 fdt: Fix FIT header verification in mkimage and conduct same checks as bootm by Jordan Hand · 6 years ago
  81. b3f9dd9 Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  82. df4e805 buildman: fix typo by Chris Packham · 6 years ago
  83. 9e90d31 buildman: Write the environment out to an 'env' file by Simon Glass · 6 years ago
  84. 659741c armv7R: K3: am654: Fix order of debug elements in x509 template by Andrew F. Davis · 6 years ago
  85. 73f6c7c moveconfig: add a second pass for empty #if/#endif blocks by Chris Packham · 6 years ago
  86. 8c1957a tools: dumpimage: Clarify help by Martyn Welch · 6 years ago
  87. cfd6ade tools: dumpimage: Add help option and make error paths consistent by Martyn Welch · 6 years ago
  88. 387963a tools: dumpimage: Simplify internal logic by Martyn Welch · 6 years ago
  89. 67a6a37 tools: dumpimage: Simplify arguments by Martyn Welch · 6 years ago
  90. 47d9599 tools: dumpimage: Provide more feedback on error by Martyn Welch · 6 years ago
  91. 0b0409c Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  92. 21958e4 Revert "tools: imx8image: set dcd_skip to true" by Fabio Estevam · 6 years ago
  93. 819abf8 tools: imx8image: use correct printf escape sequence by Heinrich Schuchardt · 6 years ago
  94. ba940d5 tests: dtoc: adapt tests to changed dtoc output by Simon Goldschmidt · 6 years ago
  95. a797b9b tools: zynqmpimage: Align image_size/image_stored_size by Michal Simek · 6 years ago
  96. 5a319e8 tools: zynqmpimage: round up partition size by Michael Tretter · 6 years ago
  97. 76d42c1 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  98. 31860f1 Fix typo: missmatched -> mismatched. by Vagrant Cascadian · 6 years ago
  99. 6d99b85 dtoc: make generated platdata structs const by Simon Goldschmidt · 6 years ago
  100. 4557263 buildman: Fix tabs in GetWrapper() by Simon Glass · 6 years ago