1. a70253d tpl: Support numbered aliases in device tree by Simon Glass · 10 weeks ago
  2. ed7bbe7 dm: core: Make SPL_DM_SEQ_ALIAS select SPL_STRTO by Gaskell, Oliver · 3 months ago
  3. a51a69b dm: core: fix typo in SPL_DM_WARN prompt text by Quentin Schulz · 6 months ago
  4. b14f884 dm: typo prbing by Heinrich Schuchardt · 6 months ago
  5. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  6. 0ccddec dm: core: Correct reference to DM_SPL in SPL_DM_STATS by Simon Glass · 1 year, 1 month ago
  7. 3d65653 dm: Do not enable debug messages by default by Heinrich Schuchardt · 1 year, 1 month ago
  8. fba1087 dm: core: Correct help in TPL_DM and VPL_DM by Simon Glass · 1 year, 2 months ago
  9. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 2 months ago
  10. e264be4 acpi: Create a new Kconfig for ACPI by Simon Glass · 1 year, 7 months ago
  11. 2eb7150 dm: Add a TPL symbol for simple-bus by Simon Glass · 1 year, 9 months ago
  12. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · 1 year, 11 months ago
  13. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  14. f8c67b7 dm: tpl: Add fdt address translation support in TPL by William Zhang · 2 years, 1 month ago
  15. d719199 core: Enable DM by default by Tom Rini · 2 years, 2 months ago
  16. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 3 months ago
  17. 736fb23 dm: fix mis-word in SPL_DM description by Oleksandr Suvorov · 2 years, 5 months ago
  18. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 5 months ago
  19. 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 6 months ago
  20. 099dc1f dm: spl: Allow SPL to show memory usage by Simon Glass · 2 years, 7 months ago
  21. c8b5e22 dm: core: Add a command to show driver model statistics by Simon Glass · 2 years, 7 months ago
  22. c95a50e dm: fix DM_EVENT dependencies by Heinrich Schuchardt · 2 years, 7 months ago
  23. e7d67a4 Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig by Tom Rini · 2 years, 6 months ago
  24. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  25. 3ee337a event: Add events for device probe/remove by Simon Glass · 2 years, 9 months ago
  26. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  27. 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · 3 years, 5 months ago
  28. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 7 months ago
  29. 524a92c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 9 months ago
  30. 1a43b23 dm: core: Correctly read <ranges> of simple-bus by Bin Meng · 3 years, 9 months ago
  31. babc9f1 x86: Move INTEL_ACPIGEN to arch/x86 by Simon Glass · 3 years, 9 months ago
  32. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 11 months ago
  33. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
  34. 39f1d28 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years ago
  35. 85bf4f2 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 2 months ago
  36. 5f78ee7 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · 4 years, 3 months ago
  37. d73344b x86: acpi: Add common Intel ACPI tables by Simon Glass · 4 years, 2 months ago
  38. 55f3cde acpi: Enable ACPI table generation by default on x86 by Simon Glass · 4 years, 4 months ago
  39. b786054 dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 5 months ago
  40. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · 4 years, 8 months ago
  41. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · 5 years ago
  42. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · 6 years ago
  43. 3b6b462 drivers: Kconfig: spelling fixes by Chris Packham · 6 years ago
  44. 00b2988 drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig by Jean-Jacques Hiblot · 6 years ago
  45. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · 7 years ago
  46. 03cdf69 spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL by Philipp Tomsich · 7 years ago
  47. cdda349 spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON by Philipp Tomsich · 7 years ago
  48. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  49. 34ef0c2 dm: core: Add device-based 'read' functions to access DT by Simon Glass · 8 years ago
  50. c833c00 dm: core: Allow driver model to be disabled for TPL by Simon Glass · 8 years ago
  51. dbef2f0 fdt: Support for ISA busses by Paul Burton · 9 years ago
  52. 7fa6ff4 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  53. f05eeb2 dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE by Stefan Roese · 9 years ago
  54. b32467f dm: core: Enable SPL_SIMPLE_BUS by default by Michal Simek · 9 years ago
  55. dd8515e dm: core: Add SPL Kconfig for REGMAP and SYSCON by huang lin · 9 years ago
  56. adc0905 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · 9 years ago
  57. 298e608 dm: core: Add Kconfig for simple bus driver by Marek Vasut · 9 years ago
  58. cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  59. f929c0b devres: add debug command to dump device resources by Masahiro Yamada · 9 years ago
  60. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  61. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  62. 8e5efa0 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  63. 246ba26 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea by Hans de Goede · 9 years ago
  64. 1bd3deb dm: core: Allow sequence alias support to be removed for SPL by Simon Glass · 10 years ago
  65. cfc2f7d kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · 10 years ago
  66. 93e414d dm: Add Kconfig options for driver model SPL support by Simon Glass · 10 years ago
  67. d8b771d dm: Expand and complete Kconfig in drivers/ by Simon Glass · 10 years ago
  68. 57ad8ee dm: add entries to Kconfig by Masahiro Yamada · 10 years ago
  69. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago