1. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 9 months ago
  2. c2727e5 dm: Add support for handling old u-boot,dm- tags by Simon Glass · 1 year, 9 months ago
  3. 1501a83 fdt: Drop use of non-existent OF_PLATDATA option by Simon Glass · 1 year, 10 months ago
  4. 7fb323b vpl: Ensure all VPL symbols in Kconfig have some VPL dependency by Tom Rini · 2 years, 6 months ago
  5. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  6. c8481ef dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 11 months ago
  7. 303d98d introduce CONFIG_DEVICE_TREE_INCLUDES by Rasmus Villemoes · 3 years ago
  8. 944f8d8 fdt: Avoid emitting an device tree when not needed by Simon Glass · 3 years ago
  9. 3760439 fdt: Add a Kconfig for boards with a prior stage by Simon Glass · 3 years ago
  10. 69daf5a fdt: Drop #ifdefs with MULTI_DTB_FIT by Simon Glass · 3 years ago
  11. 023bdf5 fdt: Drop CONFIG_BINMAN_STANDALONE_FDT by Simon Glass · 3 years ago
  12. 4cea97f fdt: Make OF_BOARD a bool option by Simon Glass · 3 years ago
  13. ab5348a sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 3 years, 1 month ago
  14. 90619e7 Makefile: Only build dtc if needed by Simon Glass · 3 years, 2 months ago
  15. 554f85e treewide: Remove OF_PRIOR_STAGE by Ilias Apalodimas · 3 years, 1 month ago
  16. dc35df4 riscv: Remove OF_PRIOR_STAGE from RISC-V boards by Ilias Apalodimas · 3 years, 1 month ago
  17. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  18. 7c4ba16 fdt: Create a new OF_REAL Kconfig by Simon Glass · 3 years, 4 months ago
  19. d72582f binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · 3 years, 7 months ago
  20. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 8 months ago
  21. 5b21b34 dm: core: Add an option to support SPL in read-only memory by Simon Glass · 3 years, 8 months ago
  22. 47fd4a2 dm: core: Allow dropping run-time binding of devices by Simon Glass · 3 years, 8 months ago
  23. 240d5f6 dm: of-platadata: Add option for device instantiation by Simon Glass · 3 years, 10 months ago
  24. 85f737b dts: Fix OF_LIVE dependency by Bin Meng · 3 years, 10 months ago
  25. b0c2a10 dts: Log name of expected .dtb file by Florian Klink · 4 years ago
  26. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  27. 6886c72 Makefile: Tidy up SPL dtb production by Simon Glass · 4 years ago
  28. c490de8 Makefile: Build SPL dtbs in the spl/ directory by Simon Glass · 4 years ago
  29. 12edc00 Makefile: Build a separate .dtb for TPL by Simon Glass · 4 years ago
  30. 36b15e2 dm: Support parent devices with of-platdata by Simon Glass · 4 years, 2 months ago
  31. 31b24b4 Kconfig: Create a new tools menu by Simon Glass · 4 years, 2 months ago
  32. 0856834 dts: add property removal option CONFIG_OF_REMOVE_PROPS by Anatolij Gustschin · 4 years, 11 months ago
  33. 08c854a Add dependencies for MALLOC_F and OF_LIBFDT by Sean Anderson · 5 years ago
  34. 985cec3 dts: Add support for adding DT overlays in u-boot.img by Jean-Jacques Hiblot · 5 years ago
  35. 45508fc dts: fix MULTI_DTB_FIT compression choice prompt by Baruch Siach · 5 years ago
  36. 7b3d258 dts: Kconfig: Fix help for SPL_OF_CONTROL by Walter Lozano · 5 years ago
  37. de21807 dm: Also remove interrupts property from SPL DT by Michal Simek · 6 years ago
  38. aeaa29d lib: fdt: Allow LZO and GZIP DT compression in U-Boot by Marek Vasut · 6 years ago
  39. 43fa91f Revert "Ensure device tree DTS is compiled" by Masahiro Yamada · 6 years ago
  40. d2d742c kbuild: make arch-dtbs target PHONY by Stephen Warren · 6 years ago
  41. 49ce8ca of-platdata: improve documentation by Simon Goldschmidt · 6 years ago
  42. 01c39ff kbuild: add .SECONDARY special target to scripts/Kbuild.include by Masahiro Yamada · 6 years ago
  43. bad1b5e dts: riscv: update makefile to also clean the RISC-V dts directory by Lukas Auer · 6 years ago
  44. a1d453e powerpc/dts: Makefile changes to clean and build dts by Jagdish Gediya · 6 years ago
  45. 97a0e49 dts: Fix typo in OF_LIVE Kconfig help by Michal Simek · 6 years ago
  46. c7df3a2 Kconfig: Remove trailing whitespaces in prompt by Michal Simek · 6 years ago
  47. 919646d board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · 6 years ago
  48. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  49. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  50. 47b04fd spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED by Simon Goldschmidt · 7 years ago
  51. 5e7a1c2 spl: make CONFIG_OF_EMBED pass dts through fdtgrep by Goldschmidt Simon · 7 years ago
  52. 87247af pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
  53. a2fee16 spl: dm: Make it possible for the SPL to pick its own DTB from a FIT by Jean-Jacques Hiblot · 7 years ago
  54. 2037fa4 dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig by Jean-Jacques Hiblot · 7 years ago
  55. 0e17fc7 tools/mkimage: Make the path to the dtc binary that mkimage calls configurable by Tom Rini · 7 years ago
  56. 61d0fac dtc: Switch to building and using our own dtc unless provided by Tom Rini · 7 years ago
  57. 2341dc6 spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPL by Philipp Tomsich · 7 years ago
  58. 06c7b62 dts: Allow OF_LIST to depend on FIT_EMBED by Cooper Jr., Franklin · 7 years ago
  59. a6eedb8 dm: core: Add livetree definitions by Simon Glass · 8 years ago
  60. 5b661ec Allow boards to initialize the DT at runtime. by Alex Deymo · 8 years ago
  61. b6cca7d dm: avoid dropping pin control DT properties in case of SPL_PINCTRL by Vikas Manocha · 8 years ago
  62. bc43263 Ensure device tree DTS is compiled by James Balean · 8 years ago
  63. 7e9b9d6 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
  64. 7bc65f3 dm: Add an option to enable the of-platdata feature by Simon Glass · 8 years ago
  65. 9b2e95a spl: Setup default value for OF_LIST by Michal Simek · 9 years ago
  66. 963817b spl: Add a way to specify a list of device trees to include by Simon Glass · 9 years ago
  67. 644f5bc fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL by Simon Glass · 9 years ago
  68. f03811c dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabled by Masahiro Yamada · 9 years ago
  69. 2068327 Revert "devicetree: use wildcard to clean arch subdir" by Masahiro Yamada · 9 years ago
  70. ccbfc05 devicetree: use wildcard to clean arch subdir by Thomas Chou · 9 years ago
  71. de5b6e2 MIPS: add initial infrastructure for device-tree files by Daniel Schwierzeck · 9 years ago
  72. d9b64ea dts: Add a comment about CONFIG_OF_EMBED being for local use by Simon Glass · 9 years ago
  73. c34793c dts: do not cut down pinctrl-0 and pinctrl-names for SPL full-pinctrl by Masahiro Yamada · 9 years ago
  74. ddb9aa97 dts: fix dependency of OF_SPL_REMOVE_PROPS by Masahiro Yamada · 9 years ago
  75. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  76. 89caf33 dm: Reduce SPL device tree size by Simon Glass · 9 years ago
  77. 400d040 fdt: Add an option to disable device tree in SPL by Simon Glass · 10 years ago
  78. cfc2f7d kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · 10 years ago
  79. eb61df5 Correct two non-functional misspellings "overrided". by Robert P. J. Day · 10 years ago
  80. 8c65b9d kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig by Masahiro Yamada · 10 years ago
  81. 9fadbc8 kconfig: move CONFIG_OF_* to Kconfig by Masahiro Yamada · 10 years ago
  82. c3b0de4 fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB by Simon Glass · 10 years ago
  83. 67bce6b fdt: Add DEV_TREE_BIN option to specify a device tree binary file by Simon Glass · 10 years ago
  84. 97e101c kbuild: use cmd_shipped instead of cmd_copy by Masahiro Yamada · 10 years ago
  85. 806adae kbuild: fix bugs in cleaning targets by Masahiro Yamada · 11 years ago
  86. e7a579f dts: generate multiple device tree blobs by Masahiro Yamada · 11 years ago
  87. 884ef15 dts: move device tree sources to arch/$(ARCH)/dts/ by Masahiro Yamada · 11 years ago
  88. 43c0893 dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 11 years ago
  89. 0a17a42 kbuild: use scripts/Makefile.clean by Masahiro Yamada · 11 years ago
  90. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  91. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  92. 7c9c744 Makefile: use two double-quotations as a pair by Masahiro Yamada · 11 years ago
  93. 9e09735 dts, api, test: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  94. 4d12301 dts/Makefile: pass -undef -D__DTS__ to cpp by Stephen Warren · 11 years ago
  95. aeedbcf dts/Makefile: don't use cpp -P by Stephen Warren · 11 years ago
  96. 456d681 dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTS by Stephen Warren · 11 years ago
  97. c198ef7 dts/Makefile: unify cpp/dtc include paths by Stephen Warren · 11 years ago
  98. ac6afaf dts/Makefile: simplify dtc invocation by Stephen Warren · 11 years ago
  99. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  100. 79e63a4 dts/Makefile: Build the user specified dts by Jagannadha Sutradharudu Teki · 12 years ago