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