
Hi Tom,
please pull the following watchdog & cyclic related patches:
---------------------------------------------------------------- - misc cyclic infrastructure improvements (Rasmus) - watchdog_reset cleanup (Rasmus) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=369&view=resu...
Thanks, Stefan
The following changes since commit 0786dd573d0793417852e009dee3148ebdd163f3:
test/py: net_boot: Add test cases for net boot (2024-06-13 16:31:24 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-watchdog.git next
for you to fetch changes up to 85c476759a42dfedb2d66e9734f8c05b7cfb62d5:
powerpc: mpc85xx: remove dead watchdog-related code (2024-06-16 12:14:18 +0200)
---------------------------------------------------------------- Rasmus Villemoes (10): cyclic: stop strdup'ing name in cyclic_register() wdt-uclass: prevent multiple cyclic_register calls cyclic: make clients embed a struct cyclic_info in their own data structure m68k: remove dead code wdt-uclass: watchdog_reset cleanup serial: ns16550: fix comment to mention schedule instead of watchdog_reset sh4: move reset_cpu() from watchdog.c to cpu.c sh4: remove watchdog.c file powerpc: mpc83xx: remove unused watchdog_reset() function powerpc: mpc85xx: remove dead watchdog-related code
arch/m68k/cpu/mcf52x2/cpu.c | 108 ------------------------------------- arch/powerpc/cpu/mpc83xx/cpu.c | 15 ------ arch/powerpc/cpu/mpc85xx/cpu.c | 31 ----------- arch/sh/cpu/sh4/Makefile | 2 +- arch/sh/cpu/sh4/cpu.c | 10 ++++ arch/sh/cpu/sh4/watchdog.c | 60 --------------------- board/Marvell/octeon_nic23/board.c | 11 ++-- cmd/cyclic.c | 12 ++--- common/cyclic.c | 24 +++------ doc/develop/cyclic.rst | 26 +++++---- drivers/serial/ns16550.c | 8 +-- drivers/watchdog/wdt-uclass.c | 57 ++++++++------------ include/cyclic.h | 37 ++++++------- include/watchdog.h | 3 -- test/common/cyclic.c | 19 ++++--- 15 files changed, 102 insertions(+), 321 deletions(-) delete mode 100644 arch/sh/cpu/sh4/watchdog.c
participants (2)
-
Stefan Roese
-
Tom Rini