Please pull u-boot-marvell/master (watchdog related)
Stefan Roese
sr at denx.de
Tue Apr 27 10:28:20 CEST 2021
Hi Tom,
please pull the following watchdog related patches from Rasmus:
----------------------------------------------------------------
- WDT: Enable use of hw_margin_ms=0
- PowerPC: Introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD
- PowerPC: Misc changes and fixes to the WDT handling
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=79&view=results
Thanks,
Stefan
The following changes since commit ff8cb34d79384524ed81027f7d07a31f7405c27d:
Prepare v2021.07-rc1 (2021-04-26 20:53:51 -0400)
are available in the Git repository at:
git at source.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to 729c1fe656913f0d5b09e986fec9976020a3363c:
powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD (2021-04-27
08:28:07 +0200)
----------------------------------------------------------------
Rasmus Villemoes (5):
watchdog: use time_after_eq() in watchdog_reset()
timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOG
allow opting out of WATCHDOG_RESET() from timer interrupt
powerpc: lib: remove leftover CONFIG_5xx
powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD
README | 9 +++++++++
arch/m68k/lib/time.c | 2 +-
arch/powerpc/Kconfig | 1 +
arch/powerpc/lib/Kconfig | 9 +++++++++
arch/powerpc/lib/cache.c | 17 +++++++++++++----
arch/powerpc/lib/interrupts.c | 2 +-
drivers/timer/mpc83xx_timer.c | 6 +++++-
drivers/watchdog/wdt-uclass.c | 2 +-
8 files changed, 40 insertions(+), 8 deletions(-)
create mode 100644 arch/powerpc/lib/Kconfig
More information about the U-Boot
mailing list