Tegra: init normal/crash console for platforms
The BL2 fills in the UART controller ID to be used as the normal as
well as the crash console on Tegra platforms. The controller ID to
UART controller base address mapping is handled by each Tegra SoC
the base addresses might change across Tegra chips.

This patch adds the handler to parse the platform params to get the
UART ID for the per-soc handlers.

Change-Id: I4d167b20a59aaf52a31e2a8edf94d8d6f89598fa
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
1 parent e0d4158 commit e10842167b5529a45433ba9e33097dc853065aba
@Varun Wadekar Varun Wadekar authored on 29 Oct 2015
Showing 10 changed files
View
docs/plat/nvidia-tegra.md
View
plat/nvidia/tegra/common/aarch64/tegra_helpers.S
View
plat/nvidia/tegra/common/tegra_bl31_setup.c
View
plat/nvidia/tegra/include/t132/tegra_def.h
View
plat/nvidia/tegra/include/t210/tegra_def.h
View
plat/nvidia/tegra/include/tegra_private.h
View
plat/nvidia/tegra/soc/t132/plat_setup.c
View
plat/nvidia/tegra/soc/t132/platform_t132.mk
View
plat/nvidia/tegra/soc/t210/plat_setup.c
View
plat/nvidia/tegra/soc/t210/platform_t210.mk