1. f0e46d4 ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot by Neil Armstrong · Wed Oct 16 11:25:32 2024 +0200
  2. 4e24731 qcom_defconfig: enable PINCONF by Neil Armstrong · Thu Oct 17 10:04:54 2024 +0200
  3. 06a2234 Merge patch series "labgrid: Provide an integration with Labgrid" by Tom Rini · Wed Nov 13 12:05:00 2024 -0600
  4. 076030e Merge patch series "test: Tidy up the test/ directory" by Tom Rini · Wed Nov 13 11:59:07 2024 -0600
  5. 20234c7 sandbox: Add a build without CMDLINE by Simon Glass · Sat Nov 02 13:36:11 2024 -0600
  6. 42f0dd0 CI: Allow running tests on sjg lab by Simon Glass · Tue Nov 12 07:13:26 2024 -0700
  7. 8be1fe5 test: Correct regex string in test_spi by Simon Glass · Tue Nov 12 07:13:25 2024 -0700
  8. 5a63a4b test: Support testing with two board-builds by Simon Glass · Tue Nov 12 07:13:24 2024 -0700
  9. f5285a2 test: Add a section for closing the connection by Simon Glass · Tue Nov 12 07:13:23 2024 -0700
  10. 3ac7d43 test: Try to shut down the lab console gracefully by Simon Glass · Tue Nov 12 07:13:22 2024 -0700
  11. 833fd66 test: Avoid double echo when starting up by Simon Glass · Tue Nov 12 07:13:21 2024 -0700
  12. 2f90912 test: Improve handling of sending commands by Simon Glass · Tue Nov 12 07:13:20 2024 -0700
  13. f8456fa test: Introduce lab mode by Simon Glass · Tue Nov 12 07:13:19 2024 -0700
  14. f6dbc36 test: Introduce the concept of a role by Simon Glass · Tue Nov 12 07:13:18 2024 -0700
  15. f1b1bb8 test: Allow connecting to a running board by Simon Glass · Tue Nov 12 07:13:17 2024 -0700
  16. dcb97ed test: Release board after tests complete by Simon Glass · Tue Nov 12 07:13:16 2024 -0700
  17. 6cffce9 test: Allow signaling that U-Boot is ready by Simon Glass · Tue Nov 12 07:13:15 2024 -0700
  18. 4c4bf3e test: Quote test names by Simon Glass · Sat Nov 02 13:37:05 2024 -0600
  19. d3805b1 test: Correct display of failing test by Simon Glass · Sat Nov 02 13:37:04 2024 -0600
  20. e41d94d test: Update time tests to use unit-test asserts by Simon Glass · Sat Nov 02 13:37:03 2024 -0600
  21. 3baf5a7 test: Move time tests into the lib suite by Simon Glass · Sat Nov 02 13:37:02 2024 -0600
  22. fc69d81 test: Move time_ut test into lib by Simon Glass · Sat Nov 02 13:37:01 2024 -0600
  23. 38754db test: Move unicode tests into the lib suite by Simon Glass · Sat Nov 02 13:37:00 2024 -0600
  24. dcd1a6b test: Move unicode_ut test into lib by Simon Glass · Sat Nov 02 13:36:59 2024 -0600
  25. 2dcfdf1 str: test: Move into the lib suite by Simon Glass · Sat Nov 02 13:36:58 2024 -0600
  26. 6eb8369 test: Move str_ut test into lib by Simon Glass · Sat Nov 02 13:36:57 2024 -0600
  27. 3394c3c test: Move print_ut into the common suite by Simon Glass · Sat Nov 02 13:36:56 2024 -0600
  28. 603cd5c test: Move print_ut test into common by Simon Glass · Sat Nov 02 13:36:55 2024 -0600
  29. c67c07a bootm: test: Move test into boot by Simon Glass · Sat Nov 02 13:36:54 2024 -0600
  30. 24533d3 test: Update command test to use unit-test functions by Simon Glass · Sat Nov 02 13:36:53 2024 -0600
  31. 674a9fc command: test: Move into the cmd suite by Simon Glass · Sat Nov 02 13:36:52 2024 -0600
  32. 488994e command_ut: test: Move test into lib by Simon Glass · Sat Nov 02 13:36:51 2024 -0600
  33. ecaaae8 compression: test: Move into the lib suite by Simon Glass · Sat Nov 02 13:36:50 2024 -0600
  34. 6d094a1 compression: test: Move test into lib by Simon Glass · Sat Nov 02 13:36:49 2024 -0600
  35. 4ec8903 test: Drop test-trace.sh and common.sh by Simon Glass · Sat Nov 02 13:36:48 2024 -0600
  36. acd4ce2 bloblist: test: Drop global_data declarations by Simon Glass · Sat Nov 02 13:36:47 2024 -0600
  37. ad4c1fe bloblist: test: Move test into common by Simon Glass · Sat Nov 02 13:36:46 2024 -0600
  38. f32a6f2 fs: ext4: correct error handling by Heinrich Schuchardt · Thu Nov 07 10:38:53 2024 +0100
  39. 3521145 Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1 by Simon Glass · Wed Nov 06 08:35:43 2024 -0700
  40. 4c209fa board: qemu-arm: select CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR by Heinrich Schuchardt · Tue Nov 05 20:31:29 2024 +0100
  41. 8593a63 test: run longjmp() test only on supported architectures by Heinrich Schuchardt · Sun Nov 03 18:54:00 2024 +0100
  42. eb4ec90 lib: vsprintf: fix API build by Heinrich Schuchardt · Sun Nov 03 04:50:15 2024 +0100
  43. a941ab0 Merge patch series "lib: uuid: fix uuid_str_to_le_bin() on 32-bit" by Tom Rini · Wed Nov 13 08:14:29 2024 -0600
  44. 8a3a507 configs: enable UNIT_TEST on qemu_arm_defconfig by Heinrich Schuchardt · Sun Nov 03 23:42:23 2024 +0100
  45. 5833b05 lib: uuid: fix uuid_str_to_bin() on 32-bit by Heinrich Schuchardt · Sun Nov 03 23:42:22 2024 +0100
  46. 80e81d8 lib: uuid: fix uuid_str_to_le_bin() on 32-bit by Heinrich Schuchardt · Sun Nov 03 23:42:21 2024 +0100
  47. 7fac39a lib: provide function hextoull() by Heinrich Schuchardt · Sun Nov 03 23:42:20 2024 +0100
  48. 9978cd0 Merge patch series "Enable https for wget" by Tom Rini · Tue Nov 12 19:10:01 2024 -0600
  49. c7f24da doc: uefi: Describe UEFI HTTPs boot by Ilias Apalodimas · Sun Nov 10 10:28:42 2024 +0200
  50. ebb04f9 configs: Enable https for wget on qemu arm64 by Ilias Apalodimas · Sun Nov 10 10:28:41 2024 +0200
  51. 99618ca net: lwip: Enable https:// support for wget by Ilias Apalodimas · Sun Nov 10 10:28:40 2024 +0200
  52. 011c87c net: lwip: Add Support Server Name Indication support by Javier Tia · Sun Nov 10 10:28:39 2024 +0200
  53. 273e279 net: lwip: Update lwIP for mbedTLS > 3.0 support and enable https by Javier Tia · Sun Nov 10 10:28:38 2024 +0200
  54. 9f75dc1 mbedtls: Enable TLS 1.2 support by Ilias Apalodimas · Sun Nov 10 10:28:37 2024 +0200
  55. 6ee3e8b net: wget: drop Content-Length processing by Jerome Forissier · Tue Nov 05 12:08:49 2024 +0100
  56. 27280b6 configs: Resync with savedefconfig by Tom Rini · Tue Nov 12 13:45:12 2024 -0600
  57. 4aa9fcb Merge tag 'u-boot-stm32-20241112' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Nov 12 13:40:29 2024 -0600
  58. d6b7861 ARM: stm32: Add optional manufacturing environment to DH STM32MP15xx DHSOM by Marek Vasut · Wed Nov 06 20:04:14 2024 +0100
  59. ba3b09a ARM: stm32: Deduplicate DH STM32MP1xx DHSOM defconfigs by Marek Vasut · Sun Oct 27 02:03:47 2024 +0100
  60. 3aa708d ARM: stm32: Deduplicate DH STM32MP15xx DHSOM defconfigs by Marek Vasut · Sun Oct 27 02:03:46 2024 +0100
  61. b83fd66 ARM: dts: stm32: Sort DH STM32 DHCOM DTSI by Marek Vasut · Mon Oct 21 22:00:21 2024 +0200
  62. ed64cb6 ARM: dts: stm32: Drop duplicate pinmux on DH STM32 DHCOM by Marek Vasut · Mon Oct 21 21:44:26 2024 +0200
  63. 3386ca3 ARM: dts: stm32: Drop remnants of upstream DT switch on DH STM32 DHSOM by Marek Vasut · Mon Oct 21 21:34:57 2024 +0200
  64. 15ef0ab Prepare v2025.01-rc2 by Tom Rini · Mon Nov 11 10:07:36 2024 -0600
  65. d32dddb Merge patch series "Fix IOVA allocation in Apple dart iommu after global LMB mem map changes" by Tom Rini · Mon Nov 11 07:26:50 2024 -0600
  66. 5fffd97 iommu: apple: Manage IOVA separately from global LMB mem map by Janne Grunau · Mon Nov 11 07:56:34 2024 +0100
  67. e818d3c lmb: Add basic io_lmb functionality by Janne Grunau · Mon Nov 11 07:56:33 2024 +0100
  68. 5631f44 lmb: cosmetic: reorder functions and global LMB variable by Janne Grunau · Mon Nov 11 07:56:32 2024 +0100
  69. d9c7040 lmb: Do not use global LMB variable in _lmb_free() by Janne Grunau · Mon Nov 11 07:56:31 2024 +0100
  70. 3a21528 Merge tag 'u-boot-rockchip-20241111' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Nov 11 07:25:25 2024 -0600
  71. ea1361a rockchip: rk3399: move sysreset-gpio logic to TPL by Quentin Schulz · Wed Nov 06 12:29:44 2024 +0100
  72. 66eb36c rockchip: tpl: allow to call board/SoC-specific code before DRAM init by Quentin Schulz · Wed Nov 06 12:29:43 2024 +0100
  73. 154654b rockchip: rk3399: merge CRU check within rk3399_force_power_on_reset by Quentin Schulz · Wed Nov 06 12:29:42 2024 +0100
  74. 22980e4 pinctrl: rockchip: allow to build for TPL by Quentin Schulz · Wed Nov 06 12:29:41 2024 +0100
  75. cdd2dfc rockchip: rk35xx-generic: Disable late boardinfo by Jonas Karlman · Sat Nov 02 21:30:01 2024 +0000
  76. 04573b8 board: rockchip: Add FriendlyElec NanoPi R2S Plus by Jonas Karlman · Fri Nov 01 22:21:30 2024 +0000
  77. 72ffd3d arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus by Sergey Bostandzhyan · Fri Nov 01 22:21:29 2024 +0000
  78. 43273f5 board: rockchip: Add support for rk3588 GenBook by Andy Yan · Mon Nov 04 20:23:00 2024 +0800
  79. 69d0663 rockchip: Make it possible to define per board boot_targets by Andy Yan · Mon Nov 04 20:22:59 2024 +0800
  80. 67acf85 arm64: dts: rockchip: Add support for rk3588 based Cool Pi CM5 GenBook by Andy Yan · Mon Nov 04 20:22:58 2024 +0800
  81. 0ea9f8a board: rockchip: add support for Qnap TS433 devices by Heiko Stuebner · Mon Oct 28 20:00:34 2024 +0100
  82. 5e7e7dc Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sun Nov 10 20:22:39 2024 -0600
  83. a2f7500 mtd: spi-nor: Fix integer overflow in stacked memories support by Marek Vasut · Sun Nov 03 00:57:31 2024 +0100
  84. 1de3af6 board: hoperun: Switch to use complete DTS files from upstream DTS by Lad Prabhakar · Mon Nov 04 13:50:12 2024 +0000
  85. d94acf4 configs: hihope_rzg2: Set correct MMC device for U-Boot env by Chris Paterson · Mon Nov 04 13:50:11 2024 +0000
  86. f3471e1 arm: renesas: Fix RZ/G2L GICR base address by Paul Barker · Fri Nov 01 14:20:16 2024 +0000
  87. e26e83f dt-bindings: Drop unused RZ/G2L devicetree bindings by Paul Barker · Wed Oct 30 14:51:37 2024 +0000
  88. 96a6ebe ARM: dts: Drop unused RZ/G2L devicetrees by Paul Barker · Wed Oct 30 14:51:36 2024 +0000
  89. 63fe7e4 board: rzg2l: Update MAINTAINERS file to match dts/upstream paths by Paul Barker · Wed Oct 30 10:35:43 2024 +0000
  90. 9844408 Merge tag 'u-boot-imx-master-20241105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Nov 09 11:26:14 2024 -0600
  91. c374cac Merge tag 'efi-2025-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Nov 09 08:05:41 2024 -0600
  92. 38dfa08 arm: mach-imx: imx8m: re-use SNVS init routine by Ian Ray · Fri Nov 08 16:03:55 2024 +0200
  93. d950ce5 arm: mach-imx: move snvs module by Ian Ray · Fri Nov 08 16:03:54 2024 +0200
  94. 724378c ARM: dts: imx: Switch to using upstream DT on DH i.MX6 DHCOM by Marek Vasut · Wed Nov 06 00:06:53 2024 +0100
  95. bded32d ARM: dts: imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board by Marek Vasut · Wed Nov 06 00:06:52 2024 +0100
  96. fd61e71 tools: imx8image: add possibility to skip dcd by Heiko Schocher · Mon Nov 04 19:02:03 2024 +0100
  97. 4a67107 imx9: Improve boot mode autodetection by Benjamin Szőke · Fri Nov 01 16:26:18 2024 +0100
  98. fea4004 imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN by Paul Geurts · Fri Nov 01 09:49:21 2024 +0100
  99. df0f95a imx: hab: rename imx_sec_config_fuse_t to imx_fuse by Paul Geurts · Fri Nov 01 09:49:20 2024 +0100
  100. 4f378de test: efi: boot: Add a test for the efi bootmeth by Simon Glass · Thu Nov 07 14:31:50 2024 -0700