]> git.baikalelectronics.ru Git - arm-tf.git/commit
Tegra: spe: shared console for Tegra platforms
authorVarun Wadekar <vwadekar@nvidia.com>
Wed, 15 Nov 2017 23:48:51 +0000 (15:48 -0800)
committerVarun Wadekar <vwadekar@nvidia.com>
Wed, 23 Jan 2019 18:33:06 +0000 (10:33 -0800)
commitdd20f5b3d927a5af48bb4d8904c81a265da5678f
tree3d2964749c7981dde74020eb6e7a5ae5352e79c5
parent4cba6985671323e19f6a6d8a7eb7e6f7125527a1
Tegra: spe: shared console for Tegra platforms

There are Tegra platforms which have limited UART ports and so
all the components have to share the console. The SPE helps out
by collecting all the logs in such cases and prints them on the
shared UART port.

This patch adds a driver to communicate with the SPE driver, which
in turn provides the console.

Change-Id: Ie750520b936b8bed0ab1d876f03fc0a3490a85a3
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/common/drivers/spe/shared_console.S [new file with mode: 0644]