1. a63456b scripts/dtc/pylibfdt/libfdt.i_shipped: Use SWIG_AppendOutput by Markus Volk · 4 weeks ago
  2. 8ab2178 Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 weeks ago
  3. a55c483 dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts by Marek Vasut · 5 weeks ago
  4. 3435486 Extend usage for OF_OVERLAY_LIST beyond SPL by Jan Kiszka · 8 weeks ago
  5. d206182 dts: Deduplicate dtbs target by Marek Vasut · 7 weeks ago WIP/14Oct2024
  6. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 8 weeks ago
  7. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
  8. 9280a94 xpl: Define CONFIG_SPL_BUILD only for the SPL build by Simon Glass · 8 weeks ago
  9. 1d6132e global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  10. 1daf5b8 scripts: Define CONFIG_XPL_BUILD for all xPL builds by Simon Glass · 8 weeks ago
  11. d90b3d9 scripts: Add some comments about autoconf.mk by Simon Glass · 8 weeks ago
  12. c6efb7a scripts: Rename Makefile.spl to Makefile.xpl by Simon Glass · 8 weeks ago
  13. 10de9b5 kbuild: cherry-pick kbuild fdtoverlay changes from linux by Prasad Kummari · 3 months ago
  14. c17805e Merge patch series "Fix various bugs" by Tom Rini · 10 weeks ago
  15. 13a29ec scripts: Update pylint.base by Simon Glass · 3 months ago
  16. 19dbc09 Merge tag 'v2024.10-rc5' into next by Tom Rini · 10 weeks ago
  17. 5f04493 scripts/Makefile.lib: do not include CONFIG_DEVICE_TREE_INCLUDES in dtsi_include_list by Rasmus Villemoes · 3 months ago WIP/10Sep2024
  18. 1bf048f tools/scripts/Kconfig: Update references from kconfig-language.txt to rst by Hiago De Franco · 3 months ago
  19. 092ad77 scripts/decodecode: update from Linux v6.10 by Heinrich Schuchardt · 4 months ago
  20. c9860d7 Merge patch series "Endian Kconfig improvements" by Tom Rini · 4 months ago
  21. 3911ff5 config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possible by Jiaxun Yang · 4 months ago
  22. 12ddbc1 fixdep: Support VPL by Simon Glass · 4 months ago
  23. bbef829 sandbox: Fix LTO to work with STACKPROTECTOR by Andrew Goodbody · 5 months ago
  24. cbfd2c2 Merge patch series "finish using .dtso for overlay source files" by Tom Rini · 4 months ago
  25. e1ad98e kbuild: Disallow DTB overlays to built from .dts named source files by Rasmus Villemoes · 5 months ago
  26. 06518fd kbuild: Allow DTB overlays to built into .dtbo.S files by Rasmus Villemoes · 5 months ago
  27. af3c216 Merge patch series "api: Remove duplicate newlines" by Tom Rini · 4 months ago WIP/15Jul2024
  28. 10cb047 scripts: Remove duplicate newlines by Marek Vasut · 4 months ago
  29. 659f97e scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file by Jonathan Humphreys · 5 months ago
  30. 8091418 scripts/Makefile.lib: fixes: Embed capsule public key in platform's dtb by Jonathan Humphreys · 5 months ago
  31. 4721d1c scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL by Quentin Schulz · 5 months ago
  32. 5c02350 scripts/setlocalversion: sync with linux v6.9 by Rasmus Villemoes · 6 months ago
  33. 830d83e scripts: gen_compile_commands: fix invalid escape sequence warning by Caleb Connolly · 7 months ago
  34. 47558a4 common.h: Remove this file and all references by Tom Rini · 7 months ago
  35. 0525cb2 dts: support building all dtb files for a specific vendor by Caleb Connolly · 7 months ago
  36. d31ff21 Makefile.lib: find capsule ESL dtsi file with CONFIG_OF_UPSTREAM by Jonathan Humphreys · 8 months ago
  37. bcdd023 build: Revive and update LDR format support by Greg Malysa · 8 months ago
  38. e8ff287 scripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB rule by Tom Rini · 8 months ago
  39. 56041aa Makefile: Improve generated_defconfig file handling by Sam Protsenko · 9 months ago
  40. 20a0ce5 Merge tag 'v2024.04-rc4' into next by Tom Rini · 9 months ago WIP/11Mar2024-next
  41. bd465ad Merge branch '2024-03-02-assorted-updates' into next by Tom Rini · 9 months ago
  42. bdbbf1d Makefile: remove hardcoded device tree source directory by Bryan Brattlof · 9 months ago
  43. 5b3f969 scripts: dtc-version: Don't show error messages by Dragan Simic · 10 months ago
  44. d4c84d7 pylibfdt: Fix "invalid escape sequence '\w'" in setup.py by Florian Schmaus · 9 months ago
  45. 3a4e594 Makefile: Allow upstream DT subtree to provide DT includes by Sumit Garg · 9 months ago
  46. df6fb77 scripts/Makefile.lib: Statically define *-u-boot.dtsi files location by Sumit Garg · 9 months ago
  47. 4be3fe9 Makefile: Add support for DT bindings schema checks by Sumit Garg · 9 months ago
  48. bcd8bce kbuild: Allow for CONFIG_SYS_CONFIG_NAME to be unset by Tom Rini · 10 months ago
  49. cb6f4d6 scripts/gen_compile_commands: update to Linux v6.7 by Brandon Maier · 10 months ago
  50. 46371f2 get_maintainer.pl: slightly modify penguin_chief by Anthony Loiseau · 11 months ago WIP/2024-01-18-assorted-fixes
  51. 2027e99 Makefile: Run defconfig files through the C preprocessor by Andrew Davis · 1 year, 1 month ago
  52. aca9528 Makefile: Use the fdtgrep -u flag by Simon Glass · 11 months ago
  53. 0b2e47b sandbox: Correct SPL condition for building devicetree by Simon Glass · 11 months ago
  54. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
  55. 01feeec tools/make_pip: Add mention of u_boot_pylib in tool list by Simon Glass · 1 year ago
  56. f12465c tools: Keep test_util and patman test files in the pip release by Simon Glass · 1 year ago
  57. f32fee0 scripts/Makefile.lib: print error when no public key is specified by Masahisa Kojima · 1 year, 1 month ago
  58. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
  59. 9f33914 get_maintainer.pl: update from Linux kernel v6.5 by Tom Rini · 1 year, 1 month ago
  60. a8384f8 checkpatch.pl: Make common.h check boarder by Tom Rini · 1 year, 1 month ago
  61. 311df90 scripts/gen_compile_commands: fix usage message by Joao Marcos Costa · 1 year, 2 months ago
  62. 3a83960 doc: add documentation for gen_compile_commands.py by Joao Marcos Costa · 1 year, 2 months ago
  63. 6aacad2 scripts/gen_compile_commands.py: add acknowledgments by Joao Marcos Costa · 1 year, 2 months ago
  64. 0972675 scripts/gen_compile_commands.py: fix docstring by Joao Marcos Costa · 1 year, 2 months ago
  65. 97fbb2e scripts/gen_compile_commands.py: adapt _LINE_PATTERN by Joao Marcos Costa · 1 year, 2 months ago
  66. c852f2e scripts: Port Linux's gen_compile_commands.py to U-Boot by Joao Marcos Costa · 1 year, 2 months ago
  67. 814774c checkpatch: skip fdtdec_* check for tools by Lars Feyaerts · 1 year, 2 months ago
  68. 521ca0f Makefile: Allow for board directories to not have a Makefile by Tom Rini · 1 year, 2 months ago
  69. 48bf738 Allow Python packages to be dropped by Simon Glass · 1 year, 3 months ago
  70. ba5e3e1 event: Support a simple spy record by Simon Glass · 1 year, 3 months ago
  71. c7d4dfc scripts/Makefile.lib: Embed capsule public key in platform's dtb by Sughosh Ganu · 1 year, 3 months ago
  72. a958988 scripts/Makefile.lib: Add dtsi include files as deps for building DTB by Sughosh Ganu · 1 year, 3 months ago
  73. 1fee487 scripts/Makefile.lib: Collate all dtsi files for inclusion by Sughosh Ganu · 1 year, 3 months ago
  74. 06b51f7 scripts: kconfig: Add config fragment support in board/../ by Jason Kacines · 1 year, 5 months ago
  75. 2f27405 scripts/Makefile.lib: change spelling of $(srctree)/arch/$(ARCH)/dts in dtc_cpp_flags by Rasmus Villemoes · 1 year, 6 months ago
  76. a0f9a77 kbuild: Allow DTB overlays to built from .dtso named source files by Rasmus Villemoes · 1 year, 7 months ago
  77. d50af66 kbuild: add dtc as dependency on .dtb files by Rasmus Villemoes · 1 year, 7 months ago
  78. 6923f49 scripts/Makefile.dts: tweak logic for deciding which dtbs to build by Rasmus Villemoes · 1 year, 7 months ago
  79. f073815 scripts: dtc-version: support git version strings too by Martin Hundebøll · 1 year, 7 months ago
  80. ed10008 efI: Allow packaging a kernel in the debugging script by Simon Glass · 1 year, 8 months ago
  81. a5faa4a Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 9 months ago WIP/14Mar2023-next
  82. 1f0cf89 efi: Adjust script to show pre-relocation output on terminal by Simon Glass · 1 year, 9 months ago
  83. cd5f997 script: Add a script to build a PyPi package by Simon Glass · 1 year, 9 months ago
  84. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  85. 9fb3d7a RFC: tools: Add a camel-case conversion script by Simon Glass · 2 years, 10 months ago
  86. 48be546 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · 1 year, 9 months ago
  87. c74e034 dm: Add support for handling old u-boot,dm- tags by Simon Glass · 1 year, 9 months ago
  88. fe482b8 Use `grep -E` or plain `grep` instead of `egrep` by Ville Skyttä · 1 year, 11 months ago
  89. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 11 months ago
  90. 051f409 pylibfdt: Allow version normalization to fail by Tom Rini · 1 year, 11 months ago WIP/07Jan2023
  91. 1416591 pylibfdt: Fix disable version normalization by Philippe Schenker · 1 year, 11 months ago
  92. 9ef3ba8 kbuild: Remove checking for adhoc CONFIG symbols by Tom Rini · 2 years ago
  93. 2a06da0 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 2 years ago
  94. 0478dac kbuild: Remove uncmd_spl logic by Tom Rini · 2 years ago
  95. 207972a global: Migrate CONFIG_BOARDDIR to CFG by Tom Rini · 2 years ago
  96. 440098c pylibfdt: Fix version normalization warning by Marek Vasut · 2 years ago WIP/2022-12-22-assorted-important-fixes
  97. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  98. ed82586 sunxi: remove unused CONFIG_MMC_SUNXI_SLOT by Andre Przywara · 2 years ago
  99. 3bcf9c0 board/km/secu: migrate to use environment text files by Holger Brunck · 2 years ago
  100. 6f7c936 board/km/cent2: migrate to environment text file by Holger Brunck · 2 years ago