1. aedcfec net: lwip: add dns command by Jerome Forissier · 3 months ago
  2. 7a5e00d net: lwip: add ping command by Jerome Forissier · 3 months ago
  3. 4d4d783 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · 3 months ago
  4. 5634ecc net: lwip: tftp: bind to TFTP port only when in server mode by Jerome Forissier · 3 months ago
  5. 98ad145 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 3 months ago
  6. 1c41a7a net: lwip: build lwIP by Jerome Forissier · 3 months ago
  7. 7ad5e87 net: eth-uclass: add function eth_start_udev() by Jerome Forissier · 3 months ago
  8. 1d5d292 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · 3 months ago
  9. 8cb3303 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · 3 months ago
  10. 625d40a test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled by Jerome Forissier · 3 months ago
  11. 69aee0c test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled by Jerome Forissier · 3 months ago
  12. ce70056 sandbox: add dummy driver ETH_SANDBOX_LWIP by Jerome Forissier · 3 months ago
  13. c2cd7bd configs: use syntax CONFIG_FOO=n in tools-only_defconfig by Jerome Forissier · 3 months ago
  14. 1ca0ddb Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip' by Tom Rini · 3 months ago
  15. f3f86fd Squashed 'lib/lwip/lwip/' content from commit 0a0452b2c39b by Tom Rini · 3 months ago
  16. d5cab0d Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changes by Tom Rini · 3 months ago
  17. 83362ce Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 months ago
  18. 77072f9 Merge patch series "Make EFI memory allocations synchronous with LMB" by Tom Rini · 3 months ago
  19. 8d0df5f lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · 3 months ago
  20. f3fe323 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · 3 months ago
  21. 596516d lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · 3 months ago
  22. e1b6822 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · 3 months ago
  23. ad33ce2 x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · 3 months ago
  24. 9ec4065 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · 3 months ago
  25. 497da0c lmb: allow for boards to specify memory map by Sughosh Ganu · 3 months ago
  26. 695dbd5 stm32mp: remove efi_add_known_memory() function definition by Sughosh Ganu · 3 months ago
  27. d83a763 ti: k3: remove efi_add_known_memory() function definition by Sughosh Ganu · 3 months ago
  28. a68c9ac efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · 3 months ago
  29. 2f61915 lmb: notify of any changes to the LMB memory map by Sughosh Ganu · 3 months ago
  30. 22f2c9e efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · 3 months ago
  31. eb052cb lmb: add and reserve memory above ram_top by Sughosh Ganu · 3 months ago
  32. 3c6896a lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · 3 months ago
  33. c8a8f01 lmb: add versions of the lmb API with flags by Sughosh Ganu · 3 months ago
  34. 29502f6 test: Drop mention of old flags in a comment by Simon Glass · 3 months ago
  35. 5b9261f Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · 3 months ago
  36. 099b6df Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · 3 months ago
  37. 2438203 test: Fix skip check for sleep command test by Andrew Goodbody · 3 months ago
  38. 08128f0 CI: Do not test "sleep" in QEMU by Tom Rini · 3 months ago
  39. ea2515f net: correct wget_connected debug messages by Heinrich Schuchardt · 3 months ago
  40. 8014fab net/wget: set filesize by Heinrich Schuchardt · 3 months ago
  41. bbfa458 Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine" by Jonas Karlman · 3 months ago
  42. a198e8b Merge patch series "test: Minor fixes to test.py" by Tom Rini · 3 months ago
  43. 4378732 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · 3 months ago
  44. 8798031 test: Add tests for the bootmeth set command by Martyn Welch · 3 months ago
  45. 3f6a0c8 test: Fix mulptiplex_log typo by Simon Glass · 3 months ago
  46. 3809fd3 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · 3 months ago
  47. 9fa4be6 test: Tidy up remaining exceptions by Simon Glass · 3 months ago
  48. 8ba82a9 boot: Add logic to enable booting from fallback option by Martyn Welch · 3 months ago
  49. 85d7dae test: Detect dead connections by Simon Glass · 3 months ago
  50. d2faad3 boot: pxe_utils: Add fallback support by Martyn Welch · 3 months ago
  51. 681b8f8 test: Separate out the exception handling by Simon Glass · 3 months ago
  52. e4ad901 test: Move the receive code into a function by Simon Glass · 3 months ago
  53. 40a1ed1 test: Create a common function to get the config by Simon Glass · 3 months ago
  54. 4018a08 test: Avoid failing skipped tests by Simon Glass · 3 months ago
  55. 189c4d9 test: Use a constant for the test timeout by Simon Glass · 3 months ago
  56. 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
  57. 10e75dd mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes by Takahiro Kuwano · 3 months ago
  58. 20f1383 mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp() by Takahiro Kuwano · 3 months ago
  59. 0267cfa mtd: spi-nor: Replace default_init() hook with late_init() by Takahiro Kuwano · 3 months ago
  60. b8b610e mtd: spi-nor: Check nor->info before setting macronix_octal_fixups by Takahiro Kuwano · 3 months ago
  61. 88057da mtd: spi-nor: Allow flashes to specify MTD writesize by Takahiro Kuwano · 3 months ago
  62. 6d7a8bf mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes by Takahiro Kuwano · 3 months ago
  63. d206182 dts: Deduplicate dtbs target by Marek Vasut · 3 months ago
  64. d467f35 Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot" by Tom Rini · 3 months ago
  65. e65dcfe configs: enable MbedTLS as default setting by Raymond Mao · 3 months ago
  66. 4e1ca04 test: Remove ASN1 library test by Raymond Mao · 3 months ago
  67. ab58c46 asn1_decoder: add build options for ASN1 decoder by Raymond Mao · 3 months ago
  68. e9b681a lib/rypto: Adapt rsa_helper to MbedTLS by Raymond Mao · 3 months ago
  69. 1df80a4 mbedtls: add RSA helper layer on MbedTLS by Raymond Mao · 3 months ago
  70. 513a15d lib/crypto: Adapt mscode_parser to MbedTLS by Raymond Mao · 3 months ago
  71. 65a7b48 mbedtls: add MSCode parser porting layer by Raymond Mao · 3 months ago
  72. c47bbf9 lib/crypto: Adapt PKCS7 parser to MbedTLS by Raymond Mao · 3 months ago
  73. 7de0d15 mbedtls: add PKCS7 parser porting layer by Raymond Mao · 3 months ago
  74. 3741abf lib/crypto: Adapt x509_cert_parser to MbedTLS by Raymond Mao · 3 months ago
  75. 70002ce mbedtls: add X509 cert parser porting layer by Raymond Mao · 3 months ago
  76. f758647 lib/crypto: Adapt public_key header with MbedTLS by Raymond Mao · 3 months ago
  77. bfbf3ab mbedtls: add public key porting layer by Raymond Mao · 3 months ago
  78. aed1c9a pkcs7: move common functions to PKCS7 helper by Raymond Mao · 3 months ago
  79. fa1289c x509: move common functions to x509 helper by Raymond Mao · 3 months ago
  80. b36a8b8 public_key: move common functions to public key helper by Raymond Mao · 3 months ago
  81. 6b0d26c mbedtls/external: update MbedTLS PKCS7 test suites by Raymond Mao · 3 months ago
  82. 6e7acd3 mbedtls/external: support decoding multiple signer's cert by Raymond Mao · 3 months ago
  83. 540bd26 mbedtls/external: support PKCS9 Authenticate Attributes by Raymond Mao · 3 months ago
  84. 9acdd53 mbedtls/external: support Microsoft Authentication Code by Raymond Mao · 3 months ago
  85. c60e99f mbedtls: Enable smaller implementation for SHA256/512 by Raymond Mao · 3 months ago
  86. bdc3f44 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · 3 months ago
  87. 988e749 sha1: Remove sha1 non-watchdog API by Raymond Mao · 3 months ago
  88. 2b6f572 md5: Remove md5 non-watchdog API by Raymond Mao · 3 months ago
  89. 5d1d983 lib: Adapt digest header files to MbedTLS by Raymond Mao · 3 months ago
  90. 13de848 mbedtls: add mbedtls into the build system by Raymond Mao · 3 months ago
  91. 25ce987 CI: Exclude MbedTLS subtree for CONFIG checks by Raymond Mao · 3 months ago
  92. 3794bbf usb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only once by Bhupesh Sharma · 1 year, 5 months ago
  93. fe91450 usb: xhci: pet watchdog during transfers by Godfrey Mwangi · 1 year, 6 months ago
  94. 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
  95. 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
  96. 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
  97. 315cad9 configs: meson64: Ensure commands for boot targets are available by Callum Parsey · 3 months ago
  98. 0b063d6 configs: meson64_android: Remove dtbo support by Mattijs Korpershoek · 3 months ago
  99. ce138d9 configs: khadas-vim3{l}: Increase boot/recovery partition size by Mattijs Korpershoek · 3 months ago
  100. bfa89c5 power/domain: meson-ee-pwrc: make sure to not enable a domain twice by Neil Armstrong · 3 months ago