Please pull u-boot-watchdog/master
Stefan Roese
stefan.roese at mailbox.org
Wed Jul 30 12:17:26 CEST 2025
Hi Tom,
please pull this next batch of watchdog related patches:
----------------------------------------------------------------
- watchdog for STM32MP family updates (Antonio, Clément and Patrice)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=395&view=results
Thanks,
Stefan
The following changes since commit a8f20bb6650df56d2600cda2c66f9349df9e49c8:
Merge patch series "bios_emulator: Fix two issues found by Smatch"
(2025-07-29 13:14:52 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
tags/u-boot-watchdog-20250730
for you to fetch changes up to 7e1e22c70d51d1594ddd3b54e943e511efd65a35:
watchdog: don't autostart watchdog on STM32MP architecture
(2025-07-30 08:01:11 +0200)
----------------------------------------------------------------
Antonio Borneo (2):
watchdog: wdt-uclass.c: add wdt_set_force_autostart() helper
watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFT
Clément Le Goffic (1):
watchdog: stm32mp: check the watchdog status
Patrice Chotard (1):
watchdog: don't autostart watchdog on STM32MP architecture
configs/stm32mp15-icore-stm32mp1-ctouch2_defconfig | 1 +
.../stm32mp15-icore-stm32mp1-edimm2.2_defconfig | 1 +
...2mp15-microgea-stm32mp1-microdev2-of7_defconfig | 1 +
...stm32mp15-microgea-stm32mp1-microdev2_defconfig | 1 +
configs/stm32mp15_basic_defconfig | 1 +
configs/stm32mp15_dhsom.config | 1 +
drivers/watchdog/Kconfig | 1 +
drivers/watchdog/arm_smc_wdt.c | 17 +++++++++++
drivers/watchdog/stm32mp_wdt.c | 33
++++++++++++++++++++++
drivers/watchdog/wdt-uclass.c | 9 ++++++
include/wdt.h | 9 ++++++
11 files changed, 75 insertions(+)
More information about the U-Boot
mailing list