[U-Boot] [PATCH v1 0/4] arm, at91: update SPL wdt support
Heiko Schocher
hs at denx.de
Wed Jan 21 08:38:19 CET 2015
update SPL WDT support and use it on the taurus board
- if CONFIG_AT91SAM9_WATCHDOG is set:
- do not disable WDT in SPL
- call hw_watchdog_init()
- make the WDT timeout configurable
- enable it on the taurus board
Heiko Schocher (4):
arm, at91, wdt: do not disable WDT in SPL
common/board_f: add at91 wdt
arm, at91, wdt: make timeout configurable
arm, at91, taurus: enable WDT
README | 3 +++
arch/arm/cpu/at91-common/spl.c | 4 ++++
common/board_f.c | 2 +-
drivers/watchdog/at91sam9_wdt.c | 4 ++++
include/configs/taurus.h | 6 ++++++
5 files changed, 18 insertions(+), 1 deletion(-)
--
2.1.0
More information about the U-Boot
mailing list