1. 8f5cf17 efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · Tue Oct 15 21:07:08 2024 +0530
  2. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · Tue Oct 15 21:07:07 2024 +0530
  3. fa0ddab efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · Tue Oct 15 21:07:06 2024 +0530
  4. bafdac0 lmb: add and reserve memory above ram_top by Sughosh Ganu · Tue Oct 15 21:07:05 2024 +0530
  5. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · Tue Oct 15 21:07:04 2024 +0530
  6. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · Tue Oct 15 21:07:03 2024 +0530
  7. b0fd7a2 test: Drop mention of old flags in a comment by Simon Glass · Mon Oct 14 14:17:53 2024 -0600
  8. 0587c65 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · Sat Oct 05 01:07:14 2024 +0200
  9. d20ab50 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · Sat Oct 05 01:07:13 2024 +0200
  10. 039b0f0 test: Fix skip check for sleep command test by Andrew Goodbody · Tue Oct 08 13:08:13 2024 +0100
  11. 5692b9c CI: Do not test "sleep" in QEMU by Tom Rini · Tue Oct 15 12:28:26 2024 -0600
  12. 6b3cefc net: correct wget_connected debug messages by Heinrich Schuchardt · Wed Oct 09 01:02:05 2024 +0200
  13. df1d94b net/wget: set filesize by Heinrich Schuchardt · Wed Oct 09 13:08:54 2024 +0200
  14. 4a01fee Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine" by Jonas Karlman · Tue Oct 08 19:18:31 2024 +0000
  15. 1e8a032 Merge patch series "test: Minor fixes to test.py" by Tom Rini · Tue Oct 15 09:31:50 2024 -0600
  16. 9377e14 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · Tue Oct 15 09:18:04 2024 -0600
  17. 081f3af test: Add tests for the bootmeth set command by Martyn Welch · Wed Oct 09 14:15:41 2024 +0100
  18. 53d6583 test: Fix mulptiplex_log typo by Simon Glass · Wed Oct 09 18:29:05 2024 -0600
  19. 93a0d16 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · Wed Oct 09 14:15:40 2024 +0100
  20. 7a1e9b4 test: Tidy up remaining exceptions by Simon Glass · Wed Oct 09 18:29:04 2024 -0600
  21. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · Wed Oct 09 14:15:39 2024 +0100
  22. d834d9a test: Detect dead connections by Simon Glass · Wed Oct 09 18:29:03 2024 -0600
  23. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · Wed Oct 09 14:15:38 2024 +0100
  24. 573171e test: Separate out the exception handling by Simon Glass · Wed Oct 09 18:29:02 2024 -0600
  25. a5ab7ed test: Move the receive code into a function by Simon Glass · Wed Oct 09 18:29:01 2024 -0600
  26. 35ad432 test: Create a common function to get the config by Simon Glass · Wed Oct 09 18:29:00 2024 -0600
  27. 94b3583 test: Avoid failing skipped tests by Simon Glass · Wed Oct 09 18:28:59 2024 -0600
  28. 6491415 test: Use a constant for the test timeout by Simon Glass · Wed Oct 09 18:28:58 2024 -0600
  29. 5f3849a Merge patch series "mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it" by Tom Rini · Tue Oct 15 09:03:17 2024 -0600
  30. 6653c91 mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes by Takahiro Kuwano · Tue Oct 15 13:08:36 2024 +0900
  31. 69bf3c3 mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp() by Takahiro Kuwano · Tue Oct 15 13:08:35 2024 +0900
  32. b575593 mtd: spi-nor: Replace default_init() hook with late_init() by Takahiro Kuwano · Tue Oct 15 13:08:34 2024 +0900
  33. 88bb59e mtd: spi-nor: Check nor->info before setting macronix_octal_fixups by Takahiro Kuwano · Tue Oct 15 13:08:33 2024 +0900
  34. 15d5d5f mtd: spi-nor: Allow flashes to specify MTD writesize by Takahiro Kuwano · Tue Oct 15 13:08:32 2024 +0900
  35. 8d653ff mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes by Takahiro Kuwano · Tue Oct 15 13:08:31 2024 +0900
  36. 55bd10c dts: Deduplicate dtbs target by Marek Vasut · Fri Oct 04 02:10:42 2024 +0200
  37. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · Mon Oct 14 13:34:06 2024 -0600
  38. 68b5b2a configs: enable MbedTLS as default setting by Raymond Mao · Thu Oct 03 14:50:40 2024 -0700
  39. 37ac127 test: Remove ASN1 library test by Raymond Mao · Thu Oct 03 14:50:39 2024 -0700
  40. 2faa4bd asn1_decoder: add build options for ASN1 decoder by Raymond Mao · Thu Oct 03 14:50:38 2024 -0700
  41. d6d088a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · Thu Oct 03 14:50:37 2024 -0700
  42. 42948e8 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · Thu Oct 03 14:50:36 2024 -0700
  43. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:35 2024 -0700
  44. cd17ac2 mbedtls: add MSCode parser porting layer by Raymond Mao · Thu Oct 03 14:50:34 2024 -0700
  45. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:33 2024 -0700
  46. 7b3dfd0 mbedtls: add PKCS7 parser porting layer by Raymond Mao · Thu Oct 03 14:50:32 2024 -0700
  47. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · Thu Oct 03 14:50:31 2024 -0700
  48. 7deec0f mbedtls: add X509 cert parser porting layer by Raymond Mao · Thu Oct 03 14:50:30 2024 -0700
  49. f5e04a2 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · Thu Oct 03 14:50:29 2024 -0700
  50. 702817b mbedtls: add public key porting layer by Raymond Mao · Thu Oct 03 14:50:28 2024 -0700
  51. 1c432cb pkcs7: move common functions to PKCS7 helper by Raymond Mao · Thu Oct 03 14:50:27 2024 -0700
  52. 0d2d4b0 x509: move common functions to x509 helper by Raymond Mao · Thu Oct 03 14:50:26 2024 -0700
  53. 4887c0e public_key: move common functions to public key helper by Raymond Mao · Thu Oct 03 14:50:25 2024 -0700
  54. a7864eb mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · Thu Oct 03 14:50:24 2024 -0700
  55. e90e844 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · Thu Oct 03 14:50:23 2024 -0700
  56. 851b01b mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · Thu Oct 03 14:50:22 2024 -0700
  57. d838da0 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · Thu Oct 03 14:50:21 2024 -0700
  58. 001b613 mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · Thu Oct 03 14:50:20 2024 -0700
  59. f51f355 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · Thu Oct 03 14:50:19 2024 -0700
  60. 9ec0088 sha1: Remove sha1 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:18 2024 -0700
  61. c35e1a4 md5: Remove md5 non-watchdog API by Raymond Mao · Thu Oct 03 14:50:17 2024 -0700
  62. a571b98 lib: Adapt digest header files to MbedTLS by Raymond Mao · Thu Oct 03 14:50:16 2024 -0700
  63. 87010c3 mbedtls: add mbedtls into the build system by Raymond Mao · Thu Oct 03 14:50:15 2024 -0700
  64. dc52054 CI: Exclude MbedTLS subtree for CONFIG checks by Raymond Mao · Thu Oct 03 14:50:14 2024 -0700
  65. f8cfbec Merge tag 'u-boot-ufs-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-ufs by Tom Rini · Mon Oct 14 08:15:15 2024 -0600
  66. 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
  67. 378e92c Merge branch 'u-boot-nand-20241012' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · Mon Oct 14 08:13:23 2024 -0600
  68. 42f33cf configs: meson64: Ensure commands for boot targets are available by Callum Parsey · Sat Oct 12 08:03:51 2024 +0000
  69. 2cfdf4b configs: meson64_android: Remove dtbo support by Mattijs Korpershoek · Fri Oct 11 17:51:03 2024 +0200
  70. 87acada configs: khadas-vim3{l}: Increase boot/recovery partition size by Mattijs Korpershoek · Fri Oct 11 17:51:02 2024 +0200
  71. e8e3f1d power/domain: meson-ee-pwrc: make sure to not enable a domain twice by Neil Armstrong · Wed Oct 09 11:15:21 2024 +0200
  72. 7481d3c clk: meson: gxbb: add HDMI clocks by Neil Armstrong · Wed Oct 09 11:15:20 2024 +0200
  73. ec3a9cb video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled by Neil Armstrong · Wed Oct 09 10:01:56 2024 +0200
  74. 07eafde dts: meson-g12-common-u-boot: do not disable canvas by Neil Armstrong · Tue Oct 08 18:23:42 2024 +0200
  75. 4778a37 ARM: meson: add support for Libre Computer aml-s905d3-cc by Neil Armstrong · Fri Sep 20 15:33:34 2024 +0200
  76. 4051389 ARM: meson: add support for Libre Computer aml-a311d-cc by Neil Armstrong · Fri Sep 20 15:33:33 2024 +0200
  77. 1fce231 board: libre-computer: aml-s805x-cc: Enable capsule updates by Neil Armstrong · Tue Sep 17 14:34:46 2024 +0200
  78. 7914a9a board: libretech-ac: move board support into dedicated directory by Neil Armstrong · Tue Sep 17 14:34:45 2024 +0200
  79. 90b214e ufs: Add Support for Qualcomm UFS HC driver by Bhupesh Sharma · Tue Sep 10 11:50:13 2024 +0200
  80. 99e4f0a ufs: allow UFSHCI version 4.0 by Neil Armstrong · Tue Sep 10 11:50:12 2024 +0200
  81. 8bbf6de ufs: add get_max_pwr_mode callback by Neil Armstrong · Tue Sep 10 11:50:11 2024 +0200
  82. 5168a8b ufs: add device_reset callback by Neil Armstrong · Tue Sep 10 11:50:10 2024 +0200
  83. b8fc0aa configs: versal2: Add support for AMD UFS platform driver by Venkatesh Yadav Abbarapu · Fri Sep 20 09:46:51 2024 +0530
  84. fb59d47 ufs: ufs-amd-versal2: Add support for AMD UFS controller by Venkatesh Yadav Abbarapu · Fri Sep 20 09:46:50 2024 +0530
  85. daac30a ufs: add support for DesignWare Controller by Venkatesh Yadav Abbarapu · Fri Sep 20 09:46:49 2024 +0530
  86. 695b1d7 MAINTAINERS: Add myself to the list of UFS maintainers by Neil Armstrong · Mon Sep 30 14:44:35 2024 +0200
  87. acd75ad ufs: core: remove link_startup_again logic by Neil Armstrong · Mon Sep 30 14:44:34 2024 +0200
  88. e11301a ufs: Fix debug message in 'ufs_start' by Bhupesh Sharma · Mon Sep 30 14:44:33 2024 +0200
  89. fdd3d84 ufs: Add missing memory barriers by Bhupesh Sharma · Mon Sep 30 14:44:32 2024 +0200
  90. 6da8289 ufs: Sync possible UFS Quirks with Linux UFS driver by Bhupesh Sharma · Mon Sep 30 14:44:31 2024 +0200
  91. 9f95230 ufs: Clear UECPA once due to LINERESET has happened during LINK_STARTUP by Bhupesh Sharma · Mon Sep 30 14:44:30 2024 +0200
  92. 4531d7c ufs/ufs.h: Add definition of 'ufshcd_rmwl()' by Bhupesh Sharma · Mon Sep 30 14:44:29 2024 +0200
  93. c2403ff ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO by Marek Vasut · Mon Sep 30 14:44:28 2024 +0200
  94. 5b1431b ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS by Marek Vasut · Mon Sep 30 14:44:27 2024 +0200
  95. c865da1 ufs: use dcache helpers for scsi_cmd data and only invalidate if necessary by Neil Armstrong · Mon Sep 30 14:44:26 2024 +0200
  96. ead4219 ufs: split flush and invalidate to only invalidate when required by Neil Armstrong · Mon Sep 30 14:44:25 2024 +0200
  97. a9b880f ufs: fix dcache flush and invalidate range calculation by Neil Armstrong · Mon Sep 30 14:44:24 2024 +0200
  98. ceb2bf4 ufs: allocate descriptors with size aligned with DMA_MINALIGN by Neil Armstrong · Mon Sep 30 14:44:23 2024 +0200
  99. 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
  100. 266d0b6 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sun Oct 13 20:25:22 2024 -0600