mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
2ffc65f982
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. Differential Revision: https://reviews.freebsd.org/D965 Reviewed by: andrew MFC after: 1 week Relnotes: yes
32 lines
833 B
Plaintext
32 lines
833 B
Plaintext
#$FreeBSD$
|
|
|
|
kern/kern_clocksource.c standard
|
|
|
|
arm/arm/bus_space-v6.c standard
|
|
arm/arm/bus_space_generic.c standard
|
|
arm/arm/bus_space_asm_generic.S standard
|
|
arm/arm/cpufunc_asm_armv5.S standard
|
|
arm/arm/cpufunc_asm_arm10.S standard
|
|
arm/arm/cpufunc_asm_arm11.S standard
|
|
arm/arm/cpufunc_asm_armv7.S standard
|
|
|
|
arm/ti/ti_common.c standard
|
|
arm/ti/ti_cpuid.c standard
|
|
arm/ti/ti_machdep.c standard
|
|
arm/ti/ti_prcm.c standard
|
|
arm/ti/ti_scm.c standard
|
|
dev/mbox/mbox_if.m standard
|
|
arm/ti/ti_mbox.c standard
|
|
arm/ti/ti_pruss.c standard
|
|
|
|
arm/ti/ti_wdt.c optional ti_wdt
|
|
|
|
arm/ti/ti_adc.c optional ti_adc
|
|
arm/ti/ti_gpio.c optional gpio
|
|
arm/ti/ti_i2c.c optional ti_i2c
|
|
arm/ti/ti_sdhci.c optional sdhci
|
|
|
|
dev/uart/uart_dev_ti8250.c optional uart
|
|
dev/uart/uart_dev_ns8250.c optional uart
|
|
|