rockbox/firmware/target
Amaury Pouly 6d64111b3c imx233: add hardware and software watchdog
The hardware watchdog automatically shutdown the device after 10s of
inactivity, being defined as 10s without the tick IRQ fired (aka braindead
device).
The software IRQ mechanism is more interesting: it uses a very high priority
timer setup as one-shot to trigger after 5s of inactivity (but IRQ still
enabled). When detected, it patches the running code to insert a SWI
instruction so that on interrupt return it will trigger a SWI and produce
a meaningfull backtrace to debug the deadlock. This should allow to debug
freezes in IRQ context.

Change-Id: Ic55dad01201676bfb6dd79e78e535c6707cb88e6
2014-02-10 23:14:24 +01:00
..
arm imx233: add hardware and software watchdog 2014-02-10 23:14:24 +01:00
coldfire coldfire: fix bootloader builds 2014-01-18 22:21:00 +01:00
hosted ypr0: Remove SDL copy&paste left-overs 2014-02-05 22:58:45 +01:00
mips touch devices: Disable touch on softlock. 2013-09-05 20:02:07 +02:00
sh Add missing kernel.h includes (hopefully all of them), take #2. 2014-01-05 20:42:48 +01:00