1. 7eef94d Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Oct 18 09:05:04 2024 -0600
  2. d94b8b3 ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables by Marek Vasut · Wed Oct 16 01:44:32 2024 +0200
  3. bf05e67 cmd: irq: Move do_irqinfo() prototype to a header file by Andy Shevchenko · Sat Oct 05 22:14:29 2024 +0300
  4. a41e7c8 Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Thu Oct 17 08:35:11 2024 -0600
  5. c28e47a Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Wed Oct 16 21:45:21 2024 -0600
  6. 3dd2332 usb: tcpm: add core framework by Sebastian Reichel · Tue Oct 15 17:26:43 2024 +0200
  7. 6c11dc6 Merge patch series "some serial rx buffer patches" by Tom Rini · Wed Oct 16 15:54:38 2024 -0600
  8. b17bccc9 serial: embed the rx buffer in struct serial_dev_priv by Rasmus Villemoes · Thu Oct 03 16:10:29 2024 +0200
  9. 50fc188 serial: fix circular rx buffer edge case by Rasmus Villemoes · Thu Oct 03 16:10:26 2024 +0200
  10. c3f55b6 stm32mp: cosmetic: remove empty comment block in configs file by Patrick Delaunay · Wed Oct 16 19:54:08 2024 +0200
  11. 73b56ce ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32MP15xx DHSOM by Marek Vasut · Sat Oct 12 04:54:17 2024 +0200
  12. 359d4ed net: lwip: add wget command by Jerome Forissier · Wed Oct 16 12:04:09 2024 +0200
  13. bc4d882 net: lwip: add dns command by Jerome Forissier · Wed Oct 16 12:04:07 2024 +0200
  14. 8f29e00 net: lwip: add ping command by Jerome Forissier · Wed Oct 16 12:04:06 2024 +0200
  15. 6a78e96 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · Wed Oct 16 12:04:05 2024 +0200
  16. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · Wed Oct 16 12:04:03 2024 +0200
  17. c8d070c net: eth-uclass: add function eth_start_udev() by Jerome Forissier · Wed Oct 16 12:04:01 2024 +0200
  18. 64abd78 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · Wed Oct 16 12:04:00 2024 +0200
  19. d0e0a2c Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Tue Oct 15 16:40:23 2024 -0600
  20. c9e6eb6 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · Tue Oct 15 21:07:16 2024 +0530
  21. fbb00c2 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · Tue Oct 15 21:07:14 2024 +0530
  22. 1a36d44 lmb: allow for boards to specify memory map by Sughosh Ganu · Tue Oct 15 21:07:11 2024 +0530
  23. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · Tue Oct 15 21:07:07 2024 +0530
  24. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · Tue Oct 15 21:07:04 2024 +0530
  25. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · Tue Oct 15 21:07:03 2024 +0530
  26. 9377e14 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · Tue Oct 15 09:18:04 2024 -0600
  27. 93a0d16 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · Wed Oct 09 14:15:40 2024 +0100
  28. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · Wed Oct 09 14:15:39 2024 +0100
  29. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · Wed Oct 09 14:15:38 2024 +0100
  30. 15d5d5f mtd: spi-nor: Allow flashes to specify MTD writesize by Takahiro Kuwano · Tue Oct 15 13:08:32 2024 +0900
  31. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · Mon Oct 14 13:34:06 2024 -0600
  32. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:35 2024 -0700
  33. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:33 2024 -0700
  34. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:31 2024 -0700
  35. f5e04a2 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · Thu Oct 03 14:50:29 2024 -0700
  36. f51f355 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · Thu Oct 03 14:50:19 2024 -0700
  37. 9ec0088 sha1: Remove sha1 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:18 2024 -0700
  38. c35e1a4 md5: Remove md5 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:17 2024 -0700
  39. a571b98 lib: Adapt digest header files to MbedTLS by Raymond Mao · Thu Oct 03 14:50:16 2024 -0700
  40. 87010c3 mbedtls: add mbedtls into the build system by Raymond Mao · Thu Oct 03 14:50:15 2024 -0700
  41. 0db90db usb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only once by Bhupesh Sharma · Wed Aug 23 21:11:23 2023 +0530
  42. 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
  43. 42f33cf configs: meson64: Ensure commands for boot targets are available by Callum Parsey · Sat Oct 12 08:03:51 2024 +0000
  44. 2cfdf4b configs: meson64_android: Remove dtbo support by Mattijs Korpershoek · Fri Oct 11 17:51:03 2024 +0200
  45. 87acada configs: khadas-vim3{l}: Increase boot/recovery partition size by Mattijs Korpershoek · Fri Oct 11 17:51:02 2024 +0200
  46. 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
  47. 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
  48. bd7326a drivers: tegra_gpio: add early SPL functions by Svyatoslav Ryhel · Fri Aug 09 21:10:31 2024 +0300
  49. 41d86e7 board: tegra: convert boards to text env by Svyatoslav Ryhel · Mon Jun 24 20:13:47 2024 +0300
  50. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  51. 8bc9326 spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT by Simon Glass · Sun Sep 29 19:49:55 2024 -0600
  52. 73a325c kconfig: binman: Check for SPL instead of XPL by Simon Glass · Sun Sep 29 19:49:52 2024 -0600
  53. 209ae76 include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:49 2024 -0600
  54. 5c1c9ea log: global: Rename warn_non_spl() by Simon Glass · Sun Sep 29 19:49:41 2024 -0600
  55. 6c6fcc6 xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · Sun Sep 29 19:49:40 2024 -0600
  56. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  57. 91222f8 xpl: Add a function to indicate when in xPL by Simon Glass · Sun Sep 29 19:49:38 2024 -0600
  58. f218eeb xpl: Rename spl_in_proper() to not_xpl() by Simon Glass · Sun Sep 29 19:49:37 2024 -0600
  59. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  60. db2d101 xpl: Rename spl_phase to xpl_phase_t by Simon Glass · Sun Sep 29 19:49:35 2024 -0600
  61. 3235f1e xpl: Rename u_boot_first_phase to xpl_is_first_phase() by Simon Glass · Sun Sep 29 19:49:34 2024 -0600
  62. 1a614a3 stdio: Make use of the SERIAL define by Simon Glass · Sun Sep 29 19:49:29 2024 -0600
  63. db9fee3 Merge patch series "led: introduce LED boot and activity function" by Tom Rini · Thu Oct 10 16:02:37 2024 -0600
  64. 82b3245 doc: introduce led.rst documentation by Christian Marangi · Tue Oct 01 14:24:42 2024 +0200
  65. 8be34e8 led: implement LED activity API by Christian Marangi · Tue Oct 01 14:24:38 2024 +0200
  66. ac41112 common: board_r: rework BOOT LED handling by Christian Marangi · Tue Oct 01 14:24:37 2024 +0200
  67. ea7387e led: implement LED boot API by Christian Marangi · Tue Oct 01 14:24:36 2024 +0200
  68. 7254473 dm: core: implement ofnode_options helpers by Christian Marangi · Tue Oct 01 14:24:35 2024 +0200
  69. b3949a4 power: pmic/regulator: Support pca9452 by Joy Zou · Mon Sep 23 21:11:32 2024 +0800
  70. 7285937 power: mp5416: Fix LDO SVAL for MP5416 PMIC by Sidharth Prabukumar · Sun Sep 24 18:30:22 2023 -0400
  71. 2fbb8d9 mtd: spi-nor: Clear Winbond SR3 WPS bit on boot by Marek Vasut · Mon Mar 04 17:16:05 2024 +0100
  72. 069079c efi_leader: delete rng-seed if having EFI RNG protocol by Heinrich Schuchardt · Tue Sep 17 10:49:29 2024 +0200
  73. c0fb340 sunxi: H616: switch to OF_UPSTREAM by Andre Przywara · Thu Aug 08 00:08:45 2024 +0100
  74. add6319 Merge patch series "spi-nor: Add parallel and stacked memories support" by Tom Rini · Wed Oct 09 09:02:22 2024 -0600
  75. f0b9d77 spi: zynqmp_gqspi: Add parallel memories support in GQSPI driver by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:06 2024 +0530
  76. 91b9e37 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:05 2024 +0530
  77. bc8c88b mtd: spi-nor: Add parallel and stacked memories support by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:02 2024 +0530
  78. 63630a7 Merge branch 'next' by Tom Rini · Mon Oct 07 09:06:49 2024 -0600
  79. 97a645c mmc: fsl_esdhc_imx: Reset tuning logic by Peng Fan · Tue Oct 01 21:07:57 2024 +0800
  80. 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
  81. 8b7bc20 Merge patch series "vbe: Series part D" by Tom Rini · Thu Oct 03 11:52:42 2024 -0600
  82. 3edebe4 gzip: Correct function comment for gunzip() by Simon Glass · Fri Sep 20 09:24:27 2024 +0200
  83. 37804f3 bootstd: Add stub for bootdev_setup_for_sibling_blk() by Simon Glass · Fri Sep 20 09:24:26 2024 +0200
  84. 16d63b8 Merge patch series "arm: Initial support for Analog Devices SC5xx boards" by Tom Rini · Thu Oct 03 09:30:37 2024 -0600
  85. cb0d39d arm: SC573-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:51:01 2024 +0100
  86. b5138e3 arm: SC589-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:59 2024 +0100
  87. 053a120 arm: SC584-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:58 2024 +0100
  88. 14032b3 arm: SC594-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:56 2024 +0100
  89. d4f7cb5 arm: SC598-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:54 2024 +0100
  90. 32d26c7 Update the ARM trusted firmware git URL by Peter Robinson · Wed Oct 02 19:08:49 2024 +0100
  91. ca9e9ec Add mkimage secp521r1 ECDSA curve support by Joakim Tjernlund · Fri Sep 20 18:14:35 2024 +0200
  92. 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
  93. 2a4642b board: ti: am62x_evm: Add android bootflow by Guillaume La Roque · Thu Sep 12 09:29:57 2024 +0200
  94. a51a2f0 dfu: define a callback function for the dfu_alt_info environment variable by Rasmus Villemoes · Wed Sep 11 15:39:00 2024 +0200
  95. b25cf9b power: regulator: Drop regulators_enable_boot_on/off() by Marek Vasut · Fri Sep 27 01:14:15 2024 +0200
  96. 6d41bf2 power: regulator: Drop regulator_unset() by Marek Vasut · Fri Sep 27 01:14:14 2024 +0200
  97. 093502e Merge tag 'v2024.10-rc6' into next by Tom Rini · Mon Sep 30 17:48:12 2024 -0600
  98. 4e2e7a8 Merge patch series "Miscellaneous fixes" by Tom Rini · Tue Sep 24 10:11:59 2024 -0600
  99. 523bc4d flash: prefix error codes with FL_ by Jerome Forissier · Wed Sep 11 11:58:15 2024 +0200
  100. b096740 mmc: Poll CD in case cyclic framework is enabled by Marek Vasut · Fri Sep 06 19:10:42 2024 +0200