1. 09329df rockchip: Port IO-domain driver for RK3568 from linux by Jonas Karlman · 1 year, 1 month ago
  2. bb657ff regulator: rk8xx: Return correct voltage for switchout converters by shengfei Xu · 1 year, 1 month ago
  3. 04c38c6 regulator: rk8xx: Return correct voltage for buck converters by Joseph Chen · 1 year, 1 month ago
  4. d99fb64 power: regulator: Only run autoset once for each regulator by Jonas Karlman · 1 year, 1 month ago
  5. a9e9445 rockchip: rk3568-nanopi-r5: Enable PCIe on NanoPi R5C and R5S by Jonas Karlman · 1 year, 2 months ago
  6. 5b15599 rockchip: rk3568-nanopi-r5: Update defconfig for NanoPi R5C and R5S by Jonas Karlman · 1 year, 2 months ago
  7. b37260b phy: rockchip: naneng-combphy: Use signal from comb PHY on RK3588 by Jonas Karlman · 1 year, 2 months ago
  8. 50e54e8 phy: rockchip: snps-pcie3: Add support for RK3588 by Jonas Karlman · 1 year, 2 months ago
  9. 1ebebfc phy: rockchip: snps-pcie3: Add bifurcation support for RK3568 by Jonas Karlman · 1 year, 2 months ago
  10. 6cacdf8 phy: rockchip: snps-pcie3: Refactor to use a phy_init ops by Jonas Karlman · 1 year, 2 months ago
  11. 3b39592 phy: rockchip: snps-pcie3: Refactor to use clk_bulk API by Jonas Karlman · 1 year, 2 months ago
  12. 9af0c77 pci: pcie_dw_rockchip: Configure number of lanes and link width speed by Jonas Karlman · 1 year, 2 months ago
  13. 83aa0ed Merge branch '2023-10-06-spl-prepare-for-universal-payload' by Tom Rini · 12 months ago
  14. f69d3d6 pci: serial: Support reading PCI-register size with base by Simon Glass · 12 months ago
  15. 61fc132 dm: core: Tweak device_is_on_pci_bus() for code size by Simon Glass · 12 months ago
  16. 7f5ff03 serial: Drop ns16550 serial_getinfo() in SPL by Simon Glass · 12 months ago
  17. 9031ba8 spl: Add C-based runtime detection of SPL by Simon Glass · 12 months ago
  18. be59514 command: Include a required header in command.h by Simon Glass · 12 months ago
  19. 14d9f63 bloblist: Add missing name by Simon Glass · 12 months ago
  20. 3d65318 bloblist: Support initing from multiple places by Simon Glass · 12 months ago
  21. ff6c708 sandbox: Move the bloblist down a little in memory by Simon Glass · 12 months ago
  22. 9719293 sandbox: Only read the state if we have a state file by Simon Glass · 12 months ago
  23. a64fec9 sandbox: Init the EC properly even if no state file is available by Simon Glass · 12 months ago
  24. d02c6f5 sandbox: Move reading the RAM buffer into a better place by Simon Glass · 12 months ago
  25. 5fe8bc3 dm: core: Add tests for oftree_path() by Simon Glass · 12 months ago
  26. 7071c82 dm: core: Support writing a 64-bit value by Simon Glass · 12 months ago
  27. d9216c8 dm: core: Support writing a boolean by Simon Glass · 12 months ago
  28. 62b1db3 dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 12 months ago
  29. 67fb215 dm: core: Add a way to delete a node by Simon Glass · 12 months ago
  30. c15862f dm: core: Add a way to copy a node by Simon Glass · 12 months ago
  31. e0c3c21 dm: core: Add a function to create an empty tree by Simon Glass · 12 months ago
  32. 9bf78a5 dm: core: Tidy up comments in the ofnode tests by Simon Glass · 12 months ago
  33. 3a1fc17 dm: core: Ensure we run flattree tests on ofnode by Simon Glass · 12 months ago
  34. 2479709 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 12 months ago
  35. a17e1e7 spl: Move bloblist writing until the image is known by Simon Glass · 12 months ago
  36. 2354daa spl: Use the correct FIT_..._PROP constants by Simon Glass · 12 months ago
  37. 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 12 months ago
  38. d7c232e spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 12 months ago
  39. 17ba501 spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 12 months ago
  40. 2003a83 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 12 months ago
  41. 7907a7b dm: core: Correct help in TPL_DM and VPL_DM by Simon Glass · 12 months ago
  42. 5bcacd1 doc: Clean up SYS_MALLOC_SIMPLE by Simon Glass · 12 months ago
  43. 34baceb Tidy up uses of CONFIG_SYS_MALLOC_F_LEN by Simon Glass · 12 months ago
  44. 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 12 months ago
  45. a572041 tpl: Enable CONFIG_TPL_SYS_MALLOC_F where needed by Simon Glass · 12 months ago
  46. 7431b0a spl: Enable CONFIG_SPL_SYS_MALLOC_F where needed by Simon Glass · 12 months ago
  47. fd8497d spl: Create proper symbols for enabling the malloc() pool by Simon Glass · 12 months ago
  48. 77b9b18 serial: Drop mention of SPL/TPL_SYS_MALLOC_F by Simon Glass · 12 months ago
  49. f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 12 months ago
  50. e0be6ea spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 12 months ago
  51. 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 12 months ago
  52. 6c2bdf5 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · 12 months ago
  53. 5277987 spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 12 months ago
  54. 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 12 months ago
  55. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 12 months ago
  56. be2abe7 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 12 months ago
  57. cb59d23 Merge branch '2023-10-04-TI-dts-updates' by Tom Rini · 12 months ago
  58. 25453dc Merge tag 'dm-pull-4oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 12 months ago
  59. 69b19ca arm: dts: k3-j721e: Sync with v6.6-rc1 by Neha Malcom Francis · 12 months ago
  60. d73851b arm: dts: k3-j721e-r5: Clean up inclusion hierarchy by Neha Malcom Francis · 12 months ago
  61. 5b26715 configs: j721e: Remove HBMC_AM654 config by Neha Malcom Francis · 12 months ago
  62. a9c2b73 drivers: firmware: ti_sci: Get SCI revision only if TIFS/SYSFW is up by Neha Malcom Francis · 12 months ago
  63. 50fa67d arm: mach-k3: j721e_init: Move clk_k3 probe before loading TIFS by Neha Malcom Francis · 12 months ago
  64. dd0169f arm: mach-k3: j721e: dev-data: Add mcu_timer0 ID by Neha Malcom Francis · 12 months ago
  65. 0cb6515 arm: dts: k3-am625-beagleplay: Fix Boot by Nishanth Menon · 12 months ago
  66. 6d35682 arm: dts: k3-am625-sk: Mark dependent nodes for pre-relocation phase by Roger Quadros · 12 months ago
  67. 7e5b6f1 arm: dts: k3-am625-sk: Fix boot by Roger Quadros · 12 months ago
  68. 2f35889 arm: dts: k3-am642-sk: Mark dependent nodes for pre-relocation phase by Roger Quadros · 12 months ago
  69. f3285de arm: dts: k3-am642-sk: Fix boot by Roger Quadros · 12 months ago
  70. 398bd29 arm: dts: k3-am64-evm: Mark dependent nodes for pre-relocation phase by Roger Quadros · 12 months ago
  71. c043ba9 arm: dts: k3-am64-evm: Fix boot by Roger Quadros · 12 months ago
  72. 4840b71 qconfig: Update the documentation by Simon Glass · 12 months ago
  73. 5196379 qconfig: Rename the database file by Simon Glass · 12 months ago
  74. ea4d6de moveconfig: Rename the tool to qconfig by Simon Glass · 12 months ago
  75. 94e2ed7 moveconfig: Move summaries to the end by Simon Glass · 12 months ago
  76. fc07d99 moveconfig: Drop the initial output by Simon Glass · 12 months ago
  77. dc1d2e6 moveconfig: Show a summary at the end by Simon Glass · 12 months ago
  78. 6b25d21 moveconfig: Show failures in progress by Simon Glass · 12 months ago
  79. 15f19ab moveconfig: Use u_boot_pylib for terminal colour by Simon Glass · 12 months ago
  80. 95f0914 moveconfig: Avoid showing progress at the end by Simon Glass · 12 months ago
  81. 9461bf0 moveconfig: Reduce the amount of output by Simon Glass · 12 months ago
  82. 5aba58c moveconfig: Only show output when there is a reason by Simon Glass · 12 months ago
  83. f297ba3 moveconfig: Fix misc pylint warnings by Simon Glass · 12 months ago
  84. e6c686f moveconfig: Use an encoding with open() by Simon Glass · 12 months ago
  85. b774ba5 moveconfig: Correct list-comprehension warnings by Simon Glass · 12 months ago
  86. a6ab4db moveconfig: Correct use of members not declared in __init__() by Simon Glass · 12 months ago
  87. a4c9d17 moveconfig: Correct non-snake variables names by Simon Glass · 12 months ago
  88. 62fae4b moveconfig: Correct unused variables by Simon Glass · 12 months ago
  89. 1bd4306 moveconfig: Use f strings where possible by Simon Glass · 12 months ago
  90. 549d422 moveconfig: Correct parameter-type warnings by Simon Glass · 12 months ago
  91. 9827571 moveconfig: Correct some regular-expression strings by Simon Glass · 12 months ago
  92. 0313742 moveconfig: Drop suspicious boards by Simon Glass · 12 months ago
  93. c734561 moveconfig: Drop check_defconfig() and update_dotconfig() by Simon Glass · 12 months ago
  94. 882c8e4 moveconfig: Drop CONFIG-moving code by Simon Glass · 12 months ago
  95. 3481e89 moveconfig: Drop unused cleanup options by Simon Glass · 12 months ago
  96. b5aa5a3 moveconfig: Correct ordering of asteval import by Simon Glass · 12 months ago
  97. ad1f187 moveconfig: Avoid deprecation warning for setDaemon by Simon Glass · 12 months ago
  98. 63df202 moveconfig: Drop -H option by Simon Glass · 12 months ago
  99. a535a37 dm: core: Adjust dump-sorting to get stats only when needed by Simon Glass · 1 year ago
  100. b83e285 Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 12 months ago