1. 04b480a global_data: Put phys_addr fields near the top by Simon Glass · Wed Aug 21 10:19:21 2024 -0600
  2. fe61684 global_data: Move env_addr field higher by Simon Glass · Wed Aug 21 10:19:20 2024 -0600
  3. df71aab global_data: Move baud_rate field lower by Simon Glass · Wed Aug 21 10:19:19 2024 -0600
  4. 91bbb3b global_data: Reduce size of early-malloc vars by Simon Glass · Fri Aug 23 14:27:04 2024 -0600
  5. 9113dd3 global_data: log: Reorder and shrink fields by Simon Glass · Wed Aug 21 10:19:17 2024 -0600
  6. 0b6675d global_data: Reduce the size of mon_len by Simon Glass · Wed Aug 21 10:19:16 2024 -0600
  7. f782d54 global_data: Reduce the size of bus_clk and mem_clk by Simon Glass · Wed Aug 21 10:19:15 2024 -0600
  8. a9ffc54 global_data: Collect common fields at the top by Simon Glass · Wed Aug 21 10:19:14 2024 -0600
  9. b711ef7 global_data: Drop spl_handoff by Simon Glass · Wed Aug 21 10:19:13 2024 -0600
  10. da0eeb8 board_f: Move new_bloblist to boardf by Simon Glass · Wed Aug 21 10:19:12 2024 -0600
  11. d5d6f68 board_f: Move new_bootstage to boardf by Simon Glass · Wed Aug 21 10:19:11 2024 -0600
  12. 00f860f board_f: Move fdt_size to board by Simon Glass · Wed Aug 21 10:19:10 2024 -0600
  13. 7f67b37 board_f: Add a new struct to hold pre-relocation info by Simon Glass · Wed Aug 21 10:19:09 2024 -0600
  14. c726f28 global_data: Use less space for environment fields by Simon Glass · Wed Aug 21 10:19:08 2024 -0600
  15. 4e792ed global_data: Drop pci_bootdelay by Simon Glass · Wed Aug 21 10:19:07 2024 -0600
  16. e0c508e global_data: Drop global_data hose by Simon Glass · Wed Aug 21 10:19:06 2024 -0600
  17. 0fafd2a global_data: Remove pci_ram_top by Simon Glass · Wed Aug 21 10:19:05 2024 -0600
  18. d4b0fdb global_data: Convert have_console into a flag by Simon Glass · Wed Aug 21 10:19:04 2024 -0600
  19. fc101fd global_data: Drop fb_base by Simon Glass · Wed Aug 21 10:19:03 2024 -0600
  20. 97d7e46 video: Avoid setting global_data fb_base in video setup by Simon Glass · Wed Aug 21 10:19:02 2024 -0600
  21. c7a4841 video: Avoid setting global_data fb_base from SPL handoff by Simon Glass · Wed Aug 21 10:19:01 2024 -0600
  22. 51830b2 zynqmp: Avoid setting the framebuffer address by Simon Glass · Wed Aug 21 10:19:00 2024 -0600
  23. c3b8e3a arm: ronetix: Avoid accessing global_data fb_base by Simon Glass · Wed Aug 21 10:18:59 2024 -0600
  24. d0da005 arm: friendlyarm: Avoid accessing global_data fb_base by Simon Glass · Wed Aug 21 10:18:58 2024 -0600
  25. 6b4b05f video: mxs: Avoid setting global_data fb_base by Simon Glass · Wed Aug 21 10:18:57 2024 -0600
  26. 1d9e7b8 video: mxc: Avoid setting global_data fb_base by Simon Glass · Wed Aug 21 10:18:56 2024 -0600
  27. 853e8d2 video: Add a function to obtain the framebuffer address by Simon Glass · Wed Aug 21 10:18:55 2024 -0600
  28. fa4bd9f x86: Drop use of global_data fb_base by Simon Glass · Wed Aug 21 10:18:54 2024 -0600
  29. 8ae30e5 global_data: Move pci_clk to m68k and powerpc by Simon Glass · Wed Aug 21 10:18:53 2024 -0600
  30. 6c997e1 Merge patch series "test/overlay: Make this depend on SANDBOX" by Tom Rini · Fri Aug 23 15:59:44 2024 -0600
  31. 0713d7e test/cmd: Move wget test to under a sandbox guard by Tom Rini · Thu Aug 15 21:49:05 2024 -0600
  32. cae8c21 test/boot: Make BOOTSTD tests depend on UT_BOOTSTD by Tom Rini · Thu Aug 15 21:49:04 2024 -0600
  33. dfc4a02 test/overlay: Make this depend on SANDBOX by Tom Rini · Thu Aug 15 21:49:03 2024 -0600
  34. 20aedcc Merge patch series "spl: mmc: Some tweaks for SPL, particularly with MMC" by Tom Rini · Fri Aug 23 15:59:03 2024 -0600
  35. 18efdaf blk: Correct comment for blk_get_devnum_by_uclass_idname() by Simon Glass · Thu Aug 22 07:55:03 2024 -0600
  36. e806686 spl: Create a function to init spl_load_info by Simon Glass · Thu Aug 22 07:55:02 2024 -0600
  37. 9cce28b spl: Use unified inline functions for spl_load_info by Simon Glass · Thu Aug 22 07:55:01 2024 -0600
  38. 1842283 spl: mmc: Try to clean up raw-mode options by Simon Glass · Thu Aug 22 07:55:00 2024 -0600
  39. b6e79b6 spl: mmc: Adjust args of spl_mmc_find_device() by Simon Glass · Thu Aug 22 07:54:59 2024 -0600
  40. 1f475cd spl: mmc: Handle error codes consistently by Simon Glass · Thu Aug 22 07:54:58 2024 -0600
  41. bd928e1 spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT by Simon Glass · Thu Aug 22 07:54:57 2024 -0600
  42. fa55f42 log: Avoid including function names by default by Simon Glass · Thu Aug 22 07:54:56 2024 -0600
  43. 367e385 mmc: Use logging instead of pr_err() by Simon Glass · Thu Aug 22 07:54:55 2024 -0600
  44. 7811539 mmc: Use logging instead of printf() by Simon Glass · Thu Aug 22 07:54:54 2024 -0600
  45. 165264b spl: Remove remaining #ifdef in spl_parse_image_header() by Simon Glass · Thu Aug 22 07:54:53 2024 -0600
  46. edd2751 spl: Remove some #ifdefs in spl_parse_image_header() by Simon Glass · Thu Aug 22 07:54:52 2024 -0600
  47. 0ea0884 spl: Correct use of CMD_BOOTI and CMD_BOOTZ by Simon Glass · Thu Aug 22 07:54:51 2024 -0600
  48. bac075b rockchip: Move the default timer init to a common file by Simon Glass · Thu Aug 22 07:54:50 2024 -0600
  49. 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
  50. 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
  51. 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
  52. 17ea482 configs: phycore-imx8mp_defconfig: Enabled bootaux command by Yashwanth Varakala · Tue Aug 20 17:46:30 2024 +0200
  53. 02a4a12 board: phytec: phycore_imx8mp: Add mcore support by Yashwanth Varakala · Tue Aug 20 17:46:29 2024 +0200
  54. 40efe77 mx6: Expand bmode to support ecspi3 boot by Fabio Estevam · Sat Aug 17 16:13:13 2024 -0300
  55. f5b11fa gw_ventana: Remove unneeded comments by Fabio Estevam · Fri Aug 16 00:22:17 2024 -0300
  56. 8038989 tqma6_mba6: Remove UART board code by Fabio Estevam · Wed Aug 14 15:28:45 2024 -0300
  57. 83165fc tqma6_mba6: Remove unused defines by Fabio Estevam · Wed Aug 14 15:28:44 2024 -0300
  58. 3f72d8f tqma6: Remove non-DM board code by Fabio Estevam · Wed Aug 14 15:28:43 2024 -0300
  59. ab813e1 imx: imx9: Set correct critical temperature by Primoz Fiser · Tue Aug 13 14:12:17 2024 +0200
  60. 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
  61. 084a421 colibri-imx8x: enable i.MX specific SNVS configuration by Andrejs Cainikovs · Wed Aug 07 16:16:20 2024 +0200
  62. 4919020 colibri-imx8x: enable i.MX specific BOOTAUX by Andrejs Cainikovs · Wed Aug 07 16:16:19 2024 +0200
  63. af1902d apalis-imx8: enable i.MX specific BOOTAUX by Andrejs Cainikovs · Wed Aug 07 16:16:18 2024 +0200
  64. e7a42ef board: apalis-imx8: add reset code by Andrejs Cainikovs · Wed Aug 07 16:16:17 2024 +0200
  65. 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
  66. 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
  67. 80a5b70 usb: gadget: udc: Fix duplicate uclass name by Zixun LI · Fri Aug 02 11:28:11 2024 +0200
  68. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · Mon Aug 19 18:24:58 2024 -0600
  69. c8bbfe1 Prepare v2024.10-rc3 by Tom Rini · Mon Aug 19 17:15:10 2024 -0600
  70. 90e8302 Merge patch series "clk: mediatek: mt7622: clk migration for OF_UPSTREAM" by Tom Rini · Mon Aug 19 16:15:47 2024 -0600
  71. 58c6845 clk: mediatek: mt7622: add missing A1/2SYS clock ID by Christian Marangi · Sat Aug 03 10:43:26 2024 +0200
  72. 24f10ca clk: mediatek: mt7622: add missing clock PERIBUS_SEL clock by Christian Marangi · Sat Aug 03 10:43:25 2024 +0200
  73. 66b75e4 clk: mediatek: mt7622: add missing clock PERI_UART4_PD by Christian Marangi · Sat Aug 03 10:43:24 2024 +0200
  74. 10bf15f clk: mediatek: mt7622: add missing clock MUX1_SEL by Christian Marangi · Sat Aug 03 10:43:23 2024 +0200
  75. 5ef8a21 clk: mediatek: mt7622: add missing clock define for MAIN_CORE_EN by Christian Marangi · Sat Aug 03 10:43:22 2024 +0200
  76. 614ae87 clk: mediatek: mt7622: move INFRA_TRNG to the bottom by Christian Marangi · Sat Aug 03 10:43:21 2024 +0200
  77. fa5ee2a clk: mediatek: mt7622: rename AUDIO_AWB3 to AUDIO_AWB2 by Christian Marangi · Sat Aug 03 10:43:20 2024 +0200
  78. 20cefbc clk: mediatek: mt7622: fix broken peri_cgs clk with XTAL parents by Christian Marangi · Sat Aug 03 10:43:19 2024 +0200
  79. 15e3742 Merge patch series "clk: mediatek: mt7986: clk migration for OF_UPSTREAM" by Tom Rini · Mon Aug 19 16:15:13 2024 -0600
  80. 07603e4 clk: mediatek: mt7986: rename CK to CLK by Christian Marangi · Sat Aug 03 10:40:48 2024 +0200
  81. bf79ce0 clk: mediatek: mt7986: convert to unified infracfg gates + muxes by Christian Marangi · Sat Aug 03 10:40:47 2024 +0200
  82. 61c9220 clk: mediatek: mt7986: replace infracfg ID with upstream linux by Christian Marangi · Sat Aug 03 10:40:46 2024 +0200
  83. 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
  84. efc33e4 clk: mediatek: mt7986: comment out CK_TOP_A_TUNER as not used by Christian Marangi · Sat Aug 03 10:40:44 2024 +0200
  85. 0fc50e7 clk: mediatek: mt7986: drop 1/1 spurious factor for topckgen by Christian Marangi · Sat Aug 03 10:40:43 2024 +0200
  86. 83b17ec clk: mediatek: mt7986: reorder TOPCKGEN factor ID by Christian Marangi · Sat Aug 03 10:40:42 2024 +0200
  87. 9276f07 clk: mediatek: mt7986: rename TOPCKGEN factor clock to upstream naming by Christian Marangi · Sat Aug 03 10:40:41 2024 +0200
  88. 30c4b86 clk: mediatek: mt7986: fix typo for infra_i2c0_ck by Christian Marangi · Sat Aug 03 10:40:40 2024 +0200
  89. 6a89a38 clk: mediatek: mt7986: add missing entry for IPCIE_PIPE_CK infra gate by Christian Marangi · Sat Aug 03 10:40:39 2024 +0200
  90. ab4de13 clk: mediatek: mt7986: drop 1/1 infracfg spurious factor by Christian Marangi · Sat Aug 03 10:40:38 2024 +0200
  91. 76052a2 clk: mediatek: mt7986: fix wrong parent for INFRA_ADC_26M_CK by Christian Marangi · Sat Aug 03 10:40:37 2024 +0200
  92. 7739a5f clk: mediatek: mt7986: rename 66M_MCK to SYSAXI_D2 by Christian Marangi · Sat Aug 03 10:40:36 2024 +0200
  93. 0178c61 clk: mediatek: mt7986: rename CB_CKSQ_40M to TOP_XTAL by Christian Marangi · Sat Aug 03 10:40:35 2024 +0200
  94. d349194 clk: mediatek: mt7986: fix wrong shift for PCIe clocks by Christian Marangi · Sat Aug 03 10:40:34 2024 +0200
  95. c7e9c37 Merge patch series "clk: mediatek: mt7988: clk migration for OF_UPSTREAM" by Tom Rini · Mon Aug 19 16:14:29 2024 -0600
  96. e4bfc44 clk: mediatek: mt7988: rename CK to CLK by Christian Marangi · Sat Aug 03 10:33:02 2024 +0200
  97. 826afb7 clk: mediatek: mt7988: convert to unified infracfg gates + muxes by Christian Marangi · Sat Aug 03 10:33:01 2024 +0200
  98. 54894b3 clk: mediatek: mt7988: replace clock ID with upstream linux by Christian Marangi · Sat Aug 03 10:33:00 2024 +0200
  99. dee002c clk: mediatek: mt7988: comment out infracfg clk not defined by Christian Marangi · Sat Aug 03 10:32:59 2024 +0200
  100. 245c850 clk: mediatek: mt7988: drop 1/1 spurious factor for topckgen by Christian Marangi · Sat Aug 03 10:32:58 2024 +0200