1. 7f94e83 binman: Add test for u-boot-spl-bss-pad by Simon Glass · 7 years ago
  2. 2c3cf45 binman: Check for files missing from test coverage by Simon Glass · 7 years ago
  3. 385e69b binman: Increase test coverage back to 100% by Simon Glass · 7 years ago
  4. ac59991 binman: Add a main program to the tests by Simon Glass · 7 years ago
  5. 8f52136 binman: Add tests for importlib availability by Simon Glass · 7 years ago
  6. b339326 binman: Set up 'entry' to permit full test coverage by Simon Glass · 7 years ago
  7. c303b9a binman: Append to PYTHONPATH when running test coverage by Simon Glass · 7 years ago
  8. eb37e2d dtoc: Fix up tests by Simon Glass · 7 years ago
  9. 5e0f06d buildman: Fix up tests by Simon Glass · 7 years ago
  10. 2bfc697 buildman: Allow skipping of tests which use the network by Simon Glass · 7 years ago
  11. ab2dabc patman: Fix up tests to pass with newest checkpatch by Simon Glass · 7 years ago
  12. c5c7b1a binman: Disable the no-unit_address_vs_reg warnings by Simon Glass · 7 years ago
  13. 076e63b binman: Rename tests to ftest by Simon Glass · 7 years ago
  14. 151ba36 binman: Add a Makefile for test-program compilation by Simon Glass · 7 years ago
  15. 4b94ac9 binman: Add docs explaining how to enable binman for a board by Simon Glass · 7 years ago
  16. 2eee32b binman: Add better Makefile debugging by Simon Glass · 7 years ago
  17. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  18. fd3d375 tools: use files from scripts/dtc/libfdt where possible by Masahiro Yamada · 7 years ago
  19. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  20. 873de76 Do not attempt to use the systemwide libfdt by Jan Kundrát · 7 years ago
  21. fe391a7 tools: image: fix message when fail to add verification data for config by Masahiro Yamada · 7 years ago
  22. 0148676 tools: image: allow to sign image nodes without -K option by Masahiro Yamada · 7 years ago
  23. c1f137b tools: image: fix "algo" property of public key for verified boot by Masahiro Yamada · 7 years ago
  24. e5308f8 tools: env: allow to print U-Boot version by Stefan Agner · 7 years ago
  25. 2fc6b6f tools: image: fix node name of signature node in FIT by Masahiro Yamada · 7 years ago
  26. a3318ba tools: env: Add embedded.c to .gitignore by Bin Meng · 7 years ago
  27. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  28. 3eb4edf tools: bmp_logo: correctly interpret BMP files with larger headers by Jon Smith · 7 years ago
  29. 74a21dd tools/mkimage: Fix DTC run command to handle file names with space by Mirza, Taimoor · 7 years ago
  30. 1ebcbd1 moveconfig: fix error message in do_autoconf() by Chris Packham · 7 years ago
  31. a29829e cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  32. b828665 tools/fit_image.c: Update some return code paths by Tom Rini · 7 years ago
  33. 04a6c3f rockchip: mkimage: add support for rk3128 soc by Kever Yang · 7 years ago
  34. 1682e05 kconfiglib: update with 'imply' support by Ulf Magnusson · 7 years ago
  35. 0e17fc7 tools/mkimage: Make the path to the dtc binary that mkimage calls configurable by Tom Rini · 7 years ago
  36. 572d4f2 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  37. d7bcdf5 tools: binman: Add a new entry type for Intel VBT by Bin Meng · 7 years ago
  38. 68d32c7 dtoc: Add a header to the generated files by Simon Glass · 7 years ago
  39. 3deeb47 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
  40. fdec580 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  41. d0cd075 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago
  42. e94414b dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  43. ec3b5e4 dtoc: Rename is_phandle() and adjust it to return more detail by Simon Glass · 7 years ago
  44. ce5621d dtoc: Make is_phandle() a member function by Simon Glass · 7 years ago
  45. 17ffd62 dtoc: Use the Fdt's class's phandle map by Simon Glass · 7 years ago
  46. a3f9444 dtoc: Update the Fdt class to record phandles by Simon Glass · 7 years ago
  47. 90e5f0a dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · 7 years ago
  48. 1b1fe41 dtoc: Add support for 32 or 64-bit addresses by Simon Glass · 7 years ago
  49. 131e0b0 dtoc: Avoid very long lines in output by Simon Glass · 7 years ago
  50. fc3ae9c dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · 7 years ago
  51. 80ef705 dtoc: Adjust Node to record its parent by Simon Glass · 7 years ago
  52. 857ad80 lib: at91: Add logo files used via API of DM_VIDEO by Wenyou Yang · 7 years ago
  53. 52a0864 patman: Fix error when the email blacklist is missing by Simon Glass · 7 years ago
  54. 7293738 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  55. e8d2a12 patman: add support for omitting bouncing addresses by Chris Packham · 7 years ago
  56. 1c87931 moveconfig: Use fd.write() instead of print >> by Simon Glass · 7 years ago
  57. 2b72a07 genconfig.py: Print defconfig next to warnings by Simon Glass · 7 years ago
  58. 1fbf072 tools: pblimage: Fix address calculation by York Sun · 7 years ago
  59. eebd461 tools: .gitignore: Add libfdt related files by Bin Meng · 7 years ago
  60. 9a5e001 tools: .gitignore: Sort in alphabetical order by Bin Meng · 7 years ago
  61. 8e6f01f env: Add 'envtools' target to 'make help' by Simon Glass · 7 years ago
  62. 69eb8dd env: Fix operation of 'make environ' by Simon Glass · 7 years ago
  63. 282f270 env: Fix out of tree building of tools-all by Tom Rini · 7 years ago
  64. 0819b9e Makefile: Suppress output of python libfdt build command by Bin Meng · 7 years ago
  65. dde9ee8 Makefile: Quiesce libfdt build by Bin Meng · 7 years ago
  66. be3b78a fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · 7 years ago
  67. 2387509 imx: move imximage header to common location by Stefan Agner · 7 years ago
  68. da707d4 Fix 'notes' typos by Anatolij Gustschin · 7 years ago
  69. 5925a15 Makefile: honor PYTHON configuration properly by Clément Bœsch · 7 years ago
  70. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  71. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  72. e9ec868 rockchip: rk3368: mkimage: add support for the RK3368 by Philipp Tomsich · 7 years ago
  73. 0c193b3 mips-relocs: Fix warning from gcc 6.3 by Paul Burton · 7 years ago
  74. d3a278d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  75. 257f523 RFC: moveconfig: Use toolchains from buildman by Simon Glass · 7 years ago
  76. 5f09692 moveconfig: Tidy up imply flag parsing by Simon Glass · 7 years ago
  77. 7e08644 dtc: mkimage: Add the possibility to specify DTC by Emmanuel Vadot · 7 years ago
  78. 5a2b0f1 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · 12 years ago
  79. 9390f3d Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  80. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  81. 4a5b99b tools/kwbimage: fix v1 header verification by Baruch Siach · 7 years ago
  82. 3ef2e4e tools/kwbimage.h: make offset marks style consistent by Baruch Siach · 7 years ago
  83. 0576aa6 tools/kwbimage: update the list of SoCs using v1 header by Baruch Siach · 7 years ago
  84. 220fb22 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  85. dde3e71 binman: Put our local modules ahead of system modules by Simon Glass · 7 years ago
  86. 9d2eb92 dtoc: Add tests by Simon Glass · 7 years ago
  87. 2e0bf3f dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · 7 years ago
  88. 3fa797a dtoc: Move the main logic into the dtb_platdata file by Simon Glass · 7 years ago
  89. 7a2add1 dtoc: Move static functions out of the class by Simon Glass · 7 years ago
  90. eab3f62 dtoc: Pass include_disabled explicitly by Simon Glass · 7 years ago
  91. 761773f dtoc: Don't handle properties with / in them by Simon Glass · 7 years ago
  92. 1f730c8 dtoc: Fix pylint warnings by Simon Glass · 7 years ago
  93. d570dec dtoc: Split out the main class into its own file by Simon Glass · 7 years ago
  94. b7edba1 dtoc: Add a comment at the top by Simon Glass · 7 years ago
  95. 7427bf2 dtoc: Use self._options instead of the global options by Simon Glass · 7 years ago
  96. 4411633 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · 7 years ago
  97. 92e5558 moveconfig: Allow control of which implying configs are shown by Simon Glass · 7 years ago
  98. 452fa8e moveconfig: Allow piping in 'git show --stat' output by Simon Glass · 7 years ago
  99. 934be0b dtoc: Support multiple compatible strings in a node by Simon Glass · 7 years ago
  100. c6e73cf moveconfig: Support looking for implied CONFIG options by Simon Glass · 7 years ago