1. 6518b41 lmb: reserve common areas during board init by Sughosh Ganu · Mon Aug 26 17:29:24 2024 +0530
  2. 65597fa lmb: introduce a function to add memory to the lmb memory map by Sughosh Ganu · Mon Aug 26 17:29:23 2024 +0530
  3. 0d733f0 lmb: allow lmb module to be used in SPL by Sughosh Ganu · Mon Aug 26 17:29:22 2024 +0530
  4. 69db78f lmb: config: add lmb config symbols for SPL by Sughosh Ganu · Mon Aug 26 17:29:21 2024 +0530
  5. aee586d lmb: remove config symbols used for lmb region count by Sughosh Ganu · Mon Aug 26 17:29:20 2024 +0530
  6. 50e2727 lmb: allow for resizing lmb regions by Sughosh Ganu · Mon Aug 26 17:29:19 2024 +0530
  7. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  8. 26d7fa1 lmb: use the BIT macro for lmb flags by Sughosh Ganu · Mon Aug 26 17:29:17 2024 +0530
  9. 78435de lmb: staticize __lmb_alloc_base() by Sughosh Ganu · Mon Aug 26 17:29:16 2024 +0530
  10. f12b794 lmb: remove the unused lmb_is_reserved() function by Sughosh Ganu · Mon Aug 26 17:29:15 2024 +0530
  11. 514a5ec alist: add a helper to check if the list is full by Sughosh Ganu · Mon Aug 26 17:29:14 2024 +0530
  12. fc101fd global_data: Drop fb_base by Simon Glass · Wed Aug 21 10:19:03 2024 -0600
  13. 97d7e46 video: Avoid setting global_data fb_base in video setup by Simon Glass · Wed Aug 21 10:19:02 2024 -0600
  14. c7a4841 video: Avoid setting global_data fb_base from SPL handoff by Simon Glass · Wed Aug 21 10:19:01 2024 -0600
  15. 51830b2 zynqmp: Avoid setting the framebuffer address by Simon Glass · Wed Aug 21 10:19:00 2024 -0600
  16. c3b8e3a arm: ronetix: Avoid accessing global_data fb_base by Simon Glass · Wed Aug 21 10:18:59 2024 -0600
  17. d0da005 arm: friendlyarm: Avoid accessing global_data fb_base by Simon Glass · Wed Aug 21 10:18:58 2024 -0600
  18. 6b4b05f video: mxs: Avoid setting global_data fb_base by Simon Glass · Wed Aug 21 10:18:57 2024 -0600
  19. 1d9e7b8 video: mxc: Avoid setting global_data fb_base by Simon Glass · Wed Aug 21 10:18:56 2024 -0600
  20. 853e8d2 video: Add a function to obtain the framebuffer address by Simon Glass · Wed Aug 21 10:18:55 2024 -0600
  21. fa4bd9f x86: Drop use of global_data fb_base by Simon Glass · Wed Aug 21 10:18:54 2024 -0600
  22. 8ae30e5 global_data: Move pci_clk to m68k and powerpc by Simon Glass · Wed Aug 21 10:18:53 2024 -0600
  23. 6c997e1 Merge patch series "test/overlay: Make this depend on SANDBOX" by Tom Rini · Fri Aug 23 15:59:44 2024 -0600
  24. 0713d7e test/cmd: Move wget test to under a sandbox guard by Tom Rini · Thu Aug 15 21:49:05 2024 -0600
  25. cae8c21 test/boot: Make BOOTSTD tests depend on UT_BOOTSTD by Tom Rini · Thu Aug 15 21:49:04 2024 -0600
  26. dfc4a02 test/overlay: Make this depend on SANDBOX by Tom Rini · Thu Aug 15 21:49:03 2024 -0600
  27. 20aedcc Merge patch series "spl: mmc: Some tweaks for SPL, particularly with MMC" by Tom Rini · Fri Aug 23 15:59:03 2024 -0600
  28. 18efdaf blk: Correct comment for blk_get_devnum_by_uclass_idname() by Simon Glass · Thu Aug 22 07:55:03 2024 -0600
  29. e806686 spl: Create a function to init spl_load_info by Simon Glass · Thu Aug 22 07:55:02 2024 -0600
  30. 9cce28b spl: Use unified inline functions for spl_load_info by Simon Glass · Thu Aug 22 07:55:01 2024 -0600
  31. 1842283 spl: mmc: Try to clean up raw-mode options by Simon Glass · Thu Aug 22 07:55:00 2024 -0600
  32. b6e79b6 spl: mmc: Adjust args of spl_mmc_find_device() by Simon Glass · Thu Aug 22 07:54:59 2024 -0600
  33. 1f475cd spl: mmc: Handle error codes consistently by Simon Glass · Thu Aug 22 07:54:58 2024 -0600
  34. bd928e1 spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT by Simon Glass · Thu Aug 22 07:54:57 2024 -0600
  35. fa55f42 log: Avoid including function names by default by Simon Glass · Thu Aug 22 07:54:56 2024 -0600
  36. 367e385 mmc: Use logging instead of pr_err() by Simon Glass · Thu Aug 22 07:54:55 2024 -0600
  37. 7811539 mmc: Use logging instead of printf() by Simon Glass · Thu Aug 22 07:54:54 2024 -0600
  38. 165264b spl: Remove remaining #ifdef in spl_parse_image_header() by Simon Glass · Thu Aug 22 07:54:53 2024 -0600
  39. edd2751 spl: Remove some #ifdefs in spl_parse_image_header() by Simon Glass · Thu Aug 22 07:54:52 2024 -0600
  40. 0ea0884 spl: Correct use of CMD_BOOTI and CMD_BOOTZ by Simon Glass · Thu Aug 22 07:54:51 2024 -0600
  41. bac075b rockchip: Move the default timer init to a common file by Simon Glass · Thu Aug 22 07:54:50 2024 -0600
  42. f82d25a Merge tag 'u-boot-imx-next-20240823' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Fri Aug 23 15:00:29 2024 -0600
  43. ef3e66d ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC by Marek Vasut · Wed Aug 21 23:03:33 2024 +0200
  44. 4cbf2b5 ARM: imx: Use USB SDPS as fallback option on Data Modul i.MX8M Plus eDM SBC by Marek Vasut · Wed Aug 21 23:01:16 2024 +0200
  45. 17ea482 configs: phycore-imx8mp_defconfig: Enabled bootaux command by Yashwanth Varakala · Tue Aug 20 17:46:30 2024 +0200
  46. 02a4a12 board: phytec: phycore_imx8mp: Add mcore support by Yashwanth Varakala · Tue Aug 20 17:46:29 2024 +0200
  47. 40efe77 mx6: Expand bmode to support ecspi3 boot by Fabio Estevam · Sat Aug 17 16:13:13 2024 -0300
  48. f5b11fa gw_ventana: Remove unneeded comments by Fabio Estevam · Fri Aug 16 00:22:17 2024 -0300
  49. 8038989 tqma6_mba6: Remove UART board code by Fabio Estevam · Wed Aug 14 15:28:45 2024 -0300
  50. 83165fc tqma6_mba6: Remove unused defines by Fabio Estevam · Wed Aug 14 15:28:44 2024 -0300
  51. 3f72d8f tqma6: Remove non-DM board code by Fabio Estevam · Wed Aug 14 15:28:43 2024 -0300
  52. ab813e1 imx: imx9: Set correct critical temperature by Primoz Fiser · Tue Aug 13 14:12:17 2024 +0200
  53. a841229 config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm by Lukasz Majewski · Fri Aug 09 18:53:32 2024 +0200
  54. 084a421 colibri-imx8x: enable i.MX specific SNVS configuration by Andrejs Cainikovs · Wed Aug 07 16:16:20 2024 +0200
  55. 4919020 colibri-imx8x: enable i.MX specific BOOTAUX by Andrejs Cainikovs · Wed Aug 07 16:16:19 2024 +0200
  56. af1902d apalis-imx8: enable i.MX specific BOOTAUX by Andrejs Cainikovs · Wed Aug 07 16:16:18 2024 +0200
  57. e7a42ef board: apalis-imx8: add reset code by Andrejs Cainikovs · Wed Aug 07 16:16:17 2024 +0200
  58. a6d28da Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung into next by Tom Rini · Thu Aug 22 08:15:04 2024 -0600
  59. c892dd7 Merge tag 'u-boot-dfu-next-20240820' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Tue Aug 20 08:08:52 2024 -0600
  60. 80a5b70 usb: gadget: udc: Fix duplicate uclass name by Zixun LI · Fri Aug 02 11:28:11 2024 +0200
  61. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · Mon Aug 19 18:24:58 2024 -0600
  62. c8bbfe1 Prepare v2024.10-rc3 by Tom Rini · Mon Aug 19 17:15:10 2024 -0600
  63. 90e8302 Merge patch series "clk: mediatek: mt7622: clk migration for OF_UPSTREAM" by Tom Rini · Mon Aug 19 16:15:47 2024 -0600
  64. 58c6845 clk: mediatek: mt7622: add missing A1/2SYS clock ID by Christian Marangi · Sat Aug 03 10:43:26 2024 +0200
  65. 24f10ca clk: mediatek: mt7622: add missing clock PERIBUS_SEL clock by Christian Marangi · Sat Aug 03 10:43:25 2024 +0200
  66. 66b75e4 clk: mediatek: mt7622: add missing clock PERI_UART4_PD by Christian Marangi · Sat Aug 03 10:43:24 2024 +0200
  67. 10bf15f clk: mediatek: mt7622: add missing clock MUX1_SEL by Christian Marangi · Sat Aug 03 10:43:23 2024 +0200
  68. 5ef8a21 clk: mediatek: mt7622: add missing clock define for MAIN_CORE_EN by Christian Marangi · Sat Aug 03 10:43:22 2024 +0200
  69. 614ae87 clk: mediatek: mt7622: move INFRA_TRNG to the bottom by Christian Marangi · Sat Aug 03 10:43:21 2024 +0200
  70. fa5ee2a clk: mediatek: mt7622: rename AUDIO_AWB3 to AUDIO_AWB2 by Christian Marangi · Sat Aug 03 10:43:20 2024 +0200
  71. 20cefbc clk: mediatek: mt7622: fix broken peri_cgs clk with XTAL parents by Christian Marangi · Sat Aug 03 10:43:19 2024 +0200
  72. 15e3742 Merge patch series "clk: mediatek: mt7986: clk migration for OF_UPSTREAM" by Tom Rini · Mon Aug 19 16:15:13 2024 -0600
  73. 07603e4 clk: mediatek: mt7986: rename CK to CLK by Christian Marangi · Sat Aug 03 10:40:48 2024 +0200
  74. bf79ce0 clk: mediatek: mt7986: convert to unified infracfg gates + muxes by Christian Marangi · Sat Aug 03 10:40:47 2024 +0200
  75. 61c9220 clk: mediatek: mt7986: replace infracfg ID with upstream linux by Christian Marangi · Sat Aug 03 10:40:46 2024 +0200
  76. 6698b4d clk: mediatek: mt7986: move INFRA_TRNG_CK to the bottom of the list by Christian Marangi · Sat Aug 03 10:40:45 2024 +0200
  77. efc33e4 clk: mediatek: mt7986: comment out CK_TOP_A_TUNER as not used by Christian Marangi · Sat Aug 03 10:40:44 2024 +0200
  78. 0fc50e7 clk: mediatek: mt7986: drop 1/1 spurious factor for topckgen by Christian Marangi · Sat Aug 03 10:40:43 2024 +0200
  79. 83b17ec clk: mediatek: mt7986: reorder TOPCKGEN factor ID by Christian Marangi · Sat Aug 03 10:40:42 2024 +0200
  80. 9276f07 clk: mediatek: mt7986: rename TOPCKGEN factor clock to upstream naming by Christian Marangi · Sat Aug 03 10:40:41 2024 +0200
  81. 30c4b86 clk: mediatek: mt7986: fix typo for infra_i2c0_ck by Christian Marangi · Sat Aug 03 10:40:40 2024 +0200
  82. 6a89a38 clk: mediatek: mt7986: add missing entry for IPCIE_PIPE_CK infra gate by Christian Marangi · Sat Aug 03 10:40:39 2024 +0200
  83. ab4de13 clk: mediatek: mt7986: drop 1/1 infracfg spurious factor by Christian Marangi · Sat Aug 03 10:40:38 2024 +0200
  84. 76052a2 clk: mediatek: mt7986: fix wrong parent for INFRA_ADC_26M_CK by Christian Marangi · Sat Aug 03 10:40:37 2024 +0200
  85. 7739a5f clk: mediatek: mt7986: rename 66M_MCK to SYSAXI_D2 by Christian Marangi · Sat Aug 03 10:40:36 2024 +0200
  86. 0178c61 clk: mediatek: mt7986: rename CB_CKSQ_40M to TOP_XTAL by Christian Marangi · Sat Aug 03 10:40:35 2024 +0200
  87. d349194 clk: mediatek: mt7986: fix wrong shift for PCIe clocks by Christian Marangi · Sat Aug 03 10:40:34 2024 +0200
  88. c7e9c37 Merge patch series "clk: mediatek: mt7988: clk migration for OF_UPSTREAM" by Tom Rini · Mon Aug 19 16:14:29 2024 -0600
  89. e4bfc44 clk: mediatek: mt7988: rename CK to CLK by Christian Marangi · Sat Aug 03 10:33:02 2024 +0200
  90. 826afb7 clk: mediatek: mt7988: convert to unified infracfg gates + muxes by Christian Marangi · Sat Aug 03 10:33:01 2024 +0200
  91. 54894b3 clk: mediatek: mt7988: replace clock ID with upstream linux by Christian Marangi · Sat Aug 03 10:33:00 2024 +0200
  92. dee002c clk: mediatek: mt7988: comment out infracfg clk not defined by Christian Marangi · Sat Aug 03 10:32:59 2024 +0200
  93. 245c850 clk: mediatek: mt7988: drop 1/1 spurious factor for topckgen by Christian Marangi · Sat Aug 03 10:32:58 2024 +0200
  94. ecf47ee clk: mediatek: mt7988: reorder TOPCKGEN factor ID by Christian Marangi · Sat Aug 03 10:32:57 2024 +0200
  95. 532f979 clk: mediatek: mt7988: rename TOPCKGEN factor clock to upstream naming by Christian Marangi · Sat Aug 03 10:32:56 2024 +0200
  96. d1f073e clk: mediatek: mt7988: drop 1/1 infracfg spurious factor by Christian Marangi · Sat Aug 03 10:32:55 2024 +0200
  97. 70bc4e4 clk: mediatek: mt7988: fix wrong parent for INFRA_PCIE_PERI_26M_CK_P2 by Christian Marangi · Sat Aug 03 10:32:54 2024 +0200
  98. 82a4ce2 clk: mediatek: mt7988: move INFRA_PCIE_PERI_26M_CK_Px clock at top by Christian Marangi · Sat Aug 03 10:32:53 2024 +0200
  99. fb43efd clk: mediatek: mt7988: rename TOP_CK_NPU_SEL_CM_TOPS_SEL to TOP_NPU_SEL by Christian Marangi · Sat Aug 03 10:32:52 2024 +0200
  100. 6db498a clk: mediatek: mt7988: rename TOP_DA_SELM_XTAL_SEL to TOP_DA_SEL by Christian Marangi · Sat Aug 03 10:32:51 2024 +0200