1. 29ef48e rockchip: mkimage: Remove host endianness dependency by Samuel Holland · 4 years, 1 month ago
  2. 2424057 binman: Avoid calculated section data repeatedly by Simon Glass · 4 years, 1 month ago
  3. 8f5ef89 binman: Support compression of sections by Simon Glass · 4 years, 1 month ago
  4. 0ff83da binman: Use the actual contents in CheckSize() by Simon Glass · 4 years, 1 month ago
  5. b004bf3 binman: Update CheckEntries() for compressed sections by Simon Glass · 4 years, 1 month ago
  6. 0b65769 binman: Drop CheckEntries() by Simon Glass · 4 years, 1 month ago
  7. 93f3c2e binman: Call CheckSize() from the section's Pack() method by Simon Glass · 4 years, 1 month ago
  8. 601b69a binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years, 1 month ago
  9. c1af7a8 binman: Move sort and expand to the main Pack() function by Simon Glass · 4 years, 1 month ago
  10. 6ddd611 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years, 1 month ago
  11. a9fad07 binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
  12. 63e7ba6 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
  13. 97c3e9a binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
  14. 7d398bb binman: Make section padding consistent with other entries by Simon Glass · 4 years, 1 month ago
  15. d1d3ad7 binman: Move section padding to the parent by Simon Glass · 4 years, 1 month ago
  16. 4a655c9 binman: Refactor _BuildSectionData() by Simon Glass · 4 years, 1 month ago
  17. 17ea9f3 binman: Move section-building code into a function by Simon Glass · 4 years, 1 month ago
  18. 4eec34c binman: Expand docs and test for alignment by Simon Glass · 4 years, 1 month ago
  19. f90d906 binman: Expand docs and test for padding by Simon Glass · 4 years, 1 month ago
  20. ef439ed binman: Update testPackExtra with more checks by Simon Glass · 4 years, 1 month ago
  21. 9248c8d binman: Use 'files-compress' to set compression for files by Simon Glass · 4 years, 1 month ago
  22. 87c9629 binman: Move CompressData() into Entry base class by Simon Glass · 4 years, 1 month ago
  23. e6bed4f binman: Expand the error message for breaching a section by Simon Glass · 4 years, 1 month ago
  24. 72628cd binman: Remove references to 'image' in entry_Section by Simon Glass · 4 years, 1 month ago
  25. a812946 binman: Fix return from u-boot-ucode if there is no DT by Simon Glass · 4 years, 1 month ago
  26. 680e3c6 binman: Give a sensible error if no command is given by Simon Glass · 4 years, 1 month ago
  27. f2c0dd8 binman: Add tests for skip-at-start sections by Simon Glass · 4 years, 1 month ago
  28. a4dfe3e binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years, 1 month ago
  29. f324330 binman: Update the entry docs by Simon Glass · 4 years, 1 month ago
  30. cb43ac1 dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 2 months ago
  31. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  32. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years, 2 months ago
  33. e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
  34. 1b27273 dtoc: Order the structures internally by name by Simon Glass · 4 years, 2 months ago
  35. e4fb5fa dtoc: Document the return value of scan_structs() by Simon Glass · 4 years, 2 months ago
  36. 97136eb dtoc: Use a namedtuple for _links by Simon Glass · 4 years, 2 months ago
  37. 26e408f dtoc: Extract inner loop from output_node() by Simon Glass · 4 years, 2 months ago
  38. 18261b8 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 1 month ago
  39. 3311eda tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 1 month ago
  40. ad5fb9f mkimage: Skip adding non-existent IDs to a list by Naoki Hayama · 4 years, 2 months ago
  41. e72a6be sunxi: binman: Add support for including SCP firmware by Samuel Holland · 4 years, 1 month ago
  42. 18bd455 binman: Add support for SCP firmware by Samuel Holland · 4 years, 1 month ago
  43. 68158d5 sunxi: binman: Update FIT component descriptions by Samuel Holland · 4 years, 1 month ago
  44. b26536a binman: Only write FDT once per node by Samuel Holland · 4 years, 1 month ago
  45. b9cca2c checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error by Alper Nebi Yasak · 4 years, 2 months ago
  46. a6982a6 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
  47. 9885313 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · 4 years, 1 month ago
  48. 1fa057b Kconfig: Create a new tools menu by Simon Glass · 4 years, 2 months ago
  49. 1d0dc5b tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1) by Ley Foon Tan · 4 years, 2 months ago
  50. 963e17a tools: socfpgaimage: Add check params function for Arria 10 (v1) by Ley Foon Tan · 4 years, 2 months ago
  51. fb91d56 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 3 months ago
  52. 204aa78 binman: Show an error when a file is missing by Simon Glass · 4 years, 3 months ago
  53. 68de067 binman: sunxi: Add help message for missing sunxi ATF BL31 by Simon Glass · 4 years, 3 months ago
  54. b238143 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
  55. c0f1ebe binman: Allow selecting default FIT configuration by Simon Glass · 4 years, 3 months ago
  56. 4ec40a7 binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README by Alper Nebi Yasak · 4 years, 3 months ago
  57. 29cc091 binman: Allow resolving host-specific tools from env vars by Alper Nebi Yasak · 4 years, 3 months ago
  58. 1e4687a binman: Use target-specific tools when cross-compiling by Alper Nebi Yasak · 4 years, 3 months ago
  59. 5ac7687 binman: Support cross-compiling test files to x86 by Alper Nebi Yasak · 4 years, 3 months ago
  60. 76de29f buildman: Use git worktrees instead of git clones when possible by Alper Nebi Yasak · 4 years, 3 months ago
  61. 6cf9953 binman: Support generating FITs with multiple dtbs by Simon Glass · 4 years, 3 months ago
  62. dc2f81a binman: Add support for ATF BL31 by Simon Glass · 4 years, 3 months ago
  63. 8795898 binman: Move 'external' support into base class by Simon Glass · 4 years, 3 months ago
  64. e9d336d binman: Fix up a few missing comments by Simon Glass · 4 years, 3 months ago
  65. 3decfa3 binman: Allow entry args to be required by Simon Glass · 4 years, 3 months ago
  66. 2b522f1 tools: Drop unnecessary use of __file__ by Simon Glass · 4 years, 3 months ago
  67. 9fbfaba binman: Use pkg_resources to find resources by Simon Glass · 4 years, 3 months ago
  68. fe05701 binman: Build FIT image subentries with the section etype by Alper Nebi Yasak · 4 years, 3 months ago
  69. 3fdeb14 binman: Respect pad-before property of section subentries by Alper Nebi Yasak · 4 years, 3 months ago
  70. 8001d0b binman: Ignore hash*, signature* nodes in sections by Alper Nebi Yasak · 4 years, 3 months ago
  71. 7a1a01c Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 3 months ago
  72. d584648 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 3 months ago
  73. a38cc17 moveconfig: Skip binary and ELF files by Simon Glass · 4 years, 3 months ago
  74. 02c1020 binman: Add a setup script for Python by Simon Glass · 4 years, 4 months ago
  75. 946ec85 dtoc: Add a setup script for Python by Simon Glass · 4 years, 4 months ago
  76. 0723798 binman: Correct some import statements by Simon Glass · 4 years, 4 months ago
  77. 87d4332 binman: Move GetEntryModules() to control by Simon Glass · 4 years, 4 months ago
  78. 0c2b03c tools/imximage: fix DCD Blocks message output order by Matthias Schiffer · 4 years, 4 months ago
  79. c995d85 mkimage: fit: fix import of external data by Patrick Oppenlander · 4 years, 4 months ago
  80. ef40129 mkimage: fit: include image cipher in configuration signature by Patrick Oppenlander · 4 years, 4 months ago
  81. b33e5cc mkimage: fit: don't cipher ciphered data by Patrick Oppenlander · 4 years, 4 months ago
  82. 04aeebb mkimage: fit: handle FDT_ERR_NOSPACE when ciphering by Patrick Oppenlander · 4 years, 4 months ago
  83. c520266 mkimage: fit: only process one cipher node by Patrick Oppenlander · 4 years, 4 months ago
  84. 7b27e0f tools: env: Avoid an uninited warning with was_locked by Simon Glass · 4 years, 4 months ago
  85. d9cd4d2 tools: env: Fix printf() warning in fw_env by Simon Glass · 4 years, 4 months ago
  86. aaa91a4 fit_image: Use calloc() to fix reproducibility issue by Fabio Estevam · 4 years, 4 months ago
  87. 23552ba checkpatch: Don't allow common.h and dm.h in headers by Simon Glass · 4 years, 4 months ago
  88. 4620d46 patman: Fix up the test comments by Simon Glass · 4 years, 4 months ago
  89. db82015 fw_setenv: lock the flash only if it was locked before by Ivan Mikhaylov · 4 years, 4 months ago
  90. e9ab331 dtoc: remove compatible string aliases support by Walter Lozano · 4 years, 4 months ago
  91. dcb3ed6 dtoc: look for compatible string aliases in driver list by Walter Lozano · 4 years, 4 months ago
  92. e6385c7 Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 4 months ago
  93. 38f159c buildman: Show the build rate at the end by Simon Glass · 4 years, 4 months ago
  94. 3918dfa buildman: Correct the testOutputDir() unit test by Simon Glass · 4 years, 4 months ago
  95. 5a910b9 buildman: Allow using older versions of genboardscfg.py by Simon Glass · 4 years, 4 months ago
  96. 6c74d1b dtoc: add coverage test for unicode error by Walter Lozano · 4 years, 4 months ago
  97. 347e0f0 binman: Re-enable concurrent tests by Simon Glass · 4 years, 4 months ago
  98. 52b10dd binman: Don't change the descriptor in tests by Simon Glass · 4 years, 4 months ago
  99. e1db5c9 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 4 months ago
  100. 9497756 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 4 months ago