Tegra: sanity check members of the "from_bl2" struct
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 22 Sep 2015 09:30:06 +0000 (15:00 +0530)
committerVarun Wadekar <vwadekar@nvidia.com>
Wed, 22 Feb 2017 17:16:34 +0000 (09:16 -0800)
commit08cefa983eb55c9fc837a04bcba12b1e821ce283
tree63691f2ba0fb00204957cd95ff5b89d2c3d7a9b1
parente956e228d464afdb36486d72d47b16903d7ffdc8
Tegra: sanity check members of the "from_bl2" struct

This patch checks that the pointers to BL3-3 and BL3-2 ep_info
structs are valid before accessing them. Add some INFO prints
in the BL3-1 setup path for early debugging purposes.

Change-Id: I62b23fa870f1b2fb783c8de69aab819f1749d15a
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/common/tegra_bl31_setup.c