1. d1c5106 tools: mkenvimage: Drop duplicate crc header include by Marek Vasut · 2 years, 1 month ago
  2. a20c041 binman: Add documentation for the command line args by Simon Glass · 2 years, 1 month ago
  3. 93ebd46 buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years, 1 month ago
  4. 211c74b buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years, 1 month ago
  5. ccc6906 buildman: Ensure config_fname is inited by Simon Glass · 2 years, 1 month ago
  6. a922347 binman: Add a separate section about environment variables by Simon Glass · 2 years, 1 month ago
  7. 199da41 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years, 1 month ago
  8. e93918b buildman: Drop mention of old architectures by Simon Glass · 2 years, 1 month ago
  9. 8897c7d buildman: Update the default settings file by Simon Glass · 2 years, 1 month ago
  10. c325dbe buildman: Update the arc toolchain by Simon Glass · 2 years, 1 month ago
  11. 794beab buildman: Drop mention of MAKEALL by Simon Glass · 2 years, 1 month ago
  12. 79cc9be buildman: Convert documentation to rST by Simon Glass · 2 years, 1 month ago
  13. 6bce5dc binman: Use an exit code when blobs are missing by Simon Glass · 2 years, 1 month ago
  14. 2c70188 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years, 1 month ago
  15. c33383c binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years, 1 month ago
  16. c067638 mkeficapsule: Add support for setting OEM flags in capsule header by Sughosh Ganu · 2 years, 1 month ago
  17. b39405d mkeficapsule: Add support for generating empty capsules by Sughosh Ganu · 2 years, 1 month ago
  18. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 1 month ago
  19. 37f85de binman: Support writing symbols into ELF files by Simon Glass · 2 years, 1 month ago
  20. 6fc079e binman: Handle writing ELF symbols in the Entry class by Simon Glass · 2 years, 1 month ago
  21. 133f0f7 binman: Split out looking up a symbol into a function by Simon Glass · 2 years, 1 month ago
  22. cb452b0 binman: Allow obtaining a symbol value by Simon Glass · 2 years, 1 month ago
  23. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  24. 3a90a69 buildman: Handle the MAINTAINERS 'N' tag by Simon Glass · 2 years, 1 month ago
  25. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 1 month ago
  26. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  27. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · 2 years, 1 month ago
  28. 3eb4be3 binman: Add support for symlinking images by Neha Malcom Francis · 2 years, 1 month ago
  29. 016f4d5 mkimage: fit: Fix signing of configs with external data by Sean Anderson · 2 years, 1 month ago
  30. b955cd2 docker: Install pyelftools for builds by Simon Glass · 2 years, 1 month ago
  31. eacbced tools: k3_gen_x509_cert: Do not print SWRV on build by Andrew Davis · 2 years, 2 months ago
  32. db7b157 image-pre-load: Move macros/definitions to image.h by Steven Lawrance · 2 years, 2 months ago
  33. 8c7fd87 buildman: differentiate between riscv32, riscv64 by Heinrich Schuchardt · 2 years, 2 months ago
  34. 3282915 docker: install riscv32 toolchain by Heinrich Schuchardt · 2 years, 2 months ago
  35. 55f9e49 tools: kwbimage: Verify maximal kwbimage header size by Pali Rohár · 2 years, 2 months ago
  36. 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  37. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  38. 64f2dda tools: env: Fix missing closedir in ubi_get_volnum_by_name by Miaoqian Lin · 2 years, 2 months ago
  39. eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 2 months ago
  40. f291ee1 tools: mtk_image: add support for nand headers used by newer chips by developer · 2 years, 3 months ago
  41. 4873b41 tools: mtk_image: split the code of generating NAND header into a new file by developer · 2 years, 3 months ago
  42. f9e11c9 tools: mtk_image: split gfh header verification into a new function by developer · 2 years, 3 months ago
  43. 4914547 binman: Get futility by building it by Simon Glass · 2 years, 2 months ago
  44. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  45. 3bdb668 tools: termios_linux.h: Fix compilation on non-glibc systems by Pali Rohár · 2 years, 3 months ago
  46. 5285984 tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms by Stefan Roese · 2 years, 3 months ago
  47. 1158914 dtoc: Drop sys.exit() in test_fdt by Simon Glass · 2 years, 4 months ago
  48. 56d0541 binman: Add VPL support by Simon Glass · 2 years, 9 months ago
  49. ffe3cd5 Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 3 months ago
  50. 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · 2 years, 3 months ago
  51. 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · 2 years, 3 months ago
  52. d2c153f binman: bintool: bzip2: fix version function on non-Debian-based systems by Quentin Schulz · 2 years, 3 months ago
  53. 94c3ff6 binman: btool: futility: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  54. 853c514 binman: btool: fiptool: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  55. 3264c35 binman: bintool: parametrize args to pass to binary for returning version by Quentin Schulz · 2 years, 3 months ago
  56. 21811f6 binman: btool: mkimage: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  57. 29d45ac binman: btool: lz4: use Bintool.version by Quentin Schulz · 2 years, 3 months ago
  58. bbfc137 binman: bintool: move version check implementation into bintool class by Quentin Schulz · 2 years, 3 months ago
  59. ca87ebf binman: btool: gzip: fix packer name so that binary can be found by Quentin Schulz · 2 years, 3 months ago
  60. a94c5e6 tools: mkimage: fix build with recent LibreSSL by Mark Kettenis · 2 years, 3 months ago
  61. 3074bdd binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · 2 years, 3 months ago
  62. fca3856 binman: Document how to handle dependent images by Simon Glass · 2 years, 3 months ago
  63. 7d959c5 binman: Mention split-elf in the main docs by Simon Glass · 2 years, 3 months ago
  64. 8c73b76 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · 2 years, 3 months ago
  65. a1975d9 patman: Fix version table by Simon Glass · 2 years, 3 months ago
  66. e19f097 Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 3 months ago
  67. d1ed446 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · 2 years, 4 months ago
  68. a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  69. eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  70. 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  71. 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  72. 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  73. 23cb821 binman: Add BintoolPacker class to bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  74. a14bee0 binman: Add compression tests by Stefan Herbrechtsmeier · 2 years, 3 months ago
  75. 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · 2 years, 3 months ago
  76. a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  77. 80c6277 binman: Select compression bintools in cbfs_util class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  78. b4bfbce binman: Move compression bintools creation into test setup by Stefan Herbrechtsmeier · 2 years, 3 months ago
  79. b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · 2 years, 3 months ago
  80. 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · 2 years, 3 months ago
  81. 11121d3 binman: Add length header attribute to dtb entry by Stefan Herbrechtsmeier · 2 years, 3 months ago
  82. 7f128a7 binman: Add DecompressData function to entry class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  83. 86f1fc0 binman: Check only section data in multi section test by Stefan Herbrechtsmeier · 2 years, 3 months ago
  84. 4725030 binman: Collect bintools before usage by Stefan Herbrechtsmeier · 2 years, 3 months ago
  85. c766c8e binman: Forward AddBintools calls to base class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  86. 2cb6cdb binman: Forward AddBintools calls to sub entries in cbfs_util by Stefan Herbrechtsmeier · 2 years, 3 months ago
  87. 486b944 binman: Avoid duplicates in bintool lists by Stefan Herbrechtsmeier · 2 years, 3 months ago
  88. 732742e binman: Skip elf tests if python elftools is not available by Stefan Herbrechtsmeier · 2 years, 3 months ago
  89. bd5cd88 binman: Allow collection to use entries from other sections by Simon Glass · 2 years, 3 months ago
  90. b166975 binman: Allow passing entries using -n by Simon Glass · 2 years, 3 months ago
  91. 8fbca77 binman: Allow the image name to be the data file by Simon Glass · 2 years, 3 months ago
  92. 42074dc binman: Improve mkimage documentation by Simon Glass · 2 years, 3 months ago
  93. c6b283f binman: Avoid use of expected failure by Simon Glass · 2 years, 3 months ago
  94. ff1df8c binman: Adjust mkimage etype node reading by Simon Glass · 2 years, 3 months ago
  95. 0cf5bce binman: Add a way to check for missing properties by Simon Glass · 2 years, 3 months ago
  96. 9f57158 binman: Fix up the entry-docs for Entry_pre_load by Simon Glass · 2 years, 3 months ago
  97. 6a9b225 patman: Don't buffer test output with a single test by Simon Glass · 2 years, 3 months ago
  98. 5881641 patman: Put the coverage command-line last by Simon Glass · 2 years, 3 months ago
  99. 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · 2 years, 4 months ago
  100. 53f376b arm: k3: Correct an awk warning by Simon Glass · 2 years, 4 months ago