1. dede31c Merge tag 'u-boot-imx-master-20240802' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 months ago
  2. c8e8a36 config: Adjust Phytec imx8mm module config to support NVME disk by Lukasz Majewski · 4 months ago
  3. d622af5 configs: imx93: enable the 'cpu' command by Hou Zhiqiang · 4 months ago
  4. c70ba44 configs: imx8m: enable the 'cpu' command by Hou Zhiqiang · 4 months ago
  5. a1be5c9 MAINTAINERS: add entry for cpu command by Hou Zhiqiang · 4 months ago
  6. 451e2e7 doc: cmd: add documentation for cpu command by Hou Zhiqiang · 4 months ago
  7. 4862c6f cmd: cpu: add release subcommand by Hou Zhiqiang · 4 months ago
  8. 863a154 cpu: imx: implement release_core callback by Hou Zhiqiang · 4 months ago
  9. 78ff9db cpu: imx: Add i.MX 8M series SoCs by Hou Zhiqiang · 4 months ago
  10. baea09c cpu: imx: removed the tail '\n' of the CPU description by Hou Zhiqiang · 4 months ago
  11. c5e1a11 cpu: imx: fix the CPU type field width by Hou Zhiqiang · 4 months ago
  12. a1124da cpu: imx: fix the CPU frequency in cpu_imx_get_info() by Hou Zhiqiang · 4 months ago
  13. 42d7836 test: cpu: add test for release CPU core. by Hou Zhiqiang · 4 months ago
  14. 4274452 cpu: sandbox: implement release_core callback by Hou Zhiqiang · 4 months ago
  15. ace391d cpu: add release_core callback by Hou Zhiqiang · 4 months ago
  16. 04a0643 clk: imx8m: register ARM A53 core clock by Hou Zhiqiang · 4 months ago
  17. 170142a configs: phycore-imx8mp_defconfig: enable CMD_ERASEENV by Yannic Moog · 4 months ago
  18. b71bbc8 configs: phycore-imx8mm_defconfig: enable CMD_ERASEENV by Yannic Moog · 4 months ago
  19. 7116bdc configs: imx8mm-phygate-tauri-l_defconfig: enable CMD_ERASEENV by Yannic Moog · 4 months ago
  20. a5383b3 warp7: Convert to OF_UPSTREAM by Fabio Estevam · 4 months ago
  21. f84d65c clk: clk-uclass: Print clk name in clk_enable/clk_disable by Michael Trimarchi · 5 months ago
  22. 92ff9b6 clk: Revise help text for clk_get_parent_rate() by Alexander Dahl · 7 months ago
  23. 46bba6e clk: Fix error message in clk_get_bulk by Jan Kiszka · 9 months ago
  24. a4a0c6e Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM" by Tom Rini · 4 months ago
  25. 3c2ae7d clk: mediatek: add support for APMIXED parent in infra MUX by Christian Marangi · 5 months ago
  26. 475d00f clk: mediatek: add support for GATEs for APMIXED OPs by Christian Marangi · 5 months ago
  27. c05ebe6 clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macro by Christian Marangi · 5 months ago
  28. 29771ad clk: mediatek: add support for remapping clock ID by Christian Marangi · 5 months ago
  29. e03d080 clk: mediatek: provide common clk init function for infrasys by Christian Marangi · 5 months ago
  30. 56dc7cd clk: mediatek: add support for gate clock to reference topckgen clock by Christian Marangi · 5 months ago
  31. 1bde149 clk: mediatek: add support for parent mux from different source for topckgen by Christian Marangi · 5 months ago
  32. a4143eb clk: mediatek: add support for parent mux from different source by Christian Marangi · 5 months ago
  33. 8f5b30c clk: mediatek: add support for gate ID at offset by Christian Marangi · 5 months ago
  34. baa244c clk: mediatek: add support for gates in clk_tree for infrasys by Christian Marangi · 5 months ago
  35. 358415a clk: mediatek: return XTAL rate for infrasys get_mux_rate by Christian Marangi · 5 months ago
  36. 16f5f3f clk: mediatek: return XTAL rate directly for gates with XTAL parent by Christian Marangi · 5 months ago
  37. abed372 net: dwc_eth_qos: mdio: Implement clause 45 by Philip Oberfichtner · 7 months ago
  38. 4565096 net/tftp: make tftpput working with servers that do not use OACK by Mikhail Kshevetskiy · 5 months ago
  39. 404a837 net: remove duplicate eth_env_set_enetaddr_by_index() declaration by Alexander Sverdlin · 5 months ago
  40. 06e8f11 Merge tag 'video-20240731' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 months ago
  41. 5371184 usb: bootm: Drop old USB-device-removal code by Simon Glass · 4 months ago
  42. c5d2ec8 tools: Add script to update git subtree projects by Raymond Mao · 4 months ago
  43. 06f6c9f env: mmc: Fix env loading with CONFIG_SYS_MMC_ENV_PART by Mattijs Korpershoek · 4 months ago
  44. 614a2ef Merge patch series "Endian Kconfig improvements" by Tom Rini · 4 months ago
  45. 0803a27 config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possible by Jiaxun Yang · 4 months ago
  46. 33e289a Kconfig: Unify endian support option by Jiaxun Yang · 4 months ago
  47. 89ee5ef sandbox: Drop video-sync in serial driver by Simon Glass · 4 months ago
  48. cc42f2c sandbox: Increase cyclic CPU-time limit by Simon Glass · 4 months ago
  49. e0337a5 video: Use cyclic to handle video sync by Simon Glass · 4 months ago
  50. 7f6280f video: Move last_sync to private data by Simon Glass · 4 months ago
  51. 0b38522 cyclic: Add a symbol for SPL by Simon Glass · 4 months ago
  52. fd8fd1c Merge tag 'efi-2024-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 months ago
  53. 6012c1e dm: use list_count_nodes() for counting list nodes by Sughosh Ganu · 4 months ago
  54. 21ad4cc efi_memory: get the efi_mem_list node directly by Sughosh Ganu · 4 months ago
  55. 7d2c279 efi_memory: avoid possible null pointer dereference by Sughosh Ganu · 4 months ago
  56. 38dcdb8 efi_memory: use list_count_nodes() to count list entries by Sughosh Ganu · 4 months ago
  57. 7ac5777 linux: list: add a function to count list nodes by Sughosh Ganu · 4 months ago
  58. 9b4e1f5 efi_loader: correct check in efi_load_option_dp_join() by Heinrich Schuchardt · 4 months ago
  59. cb6fa2f doc: Add a description for bootmeth_android by Mattijs Korpershoek · 4 months ago
  60. bfeb45f smbios: add extended Extended BIOS ROM Size by Heinrich Schuchardt · 4 months ago
  61. feb76da efi_loader: add /dtbs search path by Caleb Connolly · 4 months ago
  62. 7cbf745 efi_loader: require EFI boot manager for EBBR compliance by Heinrich Schuchardt · 4 months ago
  63. 44fa8ff efi_loader: adjust config options for capsule updates by Ilias Apalodimas · 5 months ago
  64. c88e90a Merge patch series "led: implement software blinking" by Tom Rini · 4 months ago
  65. 56250a6 led: Add dts property to specify blinking of the led by Michael Polyntsov · 4 months ago
  66. 353deb9 led: Implement software led blinking by Michael Polyntsov · 4 months ago
  67. 8224f16 led: enable LEDST_BLINK state unconditionally by Mikhail Kshevetskiy · 4 months ago
  68. e6cf54c Merge patch series "include: asm-generic: Remove duplicate newlines" by Tom Rini · 4 months ago
  69. 4fdfc84 include: Remove duplicate newlines by Marek Vasut · 4 months ago
  70. 199427c include: zfs: Remove duplicate newlines by Marek Vasut · 4 months ago
  71. 2cc7bb5 include: valgrind: Remove duplicate newlines by Marek Vasut · 4 months ago
  72. 84d41f8 include: usb: Remove duplicate newlines by Marek Vasut · 4 months ago
  73. 70e4769 include: u-boot: Remove duplicate newlines by Marek Vasut · 4 months ago
  74. 32ddde0 include: power: Remove duplicate newlines by Marek Vasut · 4 months ago
  75. 40ea5cf include: net: Remove duplicate newlines by Marek Vasut · 4 months ago
  76. 74f0a0e include: mtd: Remove duplicate newlines by Marek Vasut · 4 months ago
  77. bec41a1 include: linux: Remove duplicate newlines by Marek Vasut · 4 months ago
  78. ad987bc include: jffs2: Remove duplicate newlines by Marek Vasut · 4 months ago
  79. 7d5f123 include: fsl-mc: Remove duplicate newlines by Marek Vasut · 4 months ago
  80. 38f2058 include: firmware: Remove duplicate newlines by Marek Vasut · 4 months ago
  81. b4617a2 include: dt-bindings: Remove duplicate newlines by Marek Vasut · 4 months ago
  82. 257a52e include: dm: Remove duplicate newlines by Marek Vasut · 4 months ago
  83. deb28c7 include: asm-generic: Remove duplicate newlines by Marek Vasut · 4 months ago
  84. 9034210 Merge tag 'dm-pull-29jul24' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 months ago
  85. a643aed Makefile: Pass OF_SPL_REMOVE_PROPS to binman by Simon Glass · 4 months ago
  86. e41ada7 Makefile: Provide VPL devicetree and padding to binman by Simon Glass · 4 months ago
  87. a04b994 binman: fit: Allow running fdtgrep on devicetree blobs by Simon Glass · 4 months ago
  88. 5f7aadf binman: fit: Write the compatible string to configuration by Simon Glass · 4 months ago
  89. cd2783e binman: fit: Allow providing FDT filenames in a directory by Simon Glass · 4 months ago
  90. f359892 binman: Add support for alternative FDTs by Simon Glass · 4 months ago
  91. 7b72c91 binman: Allow entry types to override FDT contents by Simon Glass · 4 months ago
  92. 482dd31 binman: Remove dependency on pylibfdt for entry-docs by Simon Glass · 4 months ago
  93. ffe8138 binman: Add a bintool for fdtgrep by Simon Glass · 4 months ago
  94. 4b86127 binman: Correct indentation in testSplPubkeyDtb by Simon Glass · 4 months ago
  95. d9e01d2 binman: Fix a comment typo in _DoReadFileDtb() by Simon Glass · 4 months ago
  96. 6b5110b binman: Mention expanded entries in u-boot-vpl by Simon Glass · 4 months ago
  97. 8197552 binman: Correct comment in blob_dtb GetFdtEtype() by Simon Glass · 4 months ago
  98. d3cd5cc binman: Write the compressed output to a file by Simon Glass · 4 months ago
  99. 94a5568 binman: elf: Add more debugging to LookupAndWriteSymbols() by Simon Glass · 4 months ago
  100. 1a246ee binman: Move problem-checking code into a function by Simon Glass · 4 months ago