1. 2659068 tools: add a simple script to generate EFI variables by Paulo Alcantara · 4 years ago
  2. df054ef Merge tag 'dm-pull-30nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
  3. 6e89224 binman: Handle tool paths containing '~' correctly by Simon Glass · 4 years, 1 month ago
  4. 3dc0667 mips: octeon: tools: Add update_octeon_header tool by Stefan Roese · 4 years ago
  5. 791c747 tools: dumpimage: Remove remaining mentions of the -i option by Tyler Hicks · 4 years, 1 month ago
  6. 4ec40da tools: image-host.c: use correct variable for strerrno by Philippe Reynes · 4 years ago
  7. 95f2ab2 tools: image-host.c: use random instead of rand by Philippe Reynes · 4 years ago
  8. 4acc93c patman: Add a Series-patchwork-url option by Simon Glass · 4 years, 1 month ago
  9. 3d80d79 patman: Add a setting for the Patchwork URL by Simon Glass · 4 years, 1 month ago
  10. f9b03cf patman: Allow specifying the patchwork URL by Simon Glass · 4 years, 1 month ago
  11. 9bb0a8d patman: Update defaults in subparsers by Simon Glass · 4 years, 1 month ago
  12. 718f1a8 patman: Correct Change-Ids error message args by Simon Glass · 4 years, 1 month ago
  13. 1ee91c1 patman: Refactor how the default subcommand works by Simon Glass · 4 years, 1 month ago
  14. 2112d07 patman: Support listing comments from patchwork by Simon Glass · 4 years, 1 month ago
  15. da8a292 patman: Support parsing of review snippets by Simon Glass · 4 years, 1 month ago
  16. d0a0a58 patman: Support updating a branch with review tags by Simon Glass · 4 years, 1 month ago
  17. 3db916d patman: Support checking for review tags in patchwork by Simon Glass · 4 years, 1 month ago
  18. 1c1f207 patman: Detect missing upstream in CountCommitsToBranch by Simon Glass · 4 years, 1 month ago
  19. 8cf2364 patman: Improve handling of files by Simon Glass · 4 years, 1 month ago
  20. 5387de3 patman: Allow showing a Commit as a string by Simon Glass · 4 years, 1 month ago
  21. 5c906fb patman: Don't ignore lines starting with hash by Simon Glass · 4 years, 1 month ago
  22. 891316b patman: Fix spelling of plural for warning by Simon Glass · 4 years, 1 month ago
  23. 42e3d39 patman: Convert testBasic() to use an interator by Simon Glass · 4 years, 1 month ago
  24. 3b762cc patman: Add some tests for warnings by Simon Glass · 4 years, 1 month ago
  25. 06202d6 patman: Add a test for PatchStream tags by Simon Glass · 4 years, 1 month ago
  26. a7fadab patman: Drop unused signoff member by Simon Glass · 4 years, 1 month ago
  27. 8093a8f patman: Convert 'Series-xxx' tag errors into warnings by Simon Glass · 4 years, 1 month ago
  28. 6d00f6c patman: Attach warnings to individual patches by Simon Glass · 4 years, 1 month ago
  29. b580039 patman: Move warning collection to a function by Simon Glass · 4 years, 1 month ago
  30. 06127f9 patman: Fix up argument/return docs in patchstream by Simon Glass · 4 years, 1 month ago
  31. 5f6caa5 patman: Drop unused args in patchstream by Simon Glass · 4 years, 1 month ago
  32. f9b6e0f patman: Rename variables in patchstream by Simon Glass · 4 years, 1 month ago
  33. 93f61c0 patman: Rename functions in patchstream by Simon Glass · 4 years, 1 month ago
  34. 0602226 patman: Fix constant style in patchstream by Simon Glass · 4 years, 1 month ago
  35. c42b1d0 patman: Fix indenting in patchstream by Simon Glass · 4 years, 1 month ago
  36. a80986c patman: Allow linking a series with patchwork by Simon Glass · 4 years, 1 month ago
  37. eb209e5 patman: Fix remaining pylint3 warnings in func_test by Simon Glass · 4 years, 1 month ago
  38. 59a70bb patman: Use capture_sys_output() consistently by Simon Glass · 4 years, 1 month ago
  39. 95745aa patman: Fix whitespace errors in func_test by Simon Glass · 4 years, 1 month ago
  40. 350569e patman: Update how tests are run by Simon Glass · 4 years, 1 month ago
  41. 4318b71 patman: Correct operation of -n by Simon Glass · 4 years, 1 month ago
  42. eb943b1 binman: Correct calculation for image-pos by Simon Glass · 4 years, 1 month ago
  43. e17220f binman: Update intel_ifwi to store padded section by Simon Glass · 4 years, 1 month ago
  44. cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
  45. 67e862b rockchip: mkimage: Remove host endianness dependency by Samuel Holland · 4 years, 1 month ago
  46. a22e680 binman: Avoid calculated section data repeatedly by Simon Glass · 4 years, 1 month ago
  47. d92c836 binman: Support compression of sections by Simon Glass · 4 years, 1 month ago
  48. d99850b binman: Use the actual contents in CheckSize() by Simon Glass · 4 years, 1 month ago
  49. c5f4b48 binman: Update CheckEntries() for compressed sections by Simon Glass · 4 years, 1 month ago
  50. 2d9570d binman: Drop CheckEntries() by Simon Glass · 4 years, 1 month ago
  51. b193d46 binman: Call CheckSize() from the section's Pack() method by Simon Glass · 4 years, 1 month ago
  52. 6a6c1b7 binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years, 1 month ago
  53. bd668e3 binman: Move sort and expand to the main Pack() function by Simon Glass · 4 years, 1 month ago
  54. 55f6807 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years, 1 month ago
  55. acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
  56. 72eeff1 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
  57. 789b3440 binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
  58. bb39574 binman: Make section padding consistent with other entries by Simon Glass · 4 years, 1 month ago
  59. 510ef0f binman: Move section padding to the parent by Simon Glass · 4 years, 1 month ago
  60. ff1903a binman: Refactor _BuildSectionData() by Simon Glass · 4 years, 1 month ago
  61. d0850eb binman: Move section-building code into a function by Simon Glass · 4 years, 1 month ago
  62. afb9caa binman: Expand docs and test for alignment by Simon Glass · 4 years, 1 month ago
  63. d12599d binman: Expand docs and test for padding by Simon Glass · 4 years, 1 month ago
  64. 187202f binman: Update testPackExtra with more checks by Simon Glass · 4 years, 1 month ago
  65. 51d02ad binman: Use 'files-compress' to set compression for files by Simon Glass · 4 years, 1 month ago
  66. a1301a2 binman: Move CompressData() into Entry base class by Simon Glass · 4 years, 1 month ago
  67. d617986 binman: Expand the error message for breaching a section by Simon Glass · 4 years, 1 month ago
  68. 05ef6f3 binman: Remove references to 'image' in entry_Section by Simon Glass · 4 years, 1 month ago
  69. 31a0963 binman: Fix return from u-boot-ucode if there is no DT by Simon Glass · 4 years, 1 month ago
  70. 7668194 binman: Give a sensible error if no command is given by Simon Glass · 4 years, 1 month ago
  71. d1fdf75 binman: Add tests for skip-at-start sections by Simon Glass · 4 years, 1 month ago
  72. 8cdc08a binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years, 1 month ago
  73. 136dd35 binman: Update the entry docs by Simon Glass · 4 years, 1 month ago
  74. 4c73d7b dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 2 months ago
  75. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  76. 36b15e2 dm: Support parent devices with of-platdata by Simon Glass · 4 years, 2 months ago
  77. 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
  78. 192f813 dtoc: Order the structures internally by name by Simon Glass · 4 years, 2 months ago
  79. 941f8f0 dtoc: Document the return value of scan_structs() by Simon Glass · 4 years, 2 months ago
  80. c162211 dtoc: Use a namedtuple for _links by Simon Glass · 4 years, 2 months ago
  81. bc9e268 dtoc: Extract inner loop from output_node() by Simon Glass · 4 years, 2 months ago
  82. d0a2d6f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 1 month ago
  83. d697a2d tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 2 months ago
  84. 089fc92 mkimage: Skip adding non-existent IDs to a list by Naoki Hayama · 4 years, 2 months ago
  85. 6b7db0a sunxi: binman: Add support for including SCP firmware by Samuel Holland · 4 years, 1 month ago
  86. 9d8cc63 binman: Add support for SCP firmware by Samuel Holland · 4 years, 1 month ago
  87. 91079ac sunxi: binman: Update FIT component descriptions by Samuel Holland · 4 years, 1 month ago
  88. 99fdebc binman: Only write FDT once per node by Samuel Holland · 4 years, 1 month ago
  89. 7c1a302 checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error by Alper Nebi Yasak · 4 years, 2 months ago
  90. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
  91. 8dcfee9 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · 4 years, 1 month ago
  92. 31b24b4 Kconfig: Create a new tools menu by Simon Glass · 4 years, 2 months ago
  93. de25f01 tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1) by Ley Foon Tan · 4 years, 2 months ago
  94. fbdbff3 tools: socfpgaimage: Add check params function for Arria 10 (v1) by Ley Foon Tan · 4 years, 3 months ago
  95. a072950 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 3 months ago
  96. 6f1f4d4 binman: Show an error when a file is missing by Simon Glass · 4 years, 3 months ago
  97. 5d90d5e binman: sunxi: Add help message for missing sunxi ATF BL31 by Simon Glass · 4 years, 3 months ago
  98. a820af7 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
  99. 1032acc binman: Allow selecting default FIT configuration by Simon Glass · 4 years, 3 months ago
  100. fb4e538 binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README by Alper Nebi Yasak · 4 years, 3 months ago