]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r273257:
authorrpaulo <rpaulo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 25 Oct 2014 02:05:21 +0000 (02:05 +0000)
committerrpaulo <rpaulo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 25 Oct 2014 02:05:21 +0000 (02:05 +0000)
commiteec6fd063100c56ae731e2ccba407d859f1a3ed4
tree6a546ef1e553e2c06e8991575604493dfdb3bbc9
parentdfc330c18078963e26824c2abd614b0d2f2405ad
MFC r273257:
 Add a driver for the TI watchdog.

 The TI watchdog timer is present on BeagleBone's.  Since 2014, U-Boot
 has been booting the BeagleBone with the watchdog enabled.  We need
 to
 disable it on boot to avoid a spurious reset.
 The timer isn't exactly precise, but it will do as a watchdog.  This
 is also a reflection of the watchdog(9) API.

 In the future, we could handle interrupts, but the watchdog(9) API
 needs to be a bit smarter before that can happen.

git-svn-id: svn://svn.freebsd.org/base/stable/10@273624 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/arm/conf/BEAGLEBONE
sys/arm/ti/files.ti
sys/arm/ti/ti_wdt.c [new file with mode: 0644]
sys/arm/ti/ti_wdt.h [new file with mode: 0644]