1. a60ef16 doc: clarify scmi device tree for stm32mp15 boards by Patrick Delaunay · 7 weeks ago
  2. e880ea6 ARM: stm32mp: enable data cache after LMB configuration for STM32MP1 by Patrick Delaunay · 7 weeks ago
  3. ab8cb47 stm32mp: compute ram_top based on the optee base address only for STM32MP1 by Patrick Delaunay · 7 weeks ago
  4. 0171144 ARM: dts: stm32: Generate u-boot.itb using binman on DH STM32 DHSOM by Marek Vasut · 8 weeks ago
  5. e85828b ARM: dts: stm32: Switch to using upstream DT on DH STM32 DHSOM by Marek Vasut · 8 weeks ago
  6. 4812a38 ARM: dts: stm32: Duplicate cpu0-opp-table node into stm32mp15-u-boot.dtsi by Marek Vasut · 8 weeks ago
  7. 3fba70e ARM: stm32: Update MAINTAINERS file globs for STM32MP DHSOM by Marek Vasut · 8 weeks ago
  8. baed5b4 Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changes by Tom Rini · 6 weeks ago
  9. d0e0a2c Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 6 weeks ago
  10. af988af Merge patch series "Make EFI memory allocations synchronous with LMB" by Tom Rini · 6 weeks ago
  11. 99b5966 lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · 6 weeks ago
  12. c9e6eb6 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · 6 weeks ago
  13. 82399e1 lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · 6 weeks ago
  14. fbb00c2 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · 6 weeks ago
  15. 526eebd x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · 6 weeks ago
  16. 0502b22 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · 6 weeks ago
  17. 1a36d44 lmb: allow for boards to specify memory map by Sughosh Ganu · 6 weeks ago
  18. fd11f07 stm32mp: remove efi_add_known_memory() function definition by Sughosh Ganu · 6 weeks ago
  19. 1259200 ti: k3: remove efi_add_known_memory() function definition by Sughosh Ganu · 6 weeks ago
  20. 8f5cf17 efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · 6 weeks ago
  21. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · 6 weeks ago
  22. fa0ddab efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · 6 weeks ago
  23. bafdac0 lmb: add and reserve memory above ram_top by Sughosh Ganu · 6 weeks ago
  24. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · 6 weeks ago
  25. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · 6 weeks ago
  26. b0fd7a2 test: Drop mention of old flags in a comment by Simon Glass · 6 weeks ago
  27. 0587c65 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · 8 weeks ago
  28. d20ab50 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · 8 weeks ago
  29. 039b0f0 test: Fix skip check for sleep command test by Andrew Goodbody · 7 weeks ago
  30. 5692b9c CI: Do not test "sleep" in QEMU by Tom Rini · 6 weeks ago
  31. 6b3cefc net: correct wget_connected debug messages by Heinrich Schuchardt · 7 weeks ago
  32. df1d94b net/wget: set filesize by Heinrich Schuchardt · 7 weeks ago
  33. 4a01fee Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine" by Jonas Karlman · 7 weeks ago
  34. 1e8a032 Merge patch series "test: Minor fixes to test.py" by Tom Rini · 6 weeks ago
  35. 9377e14 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · 6 weeks ago
  36. 081f3af test: Add tests for the bootmeth set command by Martyn Welch · 7 weeks ago
  37. 53d6583 test: Fix mulptiplex_log typo by Simon Glass · 7 weeks ago
  38. 93a0d16 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · 7 weeks ago
  39. 7a1e9b4 test: Tidy up remaining exceptions by Simon Glass · 7 weeks ago
  40. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · 7 weeks ago
  41. d834d9a test: Detect dead connections by Simon Glass · 7 weeks ago
  42. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · 7 weeks ago
  43. 573171e test: Separate out the exception handling by Simon Glass · 7 weeks ago
  44. a5ab7ed test: Move the receive code into a function by Simon Glass · 7 weeks ago
  45. 35ad432 test: Create a common function to get the config by Simon Glass · 7 weeks ago
  46. 94b3583 test: Avoid failing skipped tests by Simon Glass · 7 weeks ago
  47. 6491415 test: Use a constant for the test timeout by Simon Glass · 7 weeks ago
  48. 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 · 6 weeks ago
  49. 6653c91 mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes by Takahiro Kuwano · 6 weeks ago
  50. 69bf3c3 mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp() by Takahiro Kuwano · 6 weeks ago
  51. b575593 mtd: spi-nor: Replace default_init() hook with late_init() by Takahiro Kuwano · 6 weeks ago
  52. 88bb59e mtd: spi-nor: Check nor->info before setting macronix_octal_fixups by Takahiro Kuwano · 6 weeks ago
  53. 15d5d5f mtd: spi-nor: Allow flashes to specify MTD writesize by Takahiro Kuwano · 6 weeks ago
  54. 8d653ff mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes by Takahiro Kuwano · 6 weeks ago
  55. 55bd10c dts: Deduplicate dtbs target by Marek Vasut · 8 weeks ago
  56. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 6 weeks ago
  57. 68b5b2a configs: enable MbedTLS as default setting by Raymond Mao · 8 weeks ago
  58. 37ac127 test: Remove ASN1 library test by Raymond Mao · 8 weeks ago
  59. 2faa4bd asn1_decoder: add build options for ASN1 decoder by Raymond Mao · 8 weeks ago
  60. d6d088a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 8 weeks ago
  61. 42948e8 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · 8 weeks ago
  62. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 8 weeks ago
  63. cd17ac2 mbedtls: add MSCode parser porting layer by Raymond Mao · 8 weeks ago
  64. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 8 weeks ago
  65. 7b3dfd0 mbedtls: add PKCS7 parser porting layer by Raymond Mao · 8 weeks ago
  66. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 8 weeks ago
  67. 7deec0f mbedtls: add X509 cert parser porting layer by Raymond Mao · 8 weeks ago
  68. f5e04a2 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · 8 weeks ago
  69. 702817b mbedtls: add public key porting layer by Raymond Mao · 8 weeks ago
  70. 1c432cb pkcs7: move common functions to PKCS7 helper by Raymond Mao · 8 weeks ago
  71. 0d2d4b0 x509: move common functions to x509 helper by Raymond Mao · 8 weeks ago
  72. 4887c0e public_key: move common functions to public key helper by Raymond Mao · 8 weeks ago
  73. a7864eb mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · 8 weeks ago
  74. e90e844 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · 8 weeks ago
  75. 851b01b mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · 8 weeks ago
  76. d838da0 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · 8 weeks ago
  77. 001b613 mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · 8 weeks ago
  78. f51f355 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · 8 weeks ago
  79. 9ec0088 sha1: Remove sha1 non-watchdog API by Raymond Mao · 8 weeks ago
  80. c35e1a4 md5: Remove md5 non-watchdog API by Raymond Mao · 8 weeks ago
  81. a571b98 lib: Adapt digest header files to MbedTLS by Raymond Mao · 8 weeks ago
  82. 87010c3 mbedtls: add mbedtls into the build system by Raymond Mao · 8 weeks ago
  83. dc52054 CI: Exclude MbedTLS subtree for CONFIG checks by Raymond Mao · 8 weeks ago
  84. 0db90db usb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only once by Bhupesh Sharma · 1 year, 3 months ago
  85. 4200c6c usb: xhci: pet watchdog during transfers by Godfrey Mwangi · 1 year, 4 months ago
  86. f8cfbec Merge tag 'u-boot-ufs-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-ufs by Tom Rini · 6 weeks ago
  87. 9a07c47 Merge tag 'u-boot-amlogic-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 6 weeks ago
  88. 378e92c Merge branch 'u-boot-nand-20241012' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · 6 weeks ago
  89. 42f33cf configs: meson64: Ensure commands for boot targets are available by Callum Parsey · 7 weeks ago
  90. 2cfdf4b configs: meson64_android: Remove dtbo support by Mattijs Korpershoek · 7 weeks ago
  91. 87acada configs: khadas-vim3{l}: Increase boot/recovery partition size by Mattijs Korpershoek · 7 weeks ago
  92. e8e3f1d power/domain: meson-ee-pwrc: make sure to not enable a domain twice by Neil Armstrong · 7 weeks ago
  93. 7481d3c clk: meson: gxbb: add HDMI clocks by Neil Armstrong · 7 weeks ago
  94. ec3a9cb video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled by Neil Armstrong · 7 weeks ago
  95. 07eafde dts: meson-g12-common-u-boot: do not disable canvas by Neil Armstrong · 7 weeks ago
  96. 4778a37 ARM: meson: add support for Libre Computer aml-s905d3-cc by Neil Armstrong · 10 weeks ago
  97. 4051389 ARM: meson: add support for Libre Computer aml-a311d-cc by Neil Armstrong · 10 weeks ago
  98. 1fce231 board: libre-computer: aml-s805x-cc: Enable capsule updates by Neil Armstrong · 2 months ago
  99. 7914a9a board: libretech-ac: move board support into dedicated directory by Neil Armstrong · 2 months ago
  100. 90b214e ufs: Add Support for Qualcomm UFS HC driver by Bhupesh Sharma · 3 months ago