1. 2d2384b tools: mkimage: Show where signatures/keys are written by Simon Glass · 2 years, 11 months ago
  2. 9737c2d tools: Pass public-key node through to caller by Simon Glass · 2 years, 11 months ago
  3. c033dc8 image: Return destination node for add_verify_data() method by Simon Glass · 2 years, 11 months ago
  4. 4842234 tools: Drop unused name in image-host by Simon Glass · 2 years, 11 months ago
  5. 70e6bcc tools: Improve comments in signing functions by Simon Glass · 2 years, 11 months ago
  6. 7ae46c3 tools: Avoid leaving extra data at the end of copied files by Simon Glass · 2 years, 11 months ago
  7. e291a5c tools: Move copyfile() into a common file by Simon Glass · 2 years, 11 months ago
  8. 195f789 fit_check_sign: Update help to mention the key is in a dtb by Simon Glass · 2 years, 11 months ago
  9. 2ce0738 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · 2 years, 8 months ago
  10. 61a631e binman: Document the __bss_size symbol error by Simon Glass · 2 years, 8 months ago
  11. 3e7749e binman: Add documentation for bintools by Simon Glass · 2 years, 9 months ago
  12. bc57064 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 9 months ago
  13. a00d971 binman: Complete test coverage of comp_util by Simon Glass · 2 years, 9 months ago
  14. 4f9ee83 binman: Plumb in support for missing bintools by Simon Glass · 2 years, 9 months ago
  15. 359e431 binman: Convert to using the lzma_alone bintool by Simon Glass · 2 years, 9 months ago
  16. 4cd4ee0 binman: Add a bintool implementation for lzma_alone by Simon Glass · 2 years, 9 months ago
  17. 33ce351 binman: Convert to using the lz4 bintool by Simon Glass · 2 years, 9 months ago
  18. 992d475 binman: Add a bintool implementation for lz4 by Simon Glass · 2 years, 9 months ago
  19. 0d1e95a binman: Tidy up pylint warnings in comp_util by Simon Glass · 2 years, 9 months ago
  20. ad35ce5 binman: Move compression into binman by Simon Glass · 2 years, 9 months ago
  21. f75db1e binman: Convert to using the mkimage bintool by Simon Glass · 2 years, 9 months ago
  22. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 9 months ago
  23. a104bb2 binman: Convert to using the futility bintool by Simon Glass · 2 years, 9 months ago
  24. 388f04f binman: Convert to using the FIP bintool by Simon Glass · 2 years, 9 months ago
  25. 5417da5 binman: Convert to using the CBFS bintool by Simon Glass · 2 years, 9 months ago
  26. 56ee85e binman: Enable bintool tests including cmdline processing by Simon Glass · 2 years, 9 months ago
  27. e1b7e4d binman: Add a bintool implementation for mkimage by Simon Glass · 2 years, 9 months ago
  28. 6f7eb0c binman: Add a bintool implementation for ifwitool by Simon Glass · 2 years, 9 months ago
  29. 9d3a7a2 binman: Add a bintool implementation for futility by Simon Glass · 2 years, 9 months ago
  30. bf87b20 binman: Add a bintool implementation for fiptool by Simon Glass · 2 years, 9 months ago
  31. d388333 binman: Add a bintool implementation for cbfstool by Simon Glass · 2 years, 9 months ago
  32. 3b47dfa binman: Add tests for bintool by Simon Glass · 2 years, 9 months ago
  33. 386c63c binman: Plumb in support for bintools by Simon Glass · 2 years, 9 months ago
  34. 252de6b binman: Add support for bintools by Simon Glass · 2 years, 9 months ago
  35. 81d6e3f binman: Add installation instructions by Simon Glass · 2 years, 9 months ago
  36. 7f29583 binman: Correct path for fip_util by Simon Glass · 2 years, 9 months ago
  37. f4590e0 binman: Allow faked blobs in blob-ext-list by Simon Glass · 2 years, 9 months ago
  38. 2cc8c1f binman: Drop the image name from the fake-blob message by Simon Glass · 2 years, 9 months ago
  39. 596fd10 patman: Add a function to find a tool on the path by Simon Glass · 2 years, 9 months ago
  40. 5b79686 patman: Tidy up the download function a little by Simon Glass · 2 years, 9 months ago
  41. 8ea6d23 buildman: Move the download function to tools by Simon Glass · 2 years, 9 months ago
  42. ade5327 patman: Allow running a tool and returning the full result by Simon Glass · 2 years, 9 months ago
  43. 8bc78b7 binman: Expand the external FIT test a little by Simon Glass · 2 years, 9 months ago
  44. 206117a mkimage: Show the external-offset error by Simon Glass · 2 years, 9 months ago
  45. 1e18a69 binman: Tweak elf tests for a toolchain change by Simon Glass · 2 years, 9 months ago
  46. 91197aa moveconfig: Fix some pylint errors by Simon Glass · 2 years, 9 months ago
  47. 37f815c moveconfig: Use a function to read files by Simon Glass · 2 years, 9 months ago
  48. 2fd85bd moveconfig: Use a function to write files by Simon Glass · 2 years, 9 months ago
  49. 478920d moveconfig: Drop check for old Python by Simon Glass · 2 years, 9 months ago
  50. b2e83c6 moveconfig: Convert to ArgumentParser by Simon Glass · 2 years, 9 months ago
  51. daa694d moveconfig: Use single quotes by Simon Glass · 2 years, 9 months ago
  52. 65d7fce moveconfig: Allow querying board configuration by Simon Glass · 2 years, 9 months ago
  53. 84067a5 moveconfig: Allow adding unit tests by Simon Glass · 2 years, 9 months ago
  54. e1ae563 moveconfig: Sort the options by Simon Glass · 2 years, 9 months ago
  55. 9d60339 moveconfig: Read the database in a separate function by Simon Glass · 2 years, 9 months ago
  56. a362708 moveconfig: Correct operation of the 'imply' feature by Simon Glass · 2 years, 9 months ago
  57. c761cf7 tools: Add init files for Python tools by Simon Glass · 2 years, 10 months ago
  58. fd52009 patman: Update the list of modules by Simon Glass · 2 years, 10 months ago
  59. 0c7cdd0 dtoc: Fix up a code comment that confuses pylint by Simon Glass · 2 years, 10 months ago
  60. c28f249 mkimage: struct stat.st_size may not be long by Heinrich Schuchardt · 2 years, 8 months ago
  61. 5902a39 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 8 months ago
  62. 6ae2434 mkimage: Drop unused OPT_STRING constant by Jan Kiszka · 2 years, 8 months ago
  63. 4550ce9 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 8 months ago
  64. 6f08eee tools/fitimage: make sure dumpimage still works when "@" are detected by Stefan Eichenberger · 2 years, 9 months ago
  65. 5390caf tools/fitimage: remove redundant format check by Stefan Eichenberger · 2 years, 9 months ago
  66. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  67. 32860b0 tools: kwbimage: Fix mkimage/dumpimage -l argument by Pali Rohár · 2 years, 8 months ago
  68. 1972c7e tools: kwbimage: Extract main data image without -p arg for dumpimage by Pali Rohár · 2 years, 8 months ago
  69. 4469103 tools: kwbimage/kwboot: Check ext field for non-zero value by Pali Rohár · 2 years, 8 months ago
  70. 1a0e52f tools: kwbimage: Do not cast const pointers to non-const pointers by Pali Rohár · 2 years, 8 months ago
  71. 1a8e6b6 tools: kwbimage: Dump kwbimage config file on '-p -1' option by Pali Rohár · 2 years, 8 months ago
  72. c934c9a tools: kwbimage: Show binary image offset in mkimage -l, in addition to size by Pali Rohár · 2 years, 8 months ago
  73. fdcae26 tools: kwbimage: Add missing check for maximal value for DATA_DELAY by Pali Rohár · 2 years, 8 months ago
  74. bdf8c9f tools: kwbimage: Enforce 128-bit boundary alignment only for Sheeva CPU by Pali Rohár · 2 years, 8 months ago
  75. 78d997f tools: kwbimage: Check for maximal kwbimage header size by Pali Rohár · 2 years, 8 months ago
  76. 252e7c3 tools: kwbimage: Check the return value of image_headersz_v1() by Pali Rohár · 2 years, 8 months ago
  77. 0aca27e tools: kwbimage: Add support for specifying LOAD_ADDRESS for BINARY command by Pali Rohár · 2 years, 8 months ago
  78. af49605 tools: kwbimage: Add support for specifying CPU core by Pali Rohár · 2 years, 8 months ago
  79. 3db9c41 tools: kwbimage: Preserve order of BINARY, DATA and DATA_DELAY commands by Pali Rohár · 2 years, 8 months ago
  80. d737d5d tools: kwbimage: Fix generating image with multiple DATA_DELAY commands by Pali Rohár · 2 years, 8 months ago
  81. 9ac1def tools: kwbimage: Deduplicate v1 regtype header finishing by Pali Rohár · 2 years, 8 months ago
  82. 6eb20bb tools: kwbimage: Mark all local functions as static by Pali Rohár · 2 years, 8 months ago
  83. 5ecdd52 genboardscfg: limit to 240 jobs by Andre Przywara · 2 years, 9 months ago
  84. dca7926 patman: Support absolute and ~user-relative alias files by Brian Norris · 2 years, 9 months ago
  85. 790ba9f binman: Write fake blobs to the output directory by Simon Glass · 2 years, 8 months ago
  86. 32d4f10 binman: Renumber the fake blob dts by Simon Glass · 2 years, 8 months ago
  87. 9d358a8 CI, Dockerfile: Update to latest "focal" tag by Tom Rini · 2 years, 9 months ago
  88. fe04d88 Merge branch 'next' by Tom Rini · 2 years, 9 months ago
  89. 0dadad6 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 2 years, 9 months ago
  90. a89c8f2 binman: add support for creating dummy files for external blobs by Heiko Thiery · 2 years, 9 months ago
  91. 9203c73 tools: kwbimage: Fix checksum calculation for v1 images by Pierre Bourdon · 2 years, 9 months ago
  92. 880f3ee Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 9 months ago
  93. 4ea1548 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · 2 years, 10 months ago
  94. c1cad06 video: Add a test for 16bpp BMP files by Simon Glass · 2 years, 10 months ago
  95. 3a8b919 tools: avoid OpenSSL deprecation warnings by Heinrich Schuchardt · 2 years, 9 months ago
  96. 376b08d rockchip: mkimage: Add support for rk3568 SoC by Kever Yang · 2 years, 9 months ago
  97. 8935e52 rockchip: mkimage: Add support for idb header V2 by Yi Liu · 3 years, 4 months ago
  98. 0faa7da rockchip: mkimage: Add image header version by Kever Yang · 2 years, 9 months ago
  99. d7a4461 rockchip: mkimage: rename RK_SIGNATURE to RK_MAGIC by Kever Yang · 2 years, 9 months ago
  100. ed96683 fdt: Make it easier to debug u-boot.dtsi files by Simon Glass · 2 years, 9 months ago