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