1. e957fb0 ARM: imx: soc: Select default TEXT_BASE for i.MX6 by Marek Vasut · 5 weeks ago
  2. 3496bd8 ARM: dts: imxrt1170: Fix default cells value warnings by Jesse Taube · 5 weeks ago
  3. 90f59b3 configs: imxrt1050-evk: Enable standard boot by Jesse Taube · 5 weeks ago
  4. 2b25084 imx: imxrt1050-evk: Fix missing clocks for mmc by Jesse Taube · 5 weeks ago
  5. 53c2810 imx: imxrt*: Fix binman breaking boot by Jesse Taube · 5 weeks ago
  6. 6d86349 arm64: imx: Deduplicate DH i.MX6 DHSOM defconfig by Marek Vasut · 5 weeks ago
  7. dd47718 arm64: imx: Deduplicate DH i.MX8MP DHSOM defconfigs by Marek Vasut · 5 weeks ago
  8. fb10ad6 arm64: imx: imx8mp: Disable PCA954x I2C mux on DH i.MX8MP DRC02 and PicoITX by Marek Vasut · 5 weeks ago
  9. 74e0d1d arm64: imx: imx8mp: Disable PCI support on DH i.MX8MP DHCOM SoM on DRC02 board by Marek Vasut · 5 weeks ago
  10. 66dfd53 arm64: imx: imx8mp: Enable DM regulator on DH i.MX8MP DHCOM SoM on DRC02 board by Marek Vasut · 5 weeks ago
  11. d1bb953 imx8m: set sane default value for SPL_LOAD_FIT_ADDRESS by Rasmus Villemoes · 5 weeks ago
  12. cc8f3ea mmc: fsl_esdhc: Convert to use livetree API for fdt access by Tim Harvey · 5 weeks ago
  13. 815a1d5 i2c: mxc_i2c: Convert to use livetree API for fdt access by Tim Harvey · 5 weeks ago
  14. 87f4303 imx: power-domain: Convert to use livetree API for fdt access by Tim Harvey · 5 weeks ago
  15. adf72e0 pinctrl: imx: Convert to use livetree API for fdt access by Tim Harvey · 5 weeks ago
  16. a9b0f03 verdin-imx8m{m|p}: defconfig: update fastboot buffer size/address by Hiago De Franco · 5 weeks ago
  17. e2c7643 imx: Support i.MX93 9X9 QSB board by Peng Fan · 5 weeks ago
  18. 657d45e imx9: clock: Add 800MHz fracpll entry by Peng Fan · 5 weeks ago
  19. 3143769 arm: dts: imx8qm-mek: fix boot by Peng Fan · 6 weeks ago
  20. 953aa99 arm: dts: imx8qxp-mek: fix boot by Peng Fan · 6 weeks ago
  21. de4c15a mx6ul_14x14_evk: Convert to watchdog driver model by Fabio Estevam · 6 weeks ago
  22. c2ca811 mx6ul_14x14_evk: Remove unneeded USB board code by Fabio Estevam · 6 weeks ago
  23. f284eb0 Mark a few functions static inline by Andy Shevchenko · 5 weeks ago
  24. db93085 cmd: nvedit: Mark a few functions static by Andy Shevchenko · 5 weeks ago
  25. 7be9d7b block: make blk_create_device() static by Heinrich Schuchardt · 6 weeks ago
  26. 98637ff rockchip: block: simplify rkmtd driver by Heinrich Schuchardt · 6 weeks ago
  27. bdea3a6 arm: dts: k3-j722s-r5-evm: Add LPDDR4 4000 MT/s configs by Vaishnav Achath · 6 weeks ago
  28. abb772a boot: Introduce BOOTSTD_MENU to control bootflow menu build by Marek Vasut · 5 weeks ago
  29. b11041c mcp230xx_gpio.c: Add a missing include file. by Philip Balister · 6 weeks ago
  30. 406c245 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 5 weeks ago
  31. a2e4310 mtd: spi-nor: Add mt35xu01gbba octal mode SPI NOR flash by Han Xu · 7 weeks ago
  32. 7719250 mtd: spi-nor-ids: Add Puya Semiconductor chips description by Dmitry Dunaev · 9 months ago
  33. cebe5e8 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 5 weeks ago
  34. bae005f watchdog: introduce separate SPL symbol for WDT_GPIO by Rasmus Villemoes · 7 weeks ago
  35. b963fe1 global_data.h: remove unnecesary include of cyclic.h by Rasmus Villemoes · 8 weeks ago
  36. f741c23 boot: cedit: include u-boot/schedule.h by Rasmus Villemoes · 8 weeks ago
  37. f2811fa ddr: altera: include u-boot/schedule.h by Rasmus Villemoes · 8 weeks ago
  38. 6ec3890 i2c: rzg2l: include u-boot/schedule.h by Rasmus Villemoes · 8 weeks ago
  39. 87378a7 lib/sha*: include u-boot/schedule.h instead of cyclic.h by Rasmus Villemoes · 8 weeks ago
  40. f3dda00 watchdog.h: change include of cyclic.h to u-boot/schedule.h by Rasmus Villemoes · 8 weeks ago
  41. 3c27ef6 cyclic: make cyclic_run static by Rasmus Villemoes · 8 weeks ago
  42. 370261b test: dm: wdt: replace cyclic_run() by schedule() by Rasmus Villemoes · 8 weeks ago
  43. f17ec0a fs/cramfs: use schedule instead of cyclic_run as callback by Rasmus Villemoes · 8 weeks ago
  44. 0d063f3 m68k: asm/ptrace.h: include linux/types.h by Rasmus Villemoes · 8 weeks ago
  45. 1654d38 led: include cyclic.h in led_sw_blink.c by Rasmus Villemoes · 8 weeks ago
  46. cde8c95 cyclic: introduce u-boot/schedule.h by Rasmus Villemoes · 8 weeks ago
  47. a8beb0f doc: cyclic: remove reference to WATCHDOG_RESET by Rasmus Villemoes · 8 weeks ago
  48. 617f5d2 drivers: watchdog: Add DaVinci's watchdog support by Bastien Curutchet · 8 weeks ago
  49. 776442e watchdog: gpio_wdt: add support for stoppable devices by Rasmus Villemoes · 8 weeks ago
  50. cd28dea Merge tag 'video-20241022' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 weeks ago
  51. 5a08efd video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n by Eva Kurchatova · 7 weeks ago
  52. 84085d2 board: ti: am62x: evm: Update simple-framebuffer node in device-tree by Devarsh Thakkar · 9 weeks ago
  53. 7074ba6 boot: fdt_simplefb: Remove conditional compilation checks for VIDEO Kconfig by Devarsh Thakkar · 9 weeks ago
  54. ee3dad4 boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFB by Devarsh Thakkar · 9 weeks ago
  55. 5e058e5 video: Fix VNBYTES() macro comment by Miquel Raynal · 3 months ago
  56. 6825460 envtools: make them build again by Rasmus Villemoes · 6 weeks ago
  57. 8e3df06 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · 5 weeks ago
  58. 3477d92 drivers/crypto: aspeed: Add Caliptra ECDSA384 support by Chia-Wei Wang · 6 weeks ago
  59. 1bc4222 image-fit-sig: Remove padding check by Chia-Wei Wang · 6 weeks ago
  60. 7868595 lib: ecdsa: Add ECDSA384 support by Chia-Wei Wang · 6 weeks ago
  61. 4cdbdbd Merge patch series "Add AVS support for J721S2" by Tom Rini · 5 weeks ago
  62. 5d42861 configs: j721s2_evm_r5_defconfig: Add AVS Configs by Manorit Chawdhry · 6 weeks ago
  63. 353b88c arm: dts: j721s2: Add VTM node in R5 by Manorit Chawdhry · 6 weeks ago
  64. 0f7866b arm: mach-k3: j721s2_init: Initialize AVS Class 0 by Manorit Chawdhry · 6 weeks ago
  65. 9234ab9 drivers: misc: k3_avs: Extract MPU clk and dev ID from DT by Manorit Chawdhry · 6 weeks ago
  66. f23728b arm: dts: k3-*-r5: Add MPU clock in clocks property by Manorit Chawdhry · 6 weeks ago
  67. 0c60ab8 drivers: misc: k3_avs: Check return code while programming AVS by Manorit Chawdhry · 6 weeks ago
  68. bebdc33 power: pmic: tps65941: Add DM_PMIC dependency by Manorit Chawdhry · 6 weeks ago
  69. 74c9d0d Merge patch series "Add TI K3 PCIe Controller support for J7200" by Tom Rini · 5 weeks ago
  70. c5aafaf configs: j7200_evm_a72_defconfig: Enable configs for PCI support by Siddharth Vadapalli · 6 weeks ago
  71. 445dbb6 pci: Add TI K3 Cadence PCIe Controller by Siddharth Vadapalli · 6 weeks ago
  72. 3ce50f0 Merge patch series "dwc3: gadget: properly fix cache operations" by Tom Rini · 5 weeks ago
  73. bba944b usb: dwc3: invalidate dcache on buffer used in interrupt handling by Neil Armstrong · 7 weeks ago
  74. 474d6f4 usb: dwc3: fix dcache flush range calculation by Neil Armstrong · 7 weeks ago
  75. bd5e3ca usb: dwc3: allocate setup_buf with dma_alloc_coherent() by Neil Armstrong · 7 weeks ago
  76. 0e6bab2 Merge tag 'i2c-tag-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 weeks ago
  77. 3292933 i2c: i2c-gpio: add support for i2c-gpio,sda-output-only by Alex Shumsky · 6 weeks ago
  78. 3b1aa79 i2c: muxes: pca954x: Add MAX735x/MAX736x support by Maksim Kiselev · 10 weeks ago
  79. 442acda Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 weeks ago
  80. 7d6db31 Merge tag 'dm-pull-17oct24-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 6 weeks ago
  81. 4b384a4 mtd: spi-nor: Move SR3 WPS bit definition in the correct location by Marek Vasut · 6 weeks ago
  82. 24cd101 mbedtls: fix defects in coverity scan by Raymond Mao · 6 weeks ago
  83. 149d4581 cmd: upl: correct printf code by Heinrich Schuchardt · 6 weeks ago
  84. a202567 lmb: notify when adjacent regions are added by Caleb Connolly · 6 weeks ago
  85. 0f9e31a x86: cpu: Add missing header inclusion by Andy Shevchenko · 8 weeks ago
  86. 6ab207b x86: cpu: Add a few prototypes to the header file by Andy Shevchenko · 8 weeks ago
  87. 3173142 x86: cpu: Mark a few functions static by Andy Shevchenko · 8 weeks ago
  88. ede2bf6 x86: cpu: Use default print_cpuinfo() for all by Andy Shevchenko · 8 weeks ago
  89. 8310c1e x86: Enable RTC command by default by Simon Glass · 6 weeks ago
  90. 2f347f7 doc: Update coreboot's CI information by Simon Glass · 6 weeks ago
  91. 78b9c8a docker: Update coreboot by Simon Glass · 6 weeks ago
  92. 04f021f expo: Add forward declaration for udevice to cedit by Simon Glass · 6 weeks ago
  93. f957785 expo: Drop scene_title_set() by Simon Glass · 6 weeks ago
  94. 1f4bbff expo: Drop unneceesary calls to expo_str() by Simon Glass · 6 weeks ago
  95. 6f3e87a expo: Support menu-item values in cedit by Simon Glass · 6 weeks ago
  96. 330aa1e expo: Add a little more cedit CMOS logging by Simon Glass · 6 weeks ago
  97. 100389f expo: Allow menu items to have values by Simon Glass · 6 weeks ago
  98. 53a0a2f expo: Use standard numbering for save and discard by Simon Glass · 6 weeks ago
  99. 5c6926c expo: Set the initial next_id to 1 by Simon Glass · 6 weeks ago
  100. 377f18e expo: Place menu items to the right of all labels by Simon Glass · 6 weeks ago