1. ad744ad Merge patch series "bootstd: Try again to resolve infinite-loop bug" by Tom Rini · 3 months ago
  2. 7d493af Merge patch series "arch: arm: dts: ti: Add missing fss range" by Tom Rini · 3 months ago
  3. 5aaa562 bootstd: Make bootdev_next_prio() continue after failure by Simon Glass · 3 months ago
  4. 15f128a Revert "bootdev: avoid infinite probe loop" by Simon Glass · 3 months ago
  5. a42959e arch: arm: dts: k3-j721e-r5-sk: Add missing fss range by Jonathan Humphreys · 4 months ago
  6. 43711be arch: arm: dts: k3-j721e-r5-evm: Add missing fss range by Jonathan Humphreys · 4 months ago
  7. beb3106 arch: arm: dts: k3-j7200-r5-evm: Add missing fss range by Jonathan Humphreys · 4 months ago
  8. 8ceee80 arch: arm: dts: k3-am69-r5-sk: Add missing fss range by Jonathan Humphreys · 4 months ago
  9. d63f166 arch: arm: dts: k3-j784s4-r5-evm: Add missing fss range by Jonathan Humphreys · 4 months ago
  10. c7f0358 Merge patch series "Tidy up console recording in tests" by Tom Rini · 3 months ago
  11. d72dfa7 doc: Add a few notes about how to use console checking by Simon Glass · 3 months ago
  12. c579bd4 test: Tidy up checking for console end by Simon Glass · 3 months ago
  13. cbb230e test: Use UTF_CONSOLE in remaining tests by Simon Glass · 3 months ago
  14. 0ccbde5 test: log: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  15. f8dc379 test: hush: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  16. f54458b test: dm: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  17. 5622825 test: cmd: Drop unnecessary console_record_reset_enable() by Simon Glass · 3 months ago
  18. aeee87e test: cmd: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  19. 27c46ab test: fdt: Move common code into the setup functions by Simon Glass · 3 months ago
  20. f80a914 test: fdt: Check internal-function return values by Simon Glass · 3 months ago
  21. f042502 test: boot: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  22. eb07bd0 test: bloblist: Use UTF_CONSOLE in tests by Simon Glass · 3 months ago
  23. 12439ed test: Update NAND test to avoid extra macros by Simon Glass · 3 months ago
  24. 9703a93 mmc: Drop the blank line before accesses by Simon Glass · 3 months ago
  25. 11fcfa3 test: Rename UTF_CONSOLE_REC to UTF_CONSOLE by Simon Glass · 3 months ago
  26. d6c52f4 test: Drop the blank line before test macros by Simon Glass · 3 months ago
  27. 1a92f83 test: Rename unit-test flags by Simon Glass · 3 months ago
  28. c2e59eb test: Fail when an empty line is expected but not present by Simon Glass · 3 months ago
  29. f4f0acc buildman: Make test_process_limit handle time.monotonic() by Simon Glass · 3 months ago
  30. 1227418 Merge patch series "global_data: Reduce size of struct global_data" by Tom Rini · 3 months ago
  31. 0a0de53 doc: Add some guidelines about global data by Simon Glass · 3 months ago
  32. 4c8852b doc: Move generic-board documentation into rst by Simon Glass · 3 months ago
  33. ee8e6a6 global_data: Remove environment members if not used by Simon Glass · 3 months ago
  34. 8a0417f global_data: Remove jump table in SPL by Simon Glass · 3 months ago
  35. 6852467 global_data: Move pointer members together by Simon Glass · 3 months ago
  36. dbd8eb2 global_data: Move ulong fields together by Simon Glass · 3 months ago
  37. 04b480a global_data: Put phys_addr fields near the top by Simon Glass · 3 months ago
  38. fe61684 global_data: Move env_addr field higher by Simon Glass · 3 months ago
  39. df71aab global_data: Move baud_rate field lower by Simon Glass · 3 months ago
  40. 91bbb3b global_data: Reduce size of early-malloc vars by Simon Glass · 3 months ago
  41. 9113dd3 global_data: log: Reorder and shrink fields by Simon Glass · 3 months ago
  42. 0b6675d global_data: Reduce the size of mon_len by Simon Glass · 3 months ago
  43. f782d54 global_data: Reduce the size of bus_clk and mem_clk by Simon Glass · 3 months ago
  44. a9ffc54 global_data: Collect common fields at the top by Simon Glass · 3 months ago
  45. b711ef7 global_data: Drop spl_handoff by Simon Glass · 3 months ago
  46. da0eeb8 board_f: Move new_bloblist to boardf by Simon Glass · 3 months ago
  47. d5d6f68 board_f: Move new_bootstage to boardf by Simon Glass · 3 months ago
  48. 00f860f board_f: Move fdt_size to board by Simon Glass · 3 months ago
  49. 7f67b37 board_f: Add a new struct to hold pre-relocation info by Simon Glass · 3 months ago
  50. c726f28 global_data: Use less space for environment fields by Simon Glass · 3 months ago
  51. 4e792ed global_data: Drop pci_bootdelay by Simon Glass · 3 months ago
  52. e0c508e global_data: Drop global_data hose by Simon Glass · 3 months ago
  53. 0fafd2a global_data: Remove pci_ram_top by Simon Glass · 3 months ago
  54. d4b0fdb global_data: Convert have_console into a flag by Simon Glass · 3 months ago
  55. fc101fd global_data: Drop fb_base by Simon Glass · 3 months ago
  56. 97d7e46 video: Avoid setting global_data fb_base in video setup by Simon Glass · 3 months ago
  57. c7a4841 video: Avoid setting global_data fb_base from SPL handoff by Simon Glass · 3 months ago
  58. 51830b2 zynqmp: Avoid setting the framebuffer address by Simon Glass · 3 months ago
  59. c3b8e3a arm: ronetix: Avoid accessing global_data fb_base by Simon Glass · 3 months ago
  60. d0da005 arm: friendlyarm: Avoid accessing global_data fb_base by Simon Glass · 3 months ago
  61. 6b4b05f video: mxs: Avoid setting global_data fb_base by Simon Glass · 3 months ago
  62. 1d9e7b8 video: mxc: Avoid setting global_data fb_base by Simon Glass · 3 months ago
  63. 853e8d2 video: Add a function to obtain the framebuffer address by Simon Glass · 3 months ago
  64. fa4bd9f x86: Drop use of global_data fb_base by Simon Glass · 3 months ago
  65. 8ae30e5 global_data: Move pci_clk to m68k and powerpc by Simon Glass · 3 months ago
  66. 6c997e1 Merge patch series "test/overlay: Make this depend on SANDBOX" by Tom Rini · 3 months ago
  67. 0713d7e test/cmd: Move wget test to under a sandbox guard by Tom Rini · 3 months ago
  68. cae8c21 test/boot: Make BOOTSTD tests depend on UT_BOOTSTD by Tom Rini · 3 months ago
  69. dfc4a02 test/overlay: Make this depend on SANDBOX by Tom Rini · 3 months ago
  70. 20aedcc Merge patch series "spl: mmc: Some tweaks for SPL, particularly with MMC" by Tom Rini · 3 months ago
  71. 18efdaf blk: Correct comment for blk_get_devnum_by_uclass_idname() by Simon Glass · 3 months ago
  72. e806686 spl: Create a function to init spl_load_info by Simon Glass · 3 months ago
  73. 9cce28b spl: Use unified inline functions for spl_load_info by Simon Glass · 3 months ago
  74. 1842283 spl: mmc: Try to clean up raw-mode options by Simon Glass · 3 months ago
  75. b6e79b6 spl: mmc: Adjust args of spl_mmc_find_device() by Simon Glass · 3 months ago
  76. 1f475cd spl: mmc: Handle error codes consistently by Simon Glass · 3 months ago
  77. bd928e1 spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT by Simon Glass · 3 months ago
  78. fa55f42 log: Avoid including function names by default by Simon Glass · 3 months ago
  79. 367e385 mmc: Use logging instead of pr_err() by Simon Glass · 3 months ago
  80. 7811539 mmc: Use logging instead of printf() by Simon Glass · 3 months ago
  81. 165264b spl: Remove remaining #ifdef in spl_parse_image_header() by Simon Glass · 3 months ago
  82. edd2751 spl: Remove some #ifdefs in spl_parse_image_header() by Simon Glass · 3 months ago
  83. 0ea0884 spl: Correct use of CMD_BOOTI and CMD_BOOTZ by Simon Glass · 3 months ago
  84. bac075b rockchip: Move the default timer init to a common file by Simon Glass · 3 months ago
  85. f82d25a Merge tag 'u-boot-imx-next-20240823' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 3 months ago
  86. ef3e66d ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC by Marek Vasut · 3 months ago
  87. 4cbf2b5 ARM: imx: Use USB SDPS as fallback option on Data Modul i.MX8M Plus eDM SBC by Marek Vasut · 3 months ago
  88. 17ea482 configs: phycore-imx8mp_defconfig: Enabled bootaux command by Yashwanth Varakala · 3 months ago
  89. 02a4a12 board: phytec: phycore_imx8mp: Add mcore support by Yashwanth Varakala · 3 months ago
  90. 40efe77 mx6: Expand bmode to support ecspi3 boot by Fabio Estevam · 3 months ago
  91. f5b11fa gw_ventana: Remove unneeded comments by Fabio Estevam · 3 months ago
  92. 8038989 tqma6_mba6: Remove UART board code by Fabio Estevam · 3 months ago
  93. 83165fc tqma6_mba6: Remove unused defines by Fabio Estevam · 3 months ago
  94. 3f72d8f tqma6: Remove non-DM board code by Fabio Estevam · 3 months ago
  95. ab813e1 imx: imx9: Set correct critical temperature by Primoz Fiser · 4 months ago
  96. a841229 config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm by Lukasz Majewski · 4 months ago
  97. 084a421 colibri-imx8x: enable i.MX specific SNVS configuration by Andrejs Cainikovs · 4 months ago
  98. 4919020 colibri-imx8x: enable i.MX specific BOOTAUX by Andrejs Cainikovs · 4 months ago
  99. af1902d apalis-imx8: enable i.MX specific BOOTAUX by Andrejs Cainikovs · 4 months ago
  100. e7a42ef board: apalis-imx8: add reset code by Andrejs Cainikovs · 4 months ago