1. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · Tue Oct 15 21:07:03 2024 +0530
  2. 9377e14 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · Tue Oct 15 09:18:04 2024 -0600
  3. 93a0d16 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · Wed Oct 09 14:15:40 2024 +0100
  4. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · Wed Oct 09 14:15:39 2024 +0100
  5. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · Wed Oct 09 14:15:38 2024 +0100
  6. 15d5d5f mtd: spi-nor: Allow flashes to specify MTD writesize by Takahiro Kuwano · Tue Oct 15 13:08:32 2024 +0900
  7. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · Mon Oct 14 13:34:06 2024 -0600
  8. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:35 2024 -0700
  9. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:33 2024 -0700
  10. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:31 2024 -0700
  11. f5e04a2 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · Thu Oct 03 14:50:29 2024 -0700
  12. f51f355 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · Thu Oct 03 14:50:19 2024 -0700
  13. 9ec0088 sha1: Remove sha1 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:18 2024 -0700
  14. c35e1a4 md5: Remove md5 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:17 2024 -0700
  15. a571b98 lib: Adapt digest header files to MbedTLS by Raymond Mao · Thu Oct 03 14:50:16 2024 -0700
  16. 87010c3 mbedtls: add mbedtls into the build system by Raymond Mao · Thu Oct 03 14:50:15 2024 -0700
  17. 9a07c47 Merge tag 'u-boot-amlogic-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Oct 14 08:14:46 2024 -0600
  18. 42f33cf configs: meson64: Ensure commands for boot targets are available by Callum Parsey · Sat Oct 12 08:03:51 2024 +0000
  19. 2cfdf4b configs: meson64_android: Remove dtbo support by Mattijs Korpershoek · Fri Oct 11 17:51:03 2024 +0200
  20. 87acada configs: khadas-vim3{l}: Increase boot/recovery partition size by Mattijs Korpershoek · Fri Oct 11 17:51:02 2024 +0200
  21. f04d244 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Sun Oct 13 20:25:41 2024 -0600
  22. 8592e25 Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · Sun Oct 13 10:19:05 2024 -0600
  23. bd7326a drivers: tegra_gpio: add early SPL functions by Svyatoslav Ryhel · Fri Aug 09 21:10:31 2024 +0300
  24. 41d86e7 board: tegra: convert boards to text env by Svyatoslav Ryhel · Mon Jun 24 20:13:47 2024 +0300
  25. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  26. 8bc9326 spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT by Simon Glass · Sun Sep 29 19:49:55 2024 -0600
  27. 73a325c kconfig: binman: Check for SPL instead of XPL by Simon Glass · Sun Sep 29 19:49:52 2024 -0600
  28. 209ae76 include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:49 2024 -0600
  29. 5c1c9ea log: global: Rename warn_non_spl() by Simon Glass · Sun Sep 29 19:49:41 2024 -0600
  30. 6c6fcc6 xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · Sun Sep 29 19:49:40 2024 -0600
  31. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  32. 91222f8 xpl: Add a function to indicate when in xPL by Simon Glass · Sun Sep 29 19:49:38 2024 -0600
  33. f218eeb xpl: Rename spl_in_proper() to not_xpl() by Simon Glass · Sun Sep 29 19:49:37 2024 -0600
  34. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  35. db2d101 xpl: Rename spl_phase to xpl_phase_t by Simon Glass · Sun Sep 29 19:49:35 2024 -0600
  36. 3235f1e xpl: Rename u_boot_first_phase to xpl_is_first_phase() by Simon Glass · Sun Sep 29 19:49:34 2024 -0600
  37. 1a614a3 stdio: Make use of the SERIAL define by Simon Glass · Sun Sep 29 19:49:29 2024 -0600
  38. db9fee3 Merge patch series "led: introduce LED boot and activity function" by Tom Rini · Thu Oct 10 16:02:37 2024 -0600
  39. 82b3245 doc: introduce led.rst documentation by Christian Marangi · Tue Oct 01 14:24:42 2024 +0200
  40. 8be34e8 led: implement LED activity API by Christian Marangi · Tue Oct 01 14:24:38 2024 +0200
  41. ac41112 common: board_r: rework BOOT LED handling by Christian Marangi · Tue Oct 01 14:24:37 2024 +0200
  42. ea7387e led: implement LED boot API by Christian Marangi · Tue Oct 01 14:24:36 2024 +0200
  43. 7254473 dm: core: implement ofnode_options helpers by Christian Marangi · Tue Oct 01 14:24:35 2024 +0200
  44. b3949a4 power: pmic/regulator: Support pca9452 by Joy Zou · Mon Sep 23 21:11:32 2024 +0800
  45. 7285937 power: mp5416: Fix LDO SVAL for MP5416 PMIC by Sidharth Prabukumar · Sun Sep 24 18:30:22 2023 -0400
  46. 2fbb8d9 mtd: spi-nor: Clear Winbond SR3 WPS bit on boot by Marek Vasut · Mon Mar 04 17:16:05 2024 +0100
  47. 069079c efi_leader: delete rng-seed if having EFI RNG protocol by Heinrich Schuchardt · Tue Sep 17 10:49:29 2024 +0200
  48. c0fb340 sunxi: H616: switch to OF_UPSTREAM by Andre Przywara · Thu Aug 08 00:08:45 2024 +0100
  49. add6319 Merge patch series "spi-nor: Add parallel and stacked memories support" by Tom Rini · Wed Oct 09 09:02:22 2024 -0600
  50. f0b9d77 spi: zynqmp_gqspi: Add parallel memories support in GQSPI driver by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:06 2024 +0530
  51. 91b9e37 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:05 2024 +0530
  52. bc8c88b mtd: spi-nor: Add parallel and stacked memories support by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:02 2024 +0530
  53. 63630a7 Merge branch 'next' by Tom Rini · Mon Oct 07 09:06:49 2024 -0600
  54. 97a645c mmc: fsl_esdhc_imx: Reset tuning logic by Peng Fan · Tue Oct 01 21:07:57 2024 +0800
  55. 67545de Merge tag 'u-boot-dfu-next-20241003' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Thu Oct 03 16:09:30 2024 -0600
  56. 8b7bc20 Merge patch series "vbe: Series part D" by Tom Rini · Thu Oct 03 11:52:42 2024 -0600
  57. 3edebe4 gzip: Correct function comment for gunzip() by Simon Glass · Fri Sep 20 09:24:27 2024 +0200
  58. 37804f3 bootstd: Add stub for bootdev_setup_for_sibling_blk() by Simon Glass · Fri Sep 20 09:24:26 2024 +0200
  59. 16d63b8 Merge patch series "arm: Initial support for Analog Devices SC5xx boards" by Tom Rini · Thu Oct 03 09:30:37 2024 -0600
  60. cb0d39d arm: SC573-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:51:01 2024 +0100
  61. b5138e3 arm: SC589-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:59 2024 +0100
  62. 053a120 arm: SC584-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:58 2024 +0100
  63. 14032b3 arm: SC594-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:56 2024 +0100
  64. d4f7cb5 arm: SC598-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:54 2024 +0100
  65. 32d26c7 Update the ARM trusted firmware git URL by Peter Robinson · Wed Oct 02 19:08:49 2024 +0100
  66. ca9e9ec Add mkimage secp521r1 ECDSA curve support by Joakim Tjernlund · Fri Sep 20 18:14:35 2024 +0200
  67. d48bdb8 Merge patch series "Add Android 14 bootflow support for AM62X and AM62P board" by Tom Rini · Wed Oct 02 13:34:35 2024 -0600
  68. 2a4642b board: ti: am62x_evm: Add android bootflow by Guillaume La Roque · Thu Sep 12 09:29:57 2024 +0200
  69. a51a2f0 dfu: define a callback function for the dfu_alt_info environment variable by Rasmus Villemoes · Wed Sep 11 15:39:00 2024 +0200
  70. b25cf9b power: regulator: Drop regulators_enable_boot_on/off() by Marek Vasut · Fri Sep 27 01:14:15 2024 +0200
  71. 6d41bf2 power: regulator: Drop regulator_unset() by Marek Vasut · Fri Sep 27 01:14:14 2024 +0200
  72. 093502e Merge tag 'v2024.10-rc6' into next by Tom Rini · Mon Sep 30 17:48:12 2024 -0600
  73. 4e2e7a8 Merge patch series "Miscellaneous fixes" by Tom Rini · Tue Sep 24 10:11:59 2024 -0600
  74. 523bc4d flash: prefix error codes with FL_ by Jerome Forissier · Wed Sep 11 11:58:15 2024 +0200
  75. b096740 mmc: Poll CD in case cyclic framework is enabled by Marek Vasut · Fri Sep 06 19:10:42 2024 +0200
  76. 2104f9a events: correct event_uninit() description by Heinrich Schuchardt · Thu Sep 19 00:01:13 2024 +0200
  77. a99e8fe boot: correct struct expo_action description by Heinrich Schuchardt · Wed Sep 18 23:58:03 2024 +0200
  78. 1f4091c sandbox: fix OS function descriptions by Heinrich Schuchardt · Wed Sep 18 23:54:08 2024 +0200
  79. b5b9856 efi_loader: correct efi_set_variable_int() description by Heinrich Schuchardt · Wed Sep 18 23:51:34 2024 +0200
  80. 6210ac0 doc: include/getopt.h: remove comments confusing Sphinx by Heinrich Schuchardt · Wed Sep 18 23:49:40 2024 +0200
  81. 940bebc cmd: sf: prevent overwriting the reserved memory by Prasad Kummari · Fri Sep 13 13:02:52 2024 +0530
  82. 56dd50f Merge tag 'u-boot-imx-next-20240919' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Thu Sep 19 11:26:18 2024 -0600
  83. b494083 Merge tag 'fwu-next-19092024' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · Thu Sep 19 11:25:26 2024 -0600
  84. 4c63b7e fwu: check all images for transitioning out of Trial State by Sughosh Ganu · Mon Sep 09 16:50:18 2024 +0530
  85. 95736c3 imx6q-lxr: Add board support by Fabio Estevam · Fri Sep 13 21:56:05 2024 -0300
  86. 0ddb895 imx93_evk: spl: update pmic settings by Peng Fan · Thu Sep 19 12:01:37 2024 +0800
  87. 385a613 Merge patch series "Fix various bugs" by Tom Rini · Wed Sep 18 13:07:19 2024 -0600
  88. 1880b8a dm: usb: Deal with USB keyboard persisting across tests by Simon Glass · Sun Sep 01 16:26:20 2024 -0600
  89. 5e392f1 log: Add a new log category for the console by Simon Glass · Sun Sep 01 16:26:18 2024 -0600
  90. 463a56b usb: Drop old non-DM code by Simon Glass · Sun Sep 01 16:26:17 2024 -0600
  91. 0dc470b Merge patch series "Arm: npcm: modify npcm8xx boot setting" by Tom Rini · Mon Sep 16 16:43:53 2024 -0600
  92. ace71f5 configs: arbel_evb: change env offset and boot address by Jim Liu · Wed Sep 04 10:41:05 2024 +0800
  93. 277a534 Merge tag 'efi-next-20241024' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Fri Sep 13 08:20:25 2024 -0600
  94. 29cab7c include: export uuid.h by Caleb Connolly · Fri Aug 30 13:34:37 2024 +0100
  95. fb9e948 lib: uuid: supporting building as part of host tools by Caleb Connolly · Fri Aug 30 13:34:36 2024 +0100
  96. 4bdc960 sandbox: switch to dynamic UUIDs by Caleb Connolly · Fri Aug 30 13:34:35 2024 +0100
  97. 2f4f0be lib: uuid: add UUID v5 support by Caleb Connolly · Fri Aug 30 13:34:32 2024 +0100
  98. 051b7cf efi: define struct efi_guid by Caleb Connolly · Fri Aug 30 13:34:31 2024 +0100
  99. 1c7ed53 riscv: Add AST2700 SoC initial platform support by Chia-Wei Wang · Tue Sep 10 17:39:16 2024 +0800
  100. a7faf6b dt-bindings: clk: import header for clock controller of sophgo CV1800B by Kongyang Liu · Tue Jun 11 17:41:13 2024 +0800