Tegra194: mce: support for shutdown and reboot
This patch adds support for shutdown/reboot handlers to the MCE
driver.

ATF communicates with mce using nvg interface for shutdown &
reboot. Both shutdown and reboot use the same nvg index.
However, the 1st bit of the nvg data argument differentiates
whether its a shutdown or reboot.

Change-Id: Id2d1b0c4fec55abf69b7f8adb65ca70bfa920e73
Signed-off-by: Vignesh Radhakrishnan <vigneshr@nvidia.com>
1 parent de4a643 commit 0789758a4db5f438219a01ae82178c2f451f4ea0
@Vignesh Radhakrishnan Vignesh Radhakrishnan authored on 11 Dec 2017
Manish Pandey committed on 17 Jan 2020
Showing 4 changed files
View
plat/nvidia/tegra/soc/t194/drivers/include/mce_private.h
View
plat/nvidia/tegra/soc/t194/drivers/include/t194_nvg.h
View
plat/nvidia/tegra/soc/t194/drivers/mce/mce.c
View
plat/nvidia/tegra/soc/t194/drivers/mce/nvg.c