sniper: Proper reboot mode and boot reason validation
authorPaul Kocialkowski <contact@paulk.fr>
Tue, 29 Mar 2016 12:16:25 +0000 (14:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:18:06 +0000 (17:18 -0400)
commitc15ab5be8ff3d07b1afafac9f1e79b3e37ab8624
tree3211c42642de46a2805c25cb5edf353d0fb8229b
parent44b0cf46c1bb37bb5df7bd93cb0efa3696df78fd
sniper: Proper reboot mode and boot reason validation

With the previous implementation, rebooting without registering a recognized
reboot mode (despite registering the magic) would end up with U-Boot checking
for a valid power-on reason, which might result in the device turning off (e.g.
with no USB cable attached and no buttons pressed).

This was designed to catch reboots that are actually intended to be power-off,
something that old Android kernels do, instead of properly turning the device
off using the TWL4030.

However, since this approach is not viable (breaks reboot in most cases), the
validity of the reboot mode magic is checked to detect a reboot and the 'o' char
is recognized to indicate that power-off is required. Still, that might be
overridden by the detection of usual power-on reasons, on purpose.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
board/lge/sniper/sniper.c