1. 52254a3 Merge patch series "dwc3: gadget: properly fix cache operations" by Tom Rini · 3 months ago
  2. 9214627 usb: dwc3: invalidate dcache on buffer used in interrupt handling by Neil Armstrong · 3 months ago
  3. 73ab819 usb: dwc3: fix dcache flush range calculation by Neil Armstrong · 3 months ago
  4. ef6f4f8 usb: dwc3: allocate setup_buf with dma_alloc_coherent() by Neil Armstrong · 3 months ago
  5. 2f204bb Merge tag 'i2c-tag-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 3 months ago
  6. f315a48 i2c: i2c-gpio: add support for i2c-gpio,sda-output-only by Alex Shumsky · 3 months ago
  7. f7c9839 i2c: muxes: pca954x: Add MAX735x/MAX736x support by Maksim Kiselev · 4 months ago
  8. fa0ed06 Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 months ago
  9. 7036abb Merge tag 'dm-pull-17oct24-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 months ago
  10. f83e36f mtd: spi-nor: Move SR3 WPS bit definition in the correct location by Marek Vasut · 3 months ago
  11. 7f45377 mbedtls: fix defects in coverity scan by Raymond Mao · 3 months ago
  12. b92a18e cmd: upl: correct printf code by Heinrich Schuchardt · 3 months ago
  13. 4911957 lmb: notify when adjacent regions are added by Caleb Connolly · 3 months ago
  14. 44917d5 x86: cpu: Add missing header inclusion by Andy Shevchenko · 3 months ago
  15. c1614a4 x86: cpu: Add a few prototypes to the header file by Andy Shevchenko · 3 months ago
  16. 2fb5cc2 x86: cpu: Mark a few functions static by Andy Shevchenko · 3 months ago
  17. c222dda x86: cpu: Use default print_cpuinfo() for all by Andy Shevchenko · 3 months ago
  18. abb7780 x86: Enable RTC command by default by Simon Glass · 3 months ago
  19. 424d537 doc: Update coreboot's CI information by Simon Glass · 3 months ago
  20. 1903aa7 docker: Update coreboot by Simon Glass · 3 months ago
  21. 790687c expo: Add forward declaration for udevice to cedit by Simon Glass · 3 months ago
  22. 96cbafb expo: Drop scene_title_set() by Simon Glass · 3 months ago
  23. fde7075 expo: Drop unneceesary calls to expo_str() by Simon Glass · 3 months ago
  24. 55a9de5 expo: Support menu-item values in cedit by Simon Glass · 3 months ago
  25. f698786 expo: Add a little more cedit CMOS logging by Simon Glass · 3 months ago
  26. 012e1e8 expo: Allow menu items to have values by Simon Glass · 3 months ago
  27. d8ff97c expo: Use standard numbering for save and discard by Simon Glass · 3 months ago
  28. 89f4f33 expo: Set the initial next_id to 1 by Simon Glass · 3 months ago
  29. 54eca1d expo: Place menu items to the right of all labels by Simon Glass · 3 months ago
  30. 18a85cf video: Avoid starting a new line to close to the bottom by Simon Glass · 3 months ago
  31. 52c1917 video: Add a dark-grey console colour by Simon Glass · 3 months ago
  32. 82c6eba sandbox: dts: Add missing sandbox, emul phandle to sandbox-pmic by Marek Vasut · 3 months ago
  33. 7f4e1ea binman: Add a tutorial on resolving test-coverage bugs by Simon Glass · 4 months ago
  34. 3473e17 binman: Support getting test-coverage on just one test by Simon Glass · 4 months ago
  35. c95a3c8 u_boot_pylib: Support running coverage on selected functions by Simon Glass · 4 months ago
  36. 58918fa sandbox_spl: Restrict use of UPL when not enabled by Simon Glass · 4 months ago
  37. 02eb9f1 buildman: Correct some warnings about regex strings by Simon Glass · 4 months ago
  38. 133c000 binman: implement signing FIT images during image build by Alexander Kochetkov · 4 months ago
  39. 9e81f13 image-host: fix 'unknown error' error message by Alexander Kochetkov · 4 months ago
  40. 7c4e522 binman: fix passing loadables to mkimage on first run by Alexander Kochetkov · 4 months ago
  41. aa0b3e6 bootstd: Avoid calling unavailable block functions by Simon Glass · 5 months ago
  42. 8c3e44d blk: Make functions available unconditionally by Simon Glass · 5 months ago
  43. a768742 x86: coreboot: Enable receiving timestamps from coreboot by Simon Glass · 5 months ago
  44. e1c0dd3 x86: coreboot: Add timestamps from coreboot to bootstage by Simon Glass · 5 months ago
  45. 734b0cb x86: coreboot: Update the timestamp code to use sysinfo by Simon Glass · 5 months ago
  46. c4e5826 x86: Add msr command by Simon Glass · 5 months ago
  47. 557767f x86: Add a cpuid command by Simon Glass · 5 months ago
  48. ecf3111 x86: Sync up tsc_timer with Linux by Simon Glass · 5 months ago
  49. 7c0f70b x86: Avoid timer-clock overflow by Simon Glass · 5 months ago
  50. 3b2e4f5 x86: Ensure the CPU identity exists for timer init by Simon Glass · 5 months ago
  51. 6ab545b x86: Show the CPU vendor in bdinfo by Simon Glass · 5 months ago
  52. 9fb768c virtio: blk: introduce virtio-block erase support by Dmitrii Merkurev · 11 months ago
  53. b84d2f2 x86: Make default_print_cpuinfo be a weak alias for print_cpuinfo by Tom Rini · 12 months ago
  54. f0feda9 coreboot: Switch to a monospaced font by Simon Glass · 1 year ago
  55. 112eb85 video: Allow querying the font size by Simon Glass · 1 year ago
  56. 640c6c6 efi_driver: use blk_create_devicef() by Heinrich Schuchardt · 3 months ago
  57. 76a692a efi_loader: remove ERROR:, WARNING: prefixes in messages by Heinrich Schuchardt · 3 months ago
  58. 640427c efi_loader: add missing lf in error message by Heinrich Schuchardt · 3 months ago
  59. 8ab2178 Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 months ago
  60. f8fe853 Merge tag 'u-boot-at91-fixes-2025.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 by Tom Rini · 3 months ago
  61. 933d27e Azure: Update to latest containers by Tom Rini · 3 months ago
  62. bc4fe56 efi_loader: reduce noisiness if ESP is missing by Heinrich Schuchardt · 3 months ago
  63. 3d23ded efi_loader: avoid #ifdef in efi_setup.c by Heinrich Schuchardt · 3 months ago
  64. 82c98b9 cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NET by Heinrich Schuchardt · 3 months ago
  65. 8ac96c2 doc: blkmap: Fix typo in command example by Ken Kurematsu · 4 months ago
  66. 4b5750a doc: board: ti: am62x_sk: Add document for Ethernet boot on AM62x SoC. by Chintan Vankar · 4 months ago
  67. 9b1cecd cpu: imx8_cpu: Avoid revision to corrupt device tree by Peng Fan · 3 months ago
  68. 21cd724 pico-imx7d: Increase ODT resistor value by Ray Chang · 3 months ago
  69. 6846a5b clk: imx8: Add dummy clk by Peng Fan · 3 months ago
  70. 4d49c54 ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables by Marek Vasut · 3 months ago
  71. f566e94 arm64: dts: imx: Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3 by Marek Vasut · 3 months ago
  72. a55c483 dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts by Marek Vasut · 3 months ago
  73. 6849390 ARM: at91: clock: Add missing include of asm/io.h by Alexander Dahl · 4 months ago
  74. f1de0b9 Merge patch series "Cleanup dma device in spl and move dma channel[0]" by Tom Rini · 3 months ago
  75. f83076a dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove() by Santhosh Kumar K · 3 months ago
  76. 7f069cc dma: ti: k3-udma: Move udma_probe() below all APIs by Santhosh Kumar K · 3 months ago
  77. fd74f38 configs: k3: Enable device removal in SPL by Prasanth Babu Mantena · 3 months ago
  78. c4b0053 mach-k3: common.c: Remove dma device in spl exit by Prasanth Babu Mantena · 3 months ago
  79. 0a50458 arm: dts: k3-j722s-binman: Add support for HS-SE by Udit Kumar · 3 months ago
  80. 731c804 arm: mach-k3: j784s4: Add clk and power support for wkup_uart by Bhavya Kapoor · 3 months ago
  81. 04efa73 cmd: irq: Move do_irqinfo() prototype to a header file by Andy Shevchenko · 3 months ago
  82. c01d693 arm: mach-k3: am62: fixup thermal cooling device cpus by Parth Pancholi · 4 months ago
  83. 2237104 lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met by Lad Prabhakar · 4 months ago
  84. 3435486 Extend usage for OF_OVERLAY_LIST beyond SPL by Jan Kiszka · 4 months ago
  85. 8efc954 Makefile: Drop SPL_FIT_SOURCE support by Marek Vasut · 3 months ago
  86. be70857 Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 months ago
  87. d17661a Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 3 months ago
  88. 9e1cd2f Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 months ago
  89. 6852a2c MAINTAINERS: add TCPM section by Sebastian Reichel · 3 months ago
  90. f2a7a5c rockchip: rock5b-rk3588: Enable USB-C PD support by Sebastian Reichel · 3 months ago
  91. 12049db rockchip: rk3588-rock-5b: Add USB-C controller to u-boot.dtsi by Sebastian Reichel · 3 months ago
  92. 64002d0 board: rock5b-rk3588: enable USB-C in operating system by Sebastian Reichel · 3 months ago
  93. 43fdd31c usb: tcpm: fusb302: add driver by Sebastian Reichel · 3 months ago
  94. 1db4c0a usb: tcpm: add core framework by Sebastian Reichel · 3 months ago
  95. 98a36de Merge patch series "some serial rx buffer patches" by Tom Rini · 3 months ago
  96. 6cc6a2f serial: embed the rx buffer in struct serial_dev_priv by Rasmus Villemoes · 4 months ago
  97. 3282298 serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZE by Rasmus Villemoes · 4 months ago
  98. f4e7a39 serial: do not overwrite not-consumed characters in rx buffer by Rasmus Villemoes · 4 months ago
  99. e698608 serial: fix circular rx buffer edge case by Rasmus Villemoes · 4 months ago
  100. 4aa8b9e stm32mp: cosmetic: remove empty comment block in configs file by Patrick Delaunay · 3 months ago