1. 8f5afe2 dtoc: Add a way to read a phandle with params by Simon Glass · 1 year, 9 months ago
  2. c115786 binman: Provide general support for updating ELF symbols by Simon Glass · 1 year, 9 months ago
  3. 9766f69 binman: Support overlapping entries by Simon Glass · 1 year, 9 months ago
  4. 97fb808 binman: Add a function to check for special section nodes by Simon Glass · 1 year, 9 months ago
  5. 62ef2f7 binman: Add a null entry by Simon Glass · 1 year, 9 months ago
  6. 4331d66 binman: Clarify use of False when obtaining data by Simon Glass · 1 year, 9 months ago
  7. 0b079fc binman: Add a test for an inner section with a size by Simon Glass · 1 year, 9 months ago
  8. 67a0501 binman: Support optional external blobs by Simon Glass · 1 year, 10 months ago
  9. 2f80c5e binman: Support new op-tee binary format by Simon Glass · 1 year, 10 months ago
  10. 39f4a85 binman: Add a way to check for a valid ELF file by Simon Glass · 1 year, 10 months ago
  11. c8c9f31 binman: Support optional entries by Simon Glass · 1 year, 10 months ago
  12. 23ab4e0 binman: Use a reference for binman symbols docs by Simon Glass · 1 year, 10 months ago
  13. 237ac96 binman: Update entry docs by Simon Glass · 1 year, 10 months ago
  14. 226ce1d binman: Tidy up comment in fit _gen_node by Simon Glass · 1 year, 10 months ago
  15. efddab6 binman: Allow writing section contents to a file by Simon Glass · 1 year, 10 months ago
  16. ef42e27 trace: Update trace-format generator for newer version by Simon Glass · 1 year, 10 months ago
  17. b87f081 trace: Adjust flags in proftool by Simon Glass · 1 year, 10 months ago
  18. 90cfae2 mkimage: Add a few more messages for FIT failures by Simon Glass · 1 year, 10 months ago
  19. 6d70d82 rockchip: mkimage: Add rv1126 support by Jagan Teki · 1 year, 10 months ago
  20. 2c89929 rockchip: mkimage: make RC4 key const by John Keeping · 1 year, 11 months ago
  21. 85fd489 CI/Docker: Update to jammy-20221130 tag by Tom Rini · 1 year, 9 months ago
  22. 5f7a507 Dockerfile: add package texinfo by Heinrich Schuchardt · 1 year, 10 months ago
  23. 8c042fb patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 1 year, 10 months ago
  24. 8f8d3f7 patman: additionally honor a local .patman config file by Maxim Cournoyer · 1 year, 10 months ago
  25. db16edd patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · 1 year, 10 months ago
  26. 2c58a5e patman: set the default config_fname argument value to None by Maxim Cournoyer · 1 year, 10 months ago
  27. 57e3b03 patman: import gitutil module where it is needed by Maxim Cournoyer · 1 year, 10 months ago
  28. 8b73f9b patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · 1 year, 10 months ago
  29. 872f3a4 patman: fix pep8 warnings in settings module by Maxim Cournoyer · 1 year, 10 months ago
  30. 3052930 patman: document default 'send' command by Maxim Cournoyer · 1 year, 10 months ago
  31. f393f59 patman: document how to run test suite via pytest by Maxim Cournoyer · 1 year, 10 months ago
  32. 52c1c33 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · 1 year, 10 months ago
  33. a3997a0 patman: add pytest configuration file by Maxim Cournoyer · 1 year, 10 months ago
  34. 579916b patman: rename main script to __main__.py by Maxim Cournoyer · 1 year, 10 months ago
  35. 648d818 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · 1 year, 10 months ago
  36. 1c77598 patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · 1 year, 10 months ago
  37. f9e20e3 patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · 1 year, 10 months ago
  38. a5197fc patman: locate README.rst via importlib by Maxim Cournoyer · 1 year, 10 months ago
  39. 425bbed patman: fix installation of README.rst data file by Maxim Cournoyer · 1 year, 10 months ago
  40. 291ab6c patman: remove extraneous imports by Maxim Cournoyer · 1 year, 10 months ago
  41. e0ddd89 patman: Switch to setuptools by Sean Anderson · 1 year, 11 months ago
  42. 9ef3ba8 kbuild: Remove checking for adhoc CONFIG symbols by Tom Rini · 1 year, 11 months ago
  43. 2a06da0 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 1 year, 11 months ago
  44. fa2fd53 global: Migrate CONFIG_X86_MRC_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  45. 6bd2372 env: Rework ENV_IS_EMBEDDED and related logic slightly by Tom Rini · 1 year, 11 months ago
  46. 486aef0 u-boot-initial-env: rework make target by Max Krummenacher · 1 year, 11 months ago
  47. 28f924f tools: mkimage: add new image type "fdt_legacy" by Marc Kleine-Budde · 1 year, 11 months ago
  48. 72c3f5d tools: mkimage: don't print error message "Success" in case of failure by Marc Kleine-Budde · 1 year, 11 months ago
  49. 4b95e84 tools: fdtgrep: Fix handle leak by Mikhail Ilin · 1 year, 11 months ago
  50. 17f8a74 tools: mkimage: Fix nullptr at strchr() by Mikhail Ilin · 1 year, 11 months ago
  51. 2d1b2ac tool: ifwitool: Fix buffer overflow by Mikhail Ilin · 1 year, 11 months ago
  52. 1642329 tool: ifwitool: The function localtime() can return NULL. by Mikhail Ilin · 1 year, 11 months ago
  53. c059a22 tools: env: fw_env: Fix unused-result warning by Jaehoon Chung · 2 years ago
  54. 09ed7e6 CI: Update to gcc-12.2 by Tom Rini · 1 year, 11 months ago
  55. 83e37a8 buildman: Fetch 12.2.0 toolchains by default by Tom Rini · 1 year, 11 months ago
  56. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  57. c246d69 tools: mkenvimage: Drop duplicate crc header include by Marek Vasut · 2 years ago
  58. 8dd0059 binman: Add documentation for the command line args by Simon Glass · 2 years ago
  59. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years ago
  60. 5f319fa buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years ago
  61. 301cd74 buildman: Ensure config_fname is inited by Simon Glass · 2 years ago
  62. 85760a6 binman: Add a separate section about environment variables by Simon Glass · 2 years ago
  63. 35b6e53 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years ago
  64. cd6889d buildman: Drop mention of old architectures by Simon Glass · 2 years ago
  65. 3da04ff buildman: Update the default settings file by Simon Glass · 2 years ago
  66. ce59252 buildman: Update the arc toolchain by Simon Glass · 2 years ago
  67. 274d053 buildman: Drop mention of MAKEALL by Simon Glass · 2 years ago
  68. 74df491 buildman: Convert documentation to rST by Simon Glass · 2 years ago
  69. b38da15 binman: Use an exit code when blobs are missing by Simon Glass · 2 years ago
  70. fb132b3 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years ago
  71. 478332a binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years ago
  72. f65ee99 mkeficapsule: Add support for setting OEM flags in capsule header by Sughosh Ganu · 2 years ago
  73. 6da9271 mkeficapsule: Add support for generating empty capsules by Sughosh Ganu · 2 years ago
  74. 873cf8a test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years ago
  75. d2afb9e binman: Support writing symbols into ELF files by Simon Glass · 2 years ago
  76. 3fbba55 binman: Handle writing ELF symbols in the Entry class by Simon Glass · 2 years ago
  77. 2b8b27f binman: Split out looking up a symbol into a function by Simon Glass · 2 years ago
  78. 2856579 binman: Allow obtaining a symbol value by Simon Glass · 2 years ago
  79. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  80. e8da1da buildman: Handle the MAINTAINERS 'N' tag by Simon Glass · 2 years ago
  81. 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years ago
  82. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago
  83. 1dc6517 Drop CONFIG_LCD_LOGO by Simon Glass · 2 years ago
  84. 3545e85 binman: Add support for symlinking images by Neha Malcom Francis · 2 years ago
  85. 0abe332 mkimage: fit: Fix signing of configs with external data by Sean Anderson · 2 years ago
  86. 3379926 docker: Install pyelftools for builds by Simon Glass · 2 years ago
  87. fa1f99a tools: k3_gen_x509_cert: Do not print SWRV on build by Andrew Davis · 2 years ago
  88. 7c5eeb8 image-pre-load: Move macros/definitions to image.h by Steven Lawrance · 2 years, 1 month ago
  89. 3672ed7 buildman: differentiate between riscv32, riscv64 by Heinrich Schuchardt · 2 years, 1 month ago
  90. e2ce13c docker: install riscv32 toolchain by Heinrich Schuchardt · 2 years, 1 month ago
  91. cbd0043 tools: kwbimage: Verify maximal kwbimage header size by Pali Rohár · 2 years, 1 month ago
  92. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 1 month ago
  93. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  94. 316590d tools: env: Fix missing closedir in ubi_get_volnum_by_name by Miaoqian Lin · 2 years, 1 month ago
  95. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 1 month ago
  96. 3e33321 tools: mtk_image: add support for nand headers used by newer chips by Weijie Gao · 2 years, 1 month ago
  97. cadb1a8 tools: mtk_image: split the code of generating NAND header into a new file by Weijie Gao · 2 years, 1 month ago
  98. 687e10e tools: mtk_image: split gfh header verification into a new function by Weijie Gao · 2 years, 1 month ago
  99. d64af08 binman: Get futility by building it by Simon Glass · 2 years, 1 month ago
  100. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago