Tegra186: handlers to get BL31 arguments from previous bootloader
authorVarun Wadekar <vwadekar@nvidia.com>
Mon, 23 May 2016 18:47:34 +0000 (11:47 -0700)
committerVarun Wadekar <vwadekar@nvidia.com>
Thu, 30 Mar 2017 23:49:05 +0000 (16:49 -0700)
commit48afb167b3a06b15da11241496b7ff09af755f85
tree2e345909ee2c317124eb2241f7ffcf1c65663fcc
parent962014f535034cf4b875ebb17aa209a5dcb090b3
Tegra186: handlers to get BL31 arguments from previous bootloader

This patch overrides the default handlers to get BL31 arguments from the
previous bootloader. The previous bootloader stores the pointer to the
arguments in PMC secure scratch register #53.

BL31 is the first component running on the CPU, as there isn't a previous
bootloader. We set the RESET_TO_BL31 flag to enable the path which assumes
that there are no input parameters passed by the previous bootloader.

Change-Id: Idacc1df292a70c9c1cb4d5c3a774bd796175d5e8
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/include/t186/tegra_def.h
plat/nvidia/tegra/soc/t186/plat_setup.c
plat/nvidia/tegra/soc/t186/platform_t186.mk