1. 963d7cc efi_loader: reduce noisiness if ESP is missing by Heinrich Schuchardt · Fri Oct 18 03:18:36 2024 +0200
  2. 37d14c8 efi_loader: avoid #ifdef in efi_setup.c by Heinrich Schuchardt · Wed Oct 16 12:17:39 2024 +0200
  3. 7df74d8 cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NET by Heinrich Schuchardt · Wed Oct 16 11:50:39 2024 +0200
  4. 2356c22 doc: blkmap: Fix typo in command example by Ken Kurematsu · Thu Sep 26 09:26:05 2024 +0000
  5. 2a8c7af doc: board: ti: am62x_sk: Add document for Ethernet boot on AM62x SoC. by Chintan Vankar · Thu Sep 26 10:31:38 2024 +0530
  6. aab6487 Merge patch series "Cleanup dma device in spl and move dma channel[0]" by Tom Rini · Thu Oct 17 15:13:27 2024 -0600
  7. 16e3d04 dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove() by Santhosh Kumar K · Wed Oct 09 20:27:03 2024 +0530
  8. 976edc6 dma: ti: k3-udma: Move udma_probe() below all APIs by Santhosh Kumar K · Wed Oct 09 20:27:02 2024 +0530
  9. 06ef867 configs: k3: Enable device removal in SPL by Prasanth Babu Mantena · Wed Oct 09 20:27:01 2024 +0530
  10. 871bde2 mach-k3: common.c: Remove dma device in spl exit by Prasanth Babu Mantena · Wed Oct 09 20:27:00 2024 +0530
  11. c605133 arm: dts: k3-j722s-binman: Add support for HS-SE by Udit Kumar · Wed Oct 09 16:34:47 2024 +0530
  12. d84f8cd arm: mach-k3: j784s4: Add clk and power support for wkup_uart by Bhavya Kapoor · Mon Oct 07 16:37:09 2024 +0530
  13. bf05e67 cmd: irq: Move do_irqinfo() prototype to a header file by Andy Shevchenko · Sat Oct 05 22:14:29 2024 +0300
  14. d4c4f4f arm: mach-k3: am62: fixup thermal cooling device cpus by Parth Pancholi · Wed Oct 02 09:41:33 2024 +0200
  15. 9ac02ef lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met by Lad Prabhakar · Tue Oct 01 10:56:47 2024 +0100
  16. f9ac68d Extend usage for OF_OVERLAY_LIST beyond SPL by Jan Kiszka · Mon Sep 30 12:20:36 2024 +0200
  17. c535107 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · Sat Oct 05 01:07:13 2024 +0200
  18. a41e7c8 Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Thu Oct 17 08:35:11 2024 -0600
  19. 4cac2e0 Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Thu Oct 17 08:34:01 2024 -0600
  20. c28e47a Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Wed Oct 16 21:45:21 2024 -0600
  21. f72768f MAINTAINERS: add TCPM section by Sebastian Reichel · Tue Oct 15 17:26:48 2024 +0200
  22. 941afa5 rockchip: rock5b-rk3588: Enable USB-C PD support by Sebastian Reichel · Tue Oct 15 17:26:47 2024 +0200
  23. c3eac76 rockchip: rk3588-rock-5b: Add USB-C controller to u-boot.dtsi by Sebastian Reichel · Tue Oct 15 17:26:46 2024 +0200
  24. 67a349d board: rock5b-rk3588: enable USB-C in operating system by Sebastian Reichel · Tue Oct 15 17:26:45 2024 +0200
  25. 111bec0 usb: tcpm: fusb302: add driver by Sebastian Reichel · Tue Oct 15 17:26:44 2024 +0200
  26. 3dd2332 usb: tcpm: add core framework by Sebastian Reichel · Tue Oct 15 17:26:43 2024 +0200
  27. 6c11dc6 Merge patch series "some serial rx buffer patches" by Tom Rini · Wed Oct 16 15:54:38 2024 -0600
  28. b17bccc9 serial: embed the rx buffer in struct serial_dev_priv by Rasmus Villemoes · Thu Oct 03 16:10:29 2024 +0200
  29. a865db7 serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZE by Rasmus Villemoes · Thu Oct 03 16:10:28 2024 +0200
  30. e38be2d serial: do not overwrite not-consumed characters in rx buffer by Rasmus Villemoes · Thu Oct 03 16:10:27 2024 +0200
  31. 50fc188 serial: fix circular rx buffer edge case by Rasmus Villemoes · Thu Oct 03 16:10:26 2024 +0200
  32. c3f55b6 stm32mp: cosmetic: remove empty comment block in configs file by Patrick Delaunay · Wed Oct 16 19:54:08 2024 +0200
  33. 73b56ce ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32MP15xx DHSOM by Marek Vasut · Sat Oct 12 04:54:17 2024 +0200
  34. 0f9c2e3 stm32mp: fix name of optee reserved memory node by Patrick Delaunay · Fri Oct 11 17:31:51 2024 +0200
  35. a60ef16 doc: clarify scmi device tree for stm32mp15 boards by Patrick Delaunay · Fri Oct 11 17:31:50 2024 +0200
  36. e880ea6 ARM: stm32mp: enable data cache after LMB configuration for STM32MP1 by Patrick Delaunay · Fri Oct 11 17:31:49 2024 +0200
  37. ab8cb47 stm32mp: compute ram_top based on the optee base address only for STM32MP1 by Patrick Delaunay · Fri Oct 11 17:31:48 2024 +0200
  38. 0171144 ARM: dts: stm32: Generate u-boot.itb using binman on DH STM32 DHSOM by Marek Vasut · Sat Oct 05 03:15:50 2024 +0200
  39. e85828b ARM: dts: stm32: Switch to using upstream DT on DH STM32 DHSOM by Marek Vasut · Sat Oct 05 03:15:49 2024 +0200
  40. 4812a38 ARM: dts: stm32: Duplicate cpu0-opp-table node into stm32mp15-u-boot.dtsi by Marek Vasut · Sat Oct 05 03:15:48 2024 +0200
  41. 3fba70e ARM: stm32: Update MAINTAINERS file globs for STM32MP DHSOM by Marek Vasut · Sat Oct 05 01:56:21 2024 +0200
  42. bd9f65c Merge patch series "Introduce the lwIP network stack" by Tom Rini · Wed Oct 16 08:12:28 2024 -0600
  43. 4766f6d MAINTAINERS: net: lwip: add myself as a maintainer by Jerome Forissier · Wed Oct 16 12:04:15 2024 +0200
  44. de134d9 CI: add qemu_arm64_lwip to the test matrix by Jerome Forissier · Wed Oct 16 12:04:14 2024 +0200
  45. 0fb8190 net: lwip: add TFTP_BLOCKSIZE by Jerome Forissier · Wed Oct 16 12:04:13 2024 +0200
  46. e7ba686 net: lwip: tftp: add support of blksize option to client by Jerome Forissier · Wed Oct 16 12:04:12 2024 +0200
  47. 6908d64 configs: add qemu_arm64_lwip_defconfig by Jerome Forissier · Wed Oct 16 12:04:11 2024 +0200
  48. c4d17bd cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y by Jerome Forissier · Wed Oct 16 12:04:10 2024 +0200
  49. 359d4ed net: lwip: add wget command by Jerome Forissier · Wed Oct 16 12:04:09 2024 +0200
  50. eb48b4b net: split cmd/net.c into cmd/net.c and cmd/net-common.c by Jerome Forissier · Wed Oct 16 12:04:08 2024 +0200
  51. bc4d882 net: lwip: add dns command by Jerome Forissier · Wed Oct 16 12:04:07 2024 +0200
  52. 8f29e00 net: lwip: add ping command by Jerome Forissier · Wed Oct 16 12:04:06 2024 +0200
  53. 6a78e96 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · Wed Oct 16 12:04:05 2024 +0200
  54. 33f2c02 net: lwip: tftp: bind to TFTP port only when in server mode by Jerome Forissier · Wed Oct 16 12:04:04 2024 +0200
  55. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · Wed Oct 16 12:04:03 2024 +0200
  56. e86aa9f net: lwip: build lwIP by Jerome Forissier · Wed Oct 16 12:04:02 2024 +0200
  57. c8d070c net: eth-uclass: add function eth_start_udev() by Jerome Forissier · Wed Oct 16 12:04:01 2024 +0200
  58. 64abd78 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · Wed Oct 16 12:04:00 2024 +0200
  59. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · Wed Oct 16 12:03:59 2024 +0200
  60. 253d598 test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled by Jerome Forissier · Wed Oct 16 11:56:26 2024 +0200
  61. 70ff994 test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled by Jerome Forissier · Wed Oct 16 11:56:25 2024 +0200
  62. 537d96a sandbox: add dummy driver ETH_SANDBOX_LWIP by Jerome Forissier · Wed Oct 16 11:56:24 2024 +0200
  63. a1bfe0a configs: use syntax CONFIG_FOO=n in tools-only_defconfig by Jerome Forissier · Wed Oct 16 11:56:23 2024 +0200
  64. bad97d2 Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip' by Tom Rini · Wed Oct 16 08:10:14 2024 -0600
  65. f3f86fd Squashed 'lib/lwip/lwip/' content from commit 0a0452b2c39b by Tom Rini · Wed Oct 16 08:10:14 2024 -0600
  66. baed5b4 Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changes by Tom Rini · Tue Oct 15 16:51:05 2024 -0600
  67. d0e0a2c Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Tue Oct 15 16:40:23 2024 -0600
  68. af988af Merge patch series "Make EFI memory allocations synchronous with LMB" by Tom Rini · Tue Oct 15 13:46:08 2024 -0600
  69. 99b5966 lmb: replace the double-underscore with single-underscore for all functions by Sughosh Ganu · Tue Oct 15 21:07:17 2024 +0530
  70. c9e6eb6 efi_memory: rename variable to highlight overlap with free memory by Sughosh Ganu · Tue Oct 15 21:07:16 2024 +0530
  71. 82399e1 lmb: remove call to efi_lmb_reserve() by Sughosh Ganu · Tue Oct 15 21:07:15 2024 +0530
  72. fbb00c2 efi_memory: do not add RAM memory to the memory map by Sughosh Ganu · Tue Oct 15 21:07:14 2024 +0530
  73. 526eebd x86: e820: use the lmb API for adding RAM memory by Sughosh Ganu · Tue Oct 15 21:07:13 2024 +0530
  74. 0502b22 layerscape: use the lmb API's to add RAM memory by Sughosh Ganu · Tue Oct 15 21:07:12 2024 +0530
  75. 1a36d44 lmb: allow for boards to specify memory map by Sughosh Ganu · Tue Oct 15 21:07:11 2024 +0530
  76. fd11f07 stm32mp: remove efi_add_known_memory() function definition by Sughosh Ganu · Tue Oct 15 21:07:10 2024 +0530
  77. 1259200 ti: k3: remove efi_add_known_memory() function definition by Sughosh Ganu · Tue Oct 15 21:07:09 2024 +0530
  78. 8f5cf17 efi_memory: do not add U-Boot memory to the memory map by Sughosh Ganu · Tue Oct 15 21:07:08 2024 +0530
  79. a3af5ba lmb: notify of any changes to the LMB memory map by Sughosh Ganu · Tue Oct 15 21:07:07 2024 +0530
  80. fa0ddab efi: memory: use the lmb API's for allocating and freeing memory by Sughosh Ganu · Tue Oct 15 21:07:06 2024 +0530
  81. bafdac0 lmb: add and reserve memory above ram_top by Sughosh Ganu · Tue Oct 15 21:07:05 2024 +0530
  82. 7ebbdd7 lmb: add a flag to allow suppressing memory map change notification by Sughosh Ganu · Tue Oct 15 21:07:04 2024 +0530
  83. 7f15d32 lmb: add versions of the lmb API with flags by Sughosh Ganu · Tue Oct 15 21:07:03 2024 +0530
  84. b0fd7a2 test: Drop mention of old flags in a comment by Simon Glass · Mon Oct 14 14:17:53 2024 -0600
  85. 0587c65 Makefile: Drop SPL_FIT_GENERATOR support by Marek Vasut · Sat Oct 05 01:07:14 2024 +0200
  86. d20ab50 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · Sat Oct 05 01:07:13 2024 +0200
  87. 039b0f0 test: Fix skip check for sleep command test by Andrew Goodbody · Tue Oct 08 13:08:13 2024 +0100
  88. 5692b9c CI: Do not test "sleep" in QEMU by Tom Rini · Tue Oct 15 12:28:26 2024 -0600
  89. 6b3cefc net: correct wget_connected debug messages by Heinrich Schuchardt · Wed Oct 09 01:02:05 2024 +0200
  90. df1d94b net/wget: set filesize by Heinrich Schuchardt · Wed Oct 09 13:08:54 2024 +0200
  91. 4a01fee Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine" by Jonas Karlman · Tue Oct 08 19:18:31 2024 +0000
  92. 1e8a032 Merge patch series "test: Minor fixes to test.py" by Tom Rini · Tue Oct 15 09:31:50 2024 -0600
  93. 9377e14 Merge patch series to add a "fallback" keyword to extlinux.conf parsing by Tom Rini · Tue Oct 15 09:18:04 2024 -0600
  94. 081f3af test: Add tests for the bootmeth set command by Martyn Welch · Wed Oct 09 14:15:41 2024 +0100
  95. 53d6583 test: Fix mulptiplex_log typo by Simon Glass · Wed Oct 09 18:29:05 2024 -0600
  96. 93a0d16 bootstd: Add command to enable setting of bootmeth specific properties by Martyn Welch · Wed Oct 09 14:15:40 2024 +0100
  97. 7a1e9b4 test: Tidy up remaining exceptions by Simon Glass · Wed Oct 09 18:29:04 2024 -0600
  98. 2c47aac boot: Add logic to enable booting from fallback option by Martyn Welch · Wed Oct 09 14:15:39 2024 +0100
  99. d834d9a test: Detect dead connections by Simon Glass · Wed Oct 09 18:29:03 2024 -0600
  100. 53dd510 boot: pxe_utils: Add fallback support by Martyn Welch · Wed Oct 09 14:15:38 2024 +0100