1. b95a519 Do not attempt to use the systemwide libfdt by Jan Kundrát · 7 years ago
  2. 76b9cba tools: image: fix message when fail to add verification data for config by Masahiro Yamada · 7 years ago
  3. 6793d01 tools: image: allow to sign image nodes without -K option by Masahiro Yamada · 7 years ago
  4. 1d88a99 tools: image: fix "algo" property of public key for verified boot by Masahiro Yamada · 7 years ago
  5. 84d46e7 tools: env: allow to print U-Boot version by Stefan Agner · 7 years ago
  6. 16067e6 tools: image: fix node name of signature node in FIT by Masahiro Yamada · 7 years ago
  7. 3b306c3 tools: env: Add embedded.c to .gitignore by Bin Meng · 7 years ago
  8. 7b7341d env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  9. 06d326d tools: bmp_logo: correctly interpret BMP files with larger headers by Jon Smith · 7 years ago
  10. a6e9810 tools/mkimage: Fix DTC run command to handle file names with space by Mirza, Taimoor · 7 years ago
  11. ce3ba45 moveconfig: fix error message in do_autoconf() by Chris Packham · 7 years ago
  12. bf52fcd cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  13. 3c2dff5 tools/fit_image.c: Update some return code paths by Tom Rini · 7 years ago
  14. 5d62aba rockchip: mkimage: add support for rk3128 soc by Kever Yang · 7 years ago
  15. 4e1102f kconfiglib: update with 'imply' support by Ulf Magnusson · 7 years ago
  16. 1f6049e tools/mkimage: Make the path to the dtc binary that mkimage calls configurable by Tom Rini · 7 years ago
  17. c07f382 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  18. 59ea8c2 tools: binman: Add a new entry type for Intel VBT by Bin Meng · 7 years ago
  19. d503114 dtoc: Add a header to the generated files by Simon Glass · 7 years ago
  20. 634eba4 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
  21. bc79617 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  22. 35d5037 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago
  23. 0d15463 dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  24. 8fed2eb dtoc: Rename is_phandle() and adjust it to return more detail by Simon Glass · 7 years ago
  25. 2925c26 dtoc: Make is_phandle() a member function by Simon Glass · 7 years ago
  26. 72ab7c5 dtoc: Use the Fdt's class's phandle map by Simon Glass · 7 years ago
  27. 09264e0 dtoc: Update the Fdt class to record phandles by Simon Glass · 7 years ago
  28. 5ec741f dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · 7 years ago
  29. c20ee0e dtoc: Add support for 32 or 64-bit addresses by Simon Glass · 7 years ago
  30. 21d54ac dtoc: Avoid very long lines in output by Simon Glass · 7 years ago
  31. fbdfd22 dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · 7 years ago
  32. 979ab02 dtoc: Adjust Node to record its parent by Simon Glass · 7 years ago
  33. d330e04 lib: at91: Add logo files used via API of DM_VIDEO by Wenyou Yang · 7 years ago
  34. ad89314 patman: Fix error when the email blacklist is missing by Simon Glass · 7 years ago
  35. 8a33cb8 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  36. e11aa60 patman: add support for omitting bouncing addresses by Chris Packham · 7 years ago
  37. c79d18c moveconfig: Use fd.write() instead of print >> by Simon Glass · 7 years ago
  38. 8639f69 genconfig.py: Print defconfig next to warnings by Simon Glass · 7 years ago
  39. 05e35d2 tools: pblimage: Fix address calculation by York Sun · 7 years ago
  40. eab44c9 tools: .gitignore: Add libfdt related files by Bin Meng · 7 years ago
  41. d11d3b2 tools: .gitignore: Sort in alphabetical order by Bin Meng · 7 years ago
  42. 84a4206 env: Add 'envtools' target to 'make help' by Simon Glass · 7 years ago
  43. 5733295 env: Fix operation of 'make environ' by Simon Glass · 7 years ago
  44. 2d3229b env: Fix out of tree building of tools-all by Tom Rini · 7 years ago
  45. 6935aec Makefile: Suppress output of python libfdt build command by Bin Meng · 7 years ago
  46. a5ab5c7 Makefile: Quiesce libfdt build by Bin Meng · 7 years ago
  47. 40fe89c fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · 7 years ago
  48. 4e76c07 imx: move imximage header to common location by Stefan Agner · 7 years ago
  49. f1a7ba1 Fix 'notes' typos by Anatolij Gustschin · 7 years ago
  50. 3809e30 Makefile: honor PYTHON configuration properly by Clément Bœsch · 7 years ago
  51. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  52. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  53. 0da5c2e rockchip: rk3368: mkimage: add support for the RK3368 by Philipp Tomsich · 7 years ago
  54. e94136b mips-relocs: Fix warning from gcc 6.3 by Paul Burton · 7 years ago
  55. 703ec9d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  56. 6821a74 RFC: moveconfig: Use toolchains from buildman by Simon Glass · 7 years ago
  57. dee36c7 moveconfig: Tidy up imply flag parsing by Simon Glass · 7 years ago
  58. 47a52cd dtc: mkimage: Add the possibility to specify DTC by Emmanuel Vadot · 7 years ago
  59. 7e99e14 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · 11 years ago
  60. 39632b4 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  61. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  62. db7cd4ed tools/kwbimage: fix v1 header verification by Baruch Siach · 7 years ago
  63. 37d108b tools/kwbimage.h: make offset marks style consistent by Baruch Siach · 7 years ago
  64. ed72741 tools/kwbimage: update the list of SoCs using v1 header by Baruch Siach · 7 years ago
  65. 8d3a256 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  66. 7feccfd binman: Put our local modules ahead of system modules by Simon Glass · 7 years ago
  67. c079192 dtoc: Add tests by Simon Glass · 7 years ago
  68. 30107b0 dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · 7 years ago
  69. fa0ea5b dtoc: Move the main logic into the dtb_platdata file by Simon Glass · 7 years ago
  70. 56e0bbe dtoc: Move static functions out of the class by Simon Glass · 7 years ago
  71. e36024b dtoc: Pass include_disabled explicitly by Simon Glass · 7 years ago
  72. 86290ce dtoc: Don't handle properties with / in them by Simon Glass · 7 years ago
  73. 2be282c dtoc: Fix pylint warnings by Simon Glass · 7 years ago
  74. 7581c01 dtoc: Split out the main class into its own file by Simon Glass · 7 years ago
  75. 14f5acf dtoc: Add a comment at the top by Simon Glass · 7 years ago
  76. 418355c dtoc: Use self._options instead of the global options by Simon Glass · 7 years ago
  77. cb00883 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · 7 years ago
  78. 9b2a2e8 moveconfig: Allow control of which implying configs are shown by Simon Glass · 7 years ago
  79. 2ddd85d moveconfig: Allow piping in 'git show --stat' output by Simon Glass · 7 years ago
  80. 2cce586 dtoc: Support multiple compatible strings in a node by Simon Glass · 7 years ago
  81. 99b6660 moveconfig: Support looking for implied CONFIG options by Simon Glass · 7 years ago
  82. d73fcb1 moveconfig: Support building a simple config database by Simon Glass · 7 years ago
  83. f3b8e64 moveconfig: Add a constant for auto.conf by Simon Glass · 7 years ago
  84. ddf91c6 moveconfig: Tidy up the documentation and add hints by Simon Glass · 7 years ago
  85. ee4e61b moveconfig: Allow reading the defconfig list from stdin by Simon Glass · 7 years ago
  86. 25f978c moveconfig: Support providing a path to the defconfig files by Simon Glass · 7 years ago
  87. 236776d rockchip: mkimage: add support for rk322x soc by Kever Yang · 7 years ago
  88. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  89. 79aa33c mkimage: fix display of image types list by Baruch Siach · 7 years ago
  90. 915e098 rockchip: mkimage: correct spl_size for rk3399 by Kever Yang · 7 years ago
  91. beca290 rkcommon.c: Remove unused rkcommon_spi_to_offset by Tom Rini · 7 years ago
  92. b9f7d88 powerpc, 5xx: remove some "5xx" remains by Heiko Schocher · 7 years ago
  93. 51855e8 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago
  94. 630dfed tools/tbot: update README by Heiko Schocher · 7 years ago
  95. 22929be rkcommon.c: Drop pointless assignment by Simon Glass · 7 years ago
  96. 9672515 fdtgrep: Deal with NULL data passed to check_type_include() by Simon Glass · 7 years ago
  97. 8cb3ce6 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  98. 56491f9 tools/kwbimage: Support building with LibreSSL by Marek Behún · 7 years ago
  99. aafbe82 buildman: properly translate strings for log and err files to ASCII by Daniel Schwierzeck · 7 years ago
  100. b0e994c buildman: disable localized and unicode output of all build tools by Daniel Schwierzeck · 7 years ago