1. 8dd7be7 buildman: Fix use of a type as a variable by Simon Glass · 1 year, 8 months ago
  2. 5cfb73b buildman: Hide the test options unless test code is available by Simon Glass · 1 year, 8 months ago
  3. 793aa17 buildman: Move the main code into a function by Simon Glass · 1 year, 8 months ago
  4. 30eb11a patman: Add support for building a patman PyPi package by Simon Glass · 1 year, 8 months ago
  5. a545dc1 patman: Avoid importing test_checkpatch before it is needed by Simon Glass · 1 year, 8 months ago
  6. 75554df patman: Add support for building a u_boot_tools PyPi package by Simon Glass · 1 year, 8 months ago
  7. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 8 months ago
  8. 00290d6 Remove concurrencytest by Simon Glass · 1 year, 8 months ago
  9. 6811fea Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · 1 year, 8 months ago
  10. 7c4027a binman: Avoid unwanted output in testFitFirmwareLoadables() by Simon Glass · 1 year, 8 months ago
  11. fe7e924 binman: Make the tooldir configurable by Simon Glass · 1 year, 8 months ago
  12. 932e40d binman: Use a private directory for bintools by Simon Glass · 1 year, 8 months ago
  13. 00f674d binman: Move the tools directory into the Bintool class by Simon Glass · 1 year, 8 months ago
  14. fbb0e48 binman: Update bintools documentation by Simon Glass · 1 year, 8 months ago
  15. 6569cb8 binman: Correct an 'aot' typo by Simon Glass · 1 year, 8 months ago
  16. bfb708a buildman: Add a flag for reproducible builds by Simon Glass · 1 year, 8 months ago
  17. 93202d7 buildman: Support disabling LTO by Simon Glass · 1 year, 8 months ago
  18. cd37d5b buildman: Write out the build command used by Simon Glass · 1 year, 8 months ago
  19. 5a93c15 buildman: Add a note about the out-env file by Simon Glass · 1 year, 8 months ago
  20. e389d44 binman: Use correct argument name in docstrings by Jonas Karlman · 1 year, 8 months ago
  21. dd4bdad binman: Fix spelling of nodes in code comments by Jonas Karlman · 1 year, 8 months ago
  22. cbe429b binman: Remove redundant SetAllowFakeBlob from blob-ext entry by Jonas Karlman · 1 year, 8 months ago
  23. 9dbb02b binman: Support marking FMAP areas as preserved by Simon Glass · 1 year, 8 months ago
  24. 139c464 binman: Avoid requiring a home directory on startup by Simon Glass · 1 year, 8 months ago
  25. abe2a16 tools: binman: minor formatting fix in docs by Ralph Siemsen · 1 year, 8 months ago
  26. 3a521f0 tools: kwbimage: Add support for creating an image with no data by Pali Rohár · 1 year, 9 months ago
  27. b07965b tools: mkimage: Do not try to open datafile when it is skipped by Pali Rohár · 1 year, 9 months ago
  28. 2f6855a tools: mkimage: Print human readable error when -d is not specified by Pali Rohár · 1 year, 10 months ago
  29. cccc5b4 tools: kwbimage: Add support for XIP SPI/NOR images by Pali Rohár · 1 year, 9 months ago
  30. 27670ac tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP images by Pali Rohár · 1 year, 9 months ago
  31. 9b4531f tools: kwbimage: Fix invalid secure boot header signature by Pali Rohár · 1 year, 9 months ago
  32. bf78a57 tools: kwbimage: Fix generating secure boot data image signature by Pali Rohár · 1 year, 9 months ago
  33. 39c7872 tools: kwbimage: Rename imagesz to dataoff by Pali Rohár · 1 year, 9 months ago
  34. dd13ac5 tools: kwbimage: Simplify add_secure_header_v1() by Pali Rohár · 1 year, 9 months ago
  35. 443894a tools: kwbimage: Print image data offset when printing kwbimage header by Pali Rohár · 1 year, 10 months ago
  36. 63cf0d7 tools: kwbimage: Print binary image offset as size by Pali Rohár · 1 year, 10 months ago
  37. 0a3a392 tools: kwbimage: Add support for dumping NAND_BLKSZ for v0 images by Pali Rohár · 1 year, 10 months ago
  38. 0201244 tools: kwbimage: Reject mkimage -F option by Pali Rohár · 1 year, 9 months ago
  39. 9f39f19 tools: kwbimage: Fix endianity when printing kwbimage header by Pali Rohár · 1 year, 10 months ago
  40. ee3da92 tools: kwbimage: Fix generating of kwbimage v0 header checksum by Pali Rohár · 1 year, 10 months ago
  41. 226abde tools: kwbimage: Fix dumping NAND_BLKSZ by Pali Rohár · 1 year, 9 months ago
  42. e060779 tools: kwbimage: Fix dumping NAND_BADBLK_LOCATION by Pali Rohár · 1 year, 9 months ago
  43. aab9b06 tools: kwbimage: Fix endianity when dumping NAND_PAGE_SIZE by Pali Rohár · 1 year, 9 months ago
  44. 908801d tools: kwbimage: Fix dumping register set / DATA commands by Pali Rohár · 1 year, 10 months ago
  45. 5b039dc tools: kwboot: Show image type and error parsing reasons by Pali Rohár · 1 year, 9 months ago
  46. 7bfc15e tools: kwboot: Fix patching of SPI/NOR XIP images by Pali Rohár · 1 year, 9 months ago
  47. a190667 tools: kwboot: Add check that kwbimage contains DDR init code by Pali Rohár · 1 year, 10 months ago
  48. 53ee6ec tools: kwboot: Validate optional kwbimage v1 headers by Pali Rohár · 1 year, 10 months ago
  49. 7665ed2 tools: kwboot: Fix parsing UART image without data checksum by Pali Rohár · 1 year, 10 months ago
  50. fa03279 tools: kwboot: Add image type documentation by Pali Rohár · 1 year, 9 months ago
  51. 29b92bb tools: kwboot: Add more documentation references by Pali Rohár · 1 year, 10 months ago
  52. e1c4ed5 tools: kwboot: Fix parsing SATA kwbimage by Pali Rohár · 1 year, 9 months ago
  53. 954c94a tools: kwbimage: Fix generating, verifying and extracting SATA kwbimage by Pali Rohár · 1 year, 9 months ago
  54. 8562a1c tools: kwboot: Fix parsing SDIO kwbimage by Pali Rohár · 1 year, 10 months ago
  55. 14b866e tools: kwbimage: Fix generating, verifying and extracting SDIO kwbimage by Pali Rohár · 1 year, 10 months ago
  56. 826d048 rockchip: mkimage: Add rk3588 support by Jagan Teki · 1 year, 9 months ago
  57. 40389c2 binman: Mark mkimage entry missing when its subnodes is missing by Jonas Karlman · 1 year, 8 months ago
  58. 5fc5a84 rockchip: mkimage: Update init size limit for RK3568 by Jonas Karlman · 1 year, 8 months ago
  59. ed8d098 rockchip: mkimage: Update init size limit for RK3328 by Jonas Karlman · 1 year, 8 months ago
  60. 05b978b binman: Add support for a rockchip-tpl entry by Jonas Karlman · 1 year, 8 months ago
  61. 5b197ee Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 8 months ago
  62. 7a826de Dockerfile: Add missing "chmod" of u-boot-gen-combined by Tom Rini · 1 year, 8 months ago
  63. ed319ba Dockerfile: build qemu for Nokia n900 by Heinrich Schuchardt · 1 year, 9 months ago
  64. 75b031e Dockerfile: download binaries for Nokia RX-51 by Heinrich Schuchardt · 1 year, 9 months ago
  65. 7574b64 riscv: binman: Add help message for missing blobs by Rick Chen · 1 year, 8 months ago
  66. 48be546 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · 1 year, 8 months ago
  67. 0a06d71 dm: doc: Move to new driver model schema by Simon Glass · 1 year, 8 months ago
  68. e316fba dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 8 months ago
  69. 193d3db binman: Show the image name for the top-level section by Simon Glass · 1 year, 9 months ago
  70. 16bf3b6 CI, Docker: Update to Jammy 2023016 tag by Tom Rini · 1 year, 9 months ago
  71. 71d3e79 Docker: Support trace-cmd by Simon Glass · 1 year, 9 months ago
  72. 97f3024 trace: Provide a flamegraph that uses timing by Simon Glass · 1 year, 9 months ago
  73. 47b89d6 trace: Support output of a flamegraph by Simon Glass · 1 year, 9 months ago
  74. b54d8cf trace: Support output of funcgraph records by Simon Glass · 1 year, 9 months ago
  75. 88716b5 trace: Use text_base from the trace header by Simon Glass · 1 year, 9 months ago
  76. b15a16a trace: Drop use of objsection by Simon Glass · 1 year, 9 months ago
  77. be16fc8 trace: Update proftool to use new binary format by Simon Glass · 1 year, 9 months ago
  78. 9efc0b2 trace: Rename prof to trace and improve comments by Simon Glass · 1 year, 9 months ago
  79. e38cdc6 Dockerfile: Update QEMU git location by Tom Rini · 1 year, 9 months ago
  80. eeb5525 buildman: invalid reference to README by Heinrich Schuchardt · 1 year, 9 months ago
  81. b1dcc33 tools: Drop xway-swap-bytes tool by Simon Glass · 1 year, 9 months ago
  82. aeca519 Drop ubsha1 tool by Simon Glass · 1 year, 9 months ago
  83. efabbe6 imx: Rename CONFIG_MXS to CFG_MXS by Simon Glass · 1 year, 9 months ago
  84. 65e6203 moveconfig: Add an option to compare Kconfig against source by Simon Glass · 1 year, 9 months ago
  85. 598e911 tools: default_image: Accept images with padding by Pali Rohár · 1 year, 9 months ago
  86. 3f837b0 tools: default_image: Verify header size by Pali Rohár · 1 year, 9 months ago
  87. afd8218 tools: imagetool: Skip autodetection of gpimage type by Pali Rohár · 1 year, 9 months ago
  88. 6c58aa1 tools: imagetool: Show error message when detecting image type failed by Pali Rohár · 1 year, 9 months ago
  89. 27e46a9 tools: imagetool: Fix error message when verify_header is undefined by Pali Rohár · 1 year, 9 months ago
  90. 03610eb tools: logos: Add TI logo files by Nikhil M Jain · 1 year, 9 months ago
  91. f75e92f tools: imx8image: Fix handle leak by Mikhail Ilin · 1 year, 11 months ago
  92. 9017785 tools: imx8mimage: Fix handle leak by Mikhail Ilin · 1 year, 11 months ago
  93. 507a70b tools: imximage: Fix check array index by Mikhail Ilin · 1 year, 11 months ago
  94. b93a652 mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · 1 year, 10 months ago
  95. a092f1e ifwitool: Fix member access by Simon Glass · 1 year, 9 months ago
  96. 060a65e binman: Fix a test-coverage regression by Simon Glass · 1 year, 9 months ago
  97. b01ae03 binman: Add 'min-size' entry property by Samuel Holland · 1 year, 9 months ago
  98. f584d44 binman: Add support for selecting firmware to use with split-elf by Jonas Karlman · 1 year, 9 months ago
  99. 00b3d53 binman: Add special subnodes to the nodes generated by split-elf by Jonas Karlman · 1 year, 9 months ago
  100. 9b2fd2d binman: Add support for align argument to mkimage tool by Jonas Karlman · 1 year, 9 months ago