]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3: Reboot mode support
authorPaul Kocialkowski <contact@paulk.fr>
Mon, 20 Jul 2015 13:17:10 +0000 (15:17 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:24:13 +0000 (08:24 +0200)
commite1f6dc6c0c3ee35df1fd6b4bc7c541ec9edb15eb
treebe556c31fff943f72092931f869dd0227dcd61ae
parent491daa49efa9b8ddf0c7009fb1c2604ec378c223
omap3: Reboot mode support

Reboot mode is written in scratchpad memory before reboot in the form of a
single char, that is the first letter of the reboot mode string as passed to the
reboot function.

This mechanism is supported on OMAP3 both my the upstream kernel and by various
TI kernels.

It is up to each board to make use of this mechanism or not.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap3/boot.c
arch/arm/include/asm/arch-omap3/omap.h