Tegra: introduce plat_enable_console()
This patch introduces the 'plat_enable_console' handler to allow
the platform to enable the right console. Tegra194 platform supports
multiple console, while all the previous platforms support only one
console.

For Tegra194 platforms, the previous bootloader checks the platform
config and sets the uart-id boot parameter, to 0xFE. On seeing this
boot parameter, the platform port uses the proper memory aperture
base address to communicate with the SPE. This functionality is
currently protected by a platform macro, ENABLE_CONSOLE_SPE.

Change-Id: I3972aa376d66bd10d868495f561dc08fe32fcb10
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
1 parent f0222c2 commit 117dbe6ce91b85763d5d63964fb3b458462fddf8
@Varun Wadekar Varun Wadekar authored on 21 Aug 2019
Showing 8 changed files
View
plat/nvidia/tegra/common/tegra_bl31_setup.c
View
plat/nvidia/tegra/include/t194/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/t186/plat_setup.c
View
plat/nvidia/tegra/soc/t194/plat_setup.c
View
plat/nvidia/tegra/soc/t194/platform_t194.mk
View
plat/nvidia/tegra/soc/t210/plat_setup.c