1. b5e1881 patman: Don't ignore lines starting with hash by Simon Glass · 4 years ago
  2. 9994baa patman: Fix spelling of plural for warning by Simon Glass · 4 years ago
  3. 8c17f8c patman: Convert testBasic() to use an interator by Simon Glass · 4 years ago
  4. 4af9987 patman: Add some tests for warnings by Simon Glass · 4 years ago
  5. 7457051 patman: Add a test for PatchStream tags by Simon Glass · 4 years ago
  6. 47f6295 patman: Drop unused signoff member by Simon Glass · 4 years ago
  7. dffa42c patman: Convert 'Series-xxx' tag errors into warnings by Simon Glass · 4 years ago
  8. 313ef5f patman: Attach warnings to individual patches by Simon Glass · 4 years ago
  9. b5cc399 patman: Move warning collection to a function by Simon Glass · 4 years ago
  10. 1cb1c0f patman: Fix up argument/return docs in patchstream by Simon Glass · 4 years ago
  11. e3a816b patman: Drop unused args in patchstream by Simon Glass · 4 years ago
  12. dd147ed patman: Rename variables in patchstream by Simon Glass · 4 years ago
  13. d93720e patman: Rename functions in patchstream by Simon Glass · 4 years ago
  14. 5769904 patman: Fix constant style in patchstream by Simon Glass · 4 years ago
  15. d06e55a patman: Fix indenting in patchstream by Simon Glass · 4 years ago
  16. f9e4284 patman: Allow linking a series with patchwork by Simon Glass · 4 years ago
  17. fca9911 patman: Fix remaining pylint3 warnings in func_test by Simon Glass · 4 years ago
  18. 366954f patman: Use capture_sys_output() consistently by Simon Glass · 4 years ago
  19. 427b028 patman: Fix whitespace errors in func_test by Simon Glass · 4 years ago
  20. e21c515 patman: Update how tests are run by Simon Glass · 4 years ago
  21. 4a9e578 patman: Correct operation of -n by Simon Glass · 4 years ago
  22. 08594d4 binman: Correct calculation for image-pos by Simon Glass · 4 years ago
  23. 271a083 binman: Update intel_ifwi to store padded section by Simon Glass · 4 years ago
  24. 2c31d7e Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years ago
  25. 29ef48e rockchip: mkimage: Remove host endianness dependency by Samuel Holland · 4 years ago
  26. 2424057 binman: Avoid calculated section data repeatedly by Simon Glass · 4 years ago
  27. 8f5ef89 binman: Support compression of sections by Simon Glass · 4 years ago
  28. 0ff83da binman: Use the actual contents in CheckSize() by Simon Glass · 4 years ago
  29. b004bf3 binman: Update CheckEntries() for compressed sections by Simon Glass · 4 years ago
  30. 0b65769 binman: Drop CheckEntries() by Simon Glass · 4 years ago
  31. 93f3c2e binman: Call CheckSize() from the section's Pack() method by Simon Glass · 4 years ago
  32. 601b69a binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years ago
  33. c1af7a8 binman: Move sort and expand to the main Pack() function by Simon Glass · 4 years ago
  34. 6ddd611 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years ago
  35. a9fad07 binman: Avoid reporting image-pos with compression by Simon Glass · 4 years ago
  36. 63e7ba6 binman: Set section contents in GetData() by Simon Glass · 4 years ago
  37. 97c3e9a binman: Store the original data before compression by Simon Glass · 4 years ago
  38. 7d398bb binman: Make section padding consistent with other entries by Simon Glass · 4 years ago
  39. d1d3ad7 binman: Move section padding to the parent by Simon Glass · 4 years ago
  40. 4a655c9 binman: Refactor _BuildSectionData() by Simon Glass · 4 years ago
  41. 17ea9f3 binman: Move section-building code into a function by Simon Glass · 4 years ago
  42. 4eec34c binman: Expand docs and test for alignment by Simon Glass · 4 years ago
  43. f90d906 binman: Expand docs and test for padding by Simon Glass · 4 years ago
  44. ef439ed binman: Update testPackExtra with more checks by Simon Glass · 4 years ago
  45. 9248c8d binman: Use 'files-compress' to set compression for files by Simon Glass · 4 years ago
  46. 87c9629 binman: Move CompressData() into Entry base class by Simon Glass · 4 years ago
  47. e6bed4f binman: Expand the error message for breaching a section by Simon Glass · 4 years ago
  48. 72628cd binman: Remove references to 'image' in entry_Section by Simon Glass · 4 years ago
  49. a812946 binman: Fix return from u-boot-ucode if there is no DT by Simon Glass · 4 years ago
  50. 680e3c6 binman: Give a sensible error if no command is given by Simon Glass · 4 years ago
  51. f2c0dd8 binman: Add tests for skip-at-start sections by Simon Glass · 4 years ago
  52. a4dfe3e binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years ago
  53. f324330 binman: Update the entry docs by Simon Glass · 4 years ago
  54. cb43ac1 dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years ago
  55. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  56. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years ago
  57. e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years ago
  58. 1b27273 dtoc: Order the structures internally by name by Simon Glass · 4 years ago
  59. e4fb5fa dtoc: Document the return value of scan_structs() by Simon Glass · 4 years ago
  60. 97136eb dtoc: Use a namedtuple for _links by Simon Glass · 4 years ago
  61. 26e408f dtoc: Extract inner loop from output_node() by Simon Glass · 4 years ago
  62. 18261b8 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years ago
  63. 3311eda tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years ago
  64. ad5fb9f mkimage: Skip adding non-existent IDs to a list by Naoki Hayama · 4 years ago
  65. e72a6be sunxi: binman: Add support for including SCP firmware by Samuel Holland · 4 years ago
  66. 18bd455 binman: Add support for SCP firmware by Samuel Holland · 4 years ago
  67. 68158d5 sunxi: binman: Update FIT component descriptions by Samuel Holland · 4 years ago
  68. b26536a binman: Only write FDT once per node by Samuel Holland · 4 years ago
  69. b9cca2c checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error by Alper Nebi Yasak · 4 years ago
  70. a6982a6 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 1 month ago
  71. 9885313 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · 4 years ago
  72. 1fa057b Kconfig: Create a new tools menu by Simon Glass · 4 years, 1 month ago
  73. 1d0dc5b tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1) by Ley Foon Tan · 4 years ago
  74. 963e17a tools: socfpgaimage: Add check params function for Arria 10 (v1) by Ley Foon Tan · 4 years, 1 month ago
  75. fb91d56 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 1 month ago
  76. 204aa78 binman: Show an error when a file is missing by Simon Glass · 4 years, 1 month ago
  77. 68de067 binman: sunxi: Add help message for missing sunxi ATF BL31 by Simon Glass · 4 years, 1 month ago
  78. b238143 binman: Support help messages for missing blobs by Simon Glass · 4 years, 1 month ago
  79. c0f1ebe binman: Allow selecting default FIT configuration by Simon Glass · 4 years, 1 month ago
  80. 4ec40a7 binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README by Alper Nebi Yasak · 4 years, 1 month ago
  81. 29cc091 binman: Allow resolving host-specific tools from env vars by Alper Nebi Yasak · 4 years, 1 month ago
  82. 1e4687a binman: Use target-specific tools when cross-compiling by Alper Nebi Yasak · 4 years, 1 month ago
  83. 5ac7687 binman: Support cross-compiling test files to x86 by Alper Nebi Yasak · 4 years, 1 month ago
  84. 76de29f buildman: Use git worktrees instead of git clones when possible by Alper Nebi Yasak · 4 years, 1 month ago
  85. 6cf9953 binman: Support generating FITs with multiple dtbs by Simon Glass · 4 years, 1 month ago
  86. dc2f81a binman: Add support for ATF BL31 by Simon Glass · 4 years, 1 month ago
  87. 8795898 binman: Move 'external' support into base class by Simon Glass · 4 years, 1 month ago
  88. e9d336d binman: Fix up a few missing comments by Simon Glass · 4 years, 1 month ago
  89. 3decfa3 binman: Allow entry args to be required by Simon Glass · 4 years, 1 month ago
  90. 2b522f1 tools: Drop unnecessary use of __file__ by Simon Glass · 4 years, 1 month ago
  91. 9fbfaba binman: Use pkg_resources to find resources by Simon Glass · 4 years, 1 month ago
  92. fe05701 binman: Build FIT image subentries with the section etype by Alper Nebi Yasak · 4 years, 1 month ago
  93. 3fdeb14 binman: Respect pad-before property of section subentries by Alper Nebi Yasak · 4 years, 1 month ago
  94. 8001d0b binman: Ignore hash*, signature* nodes in sections by Alper Nebi Yasak · 4 years, 1 month ago
  95. 7a1a01c Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 1 month ago
  96. d584648 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  97. a38cc17 moveconfig: Skip binary and ELF files by Simon Glass · 4 years, 2 months ago
  98. 02c1020 binman: Add a setup script for Python by Simon Glass · 4 years, 2 months ago
  99. 946ec85 dtoc: Add a setup script for Python by Simon Glass · 4 years, 2 months ago
  100. 0723798 binman: Correct some import statements by Simon Glass · 4 years, 2 months ago