1. 83362ce Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 months ago
  2. 77072f9 Merge patch series "Make EFI memory allocations synchronous with LMB" by Tom Rini · 3 months ago
  3. 8d0df5f lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · 3 months ago
  4. f3fe323 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · 3 months ago
  5. 596516d lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · 3 months ago
  6. e1b6822 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · 3 months ago
  7. ad33ce2 x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · 3 months ago
  8. 9ec4065 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · 3 months ago
  9. 497da0c lmb: allow for boards to specify memory map by Sughosh Ganu · 3 months ago
  10. 695dbd5 stm32mp: remove efi_add_known_memory() function definition by Sughosh Ganu · 3 months ago
  11. d83a763 ti: k3: remove efi_add_known_memory() function definition by Sughosh Ganu · 3 months ago
  12. a68c9ac efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · 3 months ago
  13. 2f61915 lmb: notify of any changes to the LMB memory map by Sughosh Ganu · 3 months ago
  14. 22f2c9e efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · 3 months ago
  15. eb052cb lmb: add and reserve memory above ram_top by Sughosh Ganu · 3 months ago
  16. 3c6896a lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · 3 months ago
  17. c8a8f01 lmb: add versions of the lmb API with flags by Sughosh Ganu · 3 months ago
  18. 29502f6 test: Drop mention of old flags in a comment by Simon Glass · 3 months ago
  19. 5b9261f Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · 4 months ago
  20. 099b6df Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · 4 months ago
  21. 2438203 test: Fix skip check for sleep command test by Andrew Goodbody · 3 months ago
  22. 08128f0 CI: Do not test "sleep" in QEMU by Tom Rini · 3 months ago
  23. ea2515f net: correct wget_connected debug messages by Heinrich Schuchardt · 3 months ago
  24. 8014fab net/wget: set filesize by Heinrich Schuchardt · 3 months ago
  25. bbfa458 Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine" by Jonas Karlman · 3 months ago
  26. a198e8b Merge patch series "test: Minor fixes to test.py" by Tom Rini · 3 months ago
  27. 4378732 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · 3 months ago
  28. 8798031 test: Add tests for the bootmeth set command by Martyn Welch · 3 months ago
  29. 3f6a0c8 test: Fix mulptiplex_log typo by Simon Glass · 3 months ago
  30. 3809fd3 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · 3 months ago
  31. 9fa4be6 test: Tidy up remaining exceptions by Simon Glass · 3 months ago
  32. 8ba82a9 boot: Add logic to enable booting from fallback option by Martyn Welch · 3 months ago
  33. 85d7dae test: Detect dead connections by Simon Glass · 3 months ago
  34. d2faad3 boot: pxe_utils: Add fallback support by Martyn Welch · 3 months ago
  35. 681b8f8 test: Separate out the exception handling by Simon Glass · 3 months ago
  36. e4ad901 test: Move the receive code into a function by Simon Glass · 3 months ago
  37. 40a1ed1 test: Create a common function to get the config by Simon Glass · 3 months ago
  38. 4018a08 test: Avoid failing skipped tests by Simon Glass · 3 months ago
  39. 189c4d9 test: Use a constant for the test timeout by Simon Glass · 3 months ago
  40. 4f777c2 Merge patch series "mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it" by Tom Rini · 3 months ago
  41. 10e75dd mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes by Takahiro Kuwano · 3 months ago
  42. 20f1383 mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp() by Takahiro Kuwano · 3 months ago
  43. 0267cfa mtd: spi-nor: Replace default_init() hook with late_init() by Takahiro Kuwano · 3 months ago
  44. b8b610e mtd: spi-nor: Check nor->info before setting macronix_octal_fixups by Takahiro Kuwano · 3 months ago
  45. 88057da mtd: spi-nor: Allow flashes to specify MTD writesize by Takahiro Kuwano · 3 months ago
  46. 6d7a8bf mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes by Takahiro Kuwano · 3 months ago
  47. d206182 dts: Deduplicate dtbs target by Marek Vasut · 4 months ago
  48. d467f35 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 3 months ago
  49. e65dcfe configs: enable MbedTLS as default setting by Raymond Mao · 4 months ago
  50. 4e1ca04 test: Remove ASN1 library test by Raymond Mao · 4 months ago
  51. ab58c46 asn1_decoder: add build options for ASN1 decoder by Raymond Mao · 4 months ago
  52. e9b681a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 4 months ago
  53. 1df80a4 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · 4 months ago
  54. 513a15d lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 4 months ago
  55. 65a7b48 mbedtls: add MSCode parser porting layer by Raymond Mao · 4 months ago
  56. c47bbf9 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 4 months ago
  57. 7de0d15 mbedtls: add PKCS7 parser porting layer by Raymond Mao · 4 months ago
  58. 3741abf lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 4 months ago
  59. 70002ce mbedtls: add X509 cert parser porting layer by Raymond Mao · 4 months ago
  60. f758647 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · 4 months ago
  61. bfbf3ab mbedtls: add public key porting layer by Raymond Mao · 4 months ago
  62. aed1c9a pkcs7: move common functions to PKCS7 helper by Raymond Mao · 4 months ago
  63. fa1289c x509: move common functions to x509 helper by Raymond Mao · 4 months ago
  64. b36a8b8 public_key: move common functions to public key helper by Raymond Mao · 4 months ago
  65. 6b0d26c mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · 4 months ago
  66. 6e7acd3 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · 4 months ago
  67. 540bd26 mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · 4 months ago
  68. 9acdd53 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · 4 months ago
  69. c60e99f mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · 4 months ago
  70. bdc3f44 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · 4 months ago
  71. 988e749 sha1: Remove sha1 non-watchdog API by Raymond Mao · 4 months ago
  72. 2b6f572 md5: Remove md5 non-watchdog API by Raymond Mao · 4 months ago
  73. 5d1d983 lib: Adapt digest header files to MbedTLS by Raymond Mao · 4 months ago
  74. 13de848 mbedtls: add mbedtls into the build system by Raymond Mao · 4 months ago
  75. 25ce987 CI: Exclude MbedTLS subtree for CONFIG checks by Raymond Mao · 4 months ago
  76. 3794bbf usb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only once by Bhupesh Sharma · 1 year, 5 months ago
  77. fe91450 usb: xhci: pet watchdog during transfers by Godfrey Mwangi · 1 year, 6 months ago
  78. c7aafb2 Merge tag 'u-boot-ufs-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-ufs by Tom Rini · 3 months ago
  79. c676fc3 Merge tag 'u-boot-amlogic-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 months ago
  80. e87c5df Merge branch 'u-boot-nand-20241012' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · 3 months ago
  81. 315cad9 configs: meson64: Ensure commands for boot targets are available by Callum Parsey · 3 months ago
  82. 0b063d6 configs: meson64_android: Remove dtbo support by Mattijs Korpershoek · 3 months ago
  83. ce138d9 configs: khadas-vim3{l}: Increase boot/recovery partition size by Mattijs Korpershoek · 3 months ago
  84. bfa89c5 power/domain: meson-ee-pwrc: make sure to not enable a domain twice by Neil Armstrong · 3 months ago
  85. 53a9bae clk: meson: gxbb: add HDMI clocks by Neil Armstrong · 3 months ago
  86. 8c914e5 video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled by Neil Armstrong · 3 months ago
  87. b52364b dts: meson-g12-common-u-boot: do not disable canvas by Neil Armstrong · 3 months ago
  88. 12ea40d2 ARM: meson: add support for Libre Computer aml-s905d3-cc by Neil Armstrong · 4 months ago
  89. 9e6e6b0 ARM: meson: add support for Libre Computer aml-a311d-cc by Neil Armstrong · 4 months ago
  90. 75c87c6 board: libre-computer: aml-s805x-cc: Enable capsule updates by Neil Armstrong · 4 months ago
  91. f5b9f89 board: libretech-ac: move board support into dedicated directory by Neil Armstrong · 4 months ago
  92. 0c9c501 ufs: Add Support for Qualcomm UFS HC driver by Bhupesh Sharma · 4 months ago
  93. 690db79 ufs: allow UFSHCI version 4.0 by Neil Armstrong · 4 months ago
  94. b3f89c1 ufs: add get_max_pwr_mode callback by Neil Armstrong · 4 months ago
  95. 182e192 ufs: add device_reset callback by Neil Armstrong · 4 months ago
  96. d3c32f2 configs: versal2: Add support for AMD UFS platform driver by Venkatesh Yadav Abbarapu · 4 months ago
  97. b5ac5f0 ufs: ufs-amd-versal2: Add support for AMD UFS controller by Venkatesh Yadav Abbarapu · 4 months ago
  98. 4b0ea24 ufs: add support for DesignWare Controller by Venkatesh Yadav Abbarapu · 4 months ago
  99. fd6ce5a MAINTAINERS: Add myself to the list of UFS maintainers by Neil Armstrong · 4 months ago
  100. 67e291d ufs: core: remove link_startup_again logic by Neil Armstrong · 4 months ago