1. 4cac2e0 Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 6 weeks ago
  2. c28e47a Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 6 weeks ago
  3. f72768f MAINTAINERS: add TCPM section by Sebastian Reichel · 6 weeks ago
  4. 941afa5 rockchip: rock5b-rk3588: Enable USB-C PD support by Sebastian Reichel · 6 weeks ago
  5. c3eac76 rockchip: rk3588-rock-5b: Add USB-C controller to u-boot.dtsi by Sebastian Reichel · 6 weeks ago
  6. 67a349d board: rock5b-rk3588: enable USB-C in operating system by Sebastian Reichel · 6 weeks ago
  7. 111bec0 usb: tcpm: fusb302: add driver by Sebastian Reichel · 6 weeks ago
  8. 3dd2332 usb: tcpm: add core framework by Sebastian Reichel · 6 weeks ago
  9. 6c11dc6 Merge patch series "some serial rx buffer patches" by Tom Rini · 6 weeks ago
  10. b17bccc9 serial: embed the rx buffer in struct serial_dev_priv by Rasmus Villemoes · 8 weeks ago
  11. a865db7 serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZE by Rasmus Villemoes · 8 weeks ago
  12. e38be2d serial: do not overwrite not-consumed characters in rx buffer by Rasmus Villemoes · 8 weeks ago
  13. 50fc188 serial: fix circular rx buffer edge case by Rasmus Villemoes · 8 weeks ago
  14. bd9f65c Merge patch series "Introduce the lwIP network stack" by Tom Rini · 6 weeks ago
  15. 4766f6d MAINTAINERS: net: lwip: add myself as a maintainer by Jerome Forissier · 6 weeks ago
  16. de134d9 CI: add qemu_arm64_lwip to the test matrix by Jerome Forissier · 6 weeks ago
  17. 0fb8190 net: lwip: add TFTP_BLOCKSIZE by Jerome Forissier · 6 weeks ago
  18. e7ba686 net: lwip: tftp: add support of blksize option to client by Jerome Forissier · 6 weeks ago
  19. 6908d64 configs: add qemu_arm64_lwip_defconfig by Jerome Forissier · 6 weeks ago
  20. c4d17bd cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y by Jerome Forissier · 6 weeks ago
  21. 359d4ed net: lwip: add wget command by Jerome Forissier · 6 weeks ago
  22. eb48b4b net: split cmd/net.c into cmd/net.c and cmd/net-common.c by Jerome Forissier · 6 weeks ago
  23. bc4d882 net: lwip: add dns command by Jerome Forissier · 6 weeks ago
  24. 8f29e00 net: lwip: add ping command by Jerome Forissier · 6 weeks ago
  25. 6a78e96 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · 6 weeks ago
  26. 33f2c02 net: lwip: tftp: bind to TFTP port only when in server mode by Jerome Forissier · 6 weeks ago
  27. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 6 weeks ago
  28. e86aa9f net: lwip: build lwIP by Jerome Forissier · 6 weeks ago
  29. c8d070c net: eth-uclass: add function eth_start_udev() by Jerome Forissier · 6 weeks ago
  30. 64abd78 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · 6 weeks ago
  31. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · 6 weeks ago
  32. 253d598 test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled by Jerome Forissier · 6 weeks ago
  33. 70ff994 test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled by Jerome Forissier · 6 weeks ago
  34. 537d96a sandbox: add dummy driver ETH_SANDBOX_LWIP by Jerome Forissier · 6 weeks ago
  35. a1bfe0a configs: use syntax CONFIG_FOO=n in tools-only_defconfig by Jerome Forissier · 6 weeks ago
  36. bad97d2 Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip' by Tom Rini · 6 weeks ago
  37. f3f86fd Squashed 'lib/lwip/lwip/' content from commit 0a0452b2c39b by Tom Rini · 6 weeks ago
  38. baed5b4 Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changes by Tom Rini · 6 weeks ago
  39. d0e0a2c Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 6 weeks ago
  40. af988af Merge patch series "Make EFI memory allocations synchronous with LMB" by Tom Rini · 6 weeks ago
  41. 99b5966 lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · 6 weeks ago
  42. c9e6eb6 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · 6 weeks ago
  43. 82399e1 lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · 6 weeks ago
  44. fbb00c2 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · 6 weeks ago
  45. 526eebd x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · 6 weeks ago
  46. 0502b22 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · 6 weeks ago
  47. 1a36d44 lmb: allow for boards to specify memory map by Sughosh Ganu · 6 weeks ago
  48. fd11f07 stm32mp: remove efi_add_known_memory() function definition by Sughosh Ganu · 6 weeks ago
  49. 1259200 ti: k3: remove efi_add_known_memory() function definition by Sughosh Ganu · 6 weeks ago
  50. 8f5cf17 efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · 6 weeks ago
  51. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · 6 weeks ago
  52. fa0ddab efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · 6 weeks ago
  53. bafdac0 lmb: add and reserve memory above ram_top by Sughosh Ganu · 6 weeks ago
  54. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · 6 weeks ago
  55. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · 6 weeks ago
  56. b0fd7a2 test: Drop mention of old flags in a comment by Simon Glass · 6 weeks ago
  57. 0587c65 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · 8 weeks ago
  58. d20ab50 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · 8 weeks ago
  59. 039b0f0 test: Fix skip check for sleep command test by Andrew Goodbody · 7 weeks ago
  60. 5692b9c CI: Do not test "sleep" in QEMU by Tom Rini · 6 weeks ago
  61. 6b3cefc net: correct wget_connected debug messages by Heinrich Schuchardt · 7 weeks ago
  62. df1d94b net/wget: set filesize by Heinrich Schuchardt · 7 weeks ago
  63. 4a01fee Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine" by Jonas Karlman · 7 weeks ago
  64. 1e8a032 Merge patch series "test: Minor fixes to test.py" by Tom Rini · 6 weeks ago
  65. 9377e14 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · 6 weeks ago
  66. 081f3af test: Add tests for the bootmeth set command by Martyn Welch · 7 weeks ago
  67. 53d6583 test: Fix mulptiplex_log typo by Simon Glass · 7 weeks ago
  68. 93a0d16 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · 7 weeks ago
  69. 7a1e9b4 test: Tidy up remaining exceptions by Simon Glass · 7 weeks ago
  70. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · 7 weeks ago
  71. d834d9a test: Detect dead connections by Simon Glass · 7 weeks ago
  72. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · 7 weeks ago
  73. 573171e test: Separate out the exception handling by Simon Glass · 7 weeks ago
  74. a5ab7ed test: Move the receive code into a function by Simon Glass · 7 weeks ago
  75. 35ad432 test: Create a common function to get the config by Simon Glass · 7 weeks ago
  76. 94b3583 test: Avoid failing skipped tests by Simon Glass · 7 weeks ago
  77. 6491415 test: Use a constant for the test timeout by Simon Glass · 7 weeks ago
  78. 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
  79. 6653c91 mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes by Takahiro Kuwano · 6 weeks ago
  80. 69bf3c3 mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp() by Takahiro Kuwano · 6 weeks ago
  81. b575593 mtd: spi-nor: Replace default_init() hook with late_init() by Takahiro Kuwano · 6 weeks ago
  82. 88bb59e mtd: spi-nor: Check nor->info before setting macronix_octal_fixups by Takahiro Kuwano · 6 weeks ago
  83. 15d5d5f mtd: spi-nor: Allow flashes to specify MTD writesize by Takahiro Kuwano · 6 weeks ago
  84. 8d653ff mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes by Takahiro Kuwano · 6 weeks ago
  85. c6a57f7 usb: dwc3: invalidate dcache on buffer used in interrupt handling by Neil Armstrong · 7 weeks ago
  86. 7820642 usb: dwc3: fix dcache flush range calculation by Neil Armstrong · 7 weeks ago
  87. ec21f2f usb: dwc3: allocate setup_buf with dma_alloc_coherent() by Neil Armstrong · 7 weeks ago
  88. 55bd10c dts: Deduplicate dtbs target by Marek Vasut · 8 weeks ago
  89. f5bea56 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 6 weeks ago
  90. 68b5b2a configs: enable MbedTLS as default setting by Raymond Mao · 8 weeks ago
  91. 37ac127 test: Remove ASN1 library test by Raymond Mao · 8 weeks ago
  92. 2faa4bd asn1_decoder: add build options for ASN1 decoder by Raymond Mao · 8 weeks ago
  93. d6d088a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 8 weeks ago
  94. 42948e8 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · 8 weeks ago
  95. 08f80c8 lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 8 weeks ago
  96. cd17ac2 mbedtls: add MSCode parser porting layer by Raymond Mao · 8 weeks ago
  97. c3dc1f8 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 8 weeks ago
  98. 7b3dfd0 mbedtls: add PKCS7 parser porting layer by Raymond Mao · 8 weeks ago
  99. f7b522f lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 8 weeks ago
  100. 7deec0f mbedtls: add X509 cert parser porting layer by Raymond Mao · 8 weeks ago