]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix reboot command on the Raspberry Pi series.
authorandrew <andrew@FreeBSD.org>
Mon, 22 Jun 2020 08:12:21 +0000 (08:12 +0000)
committerandrew <andrew@FreeBSD.org>
Mon, 22 Jun 2020 08:12:21 +0000 (08:12 +0000)
commitcc19d9b27d51cd3fdbfa6aaaa5c075dfbd45ce36
tree656d21006518c33f2d43c3e0e7218d8eae2d8ecf
parenta095da0a476d2f1eb6c100beaae99362c7571a0e
Fix reboot command on the Raspberry Pi series.

The Raspbery Pi computers do not properly implement PSCI. The canonical
way to reset them is to set a watchdog timer and allow it to expire.

Submitted by: Robert Crowston <crowston_protonmail.com>
Differential Revision: https://reviews.freebsd.org/D25268
sys/arm/broadcom/bcm2835/bcm2835_wdog.c