Tegra: lib: library for profiling the cold boot path
The non secure world would like to profile the boot path for
the EL3 and S-EL1 firmwares. To allow it to do that, a non-secure
DRAM region (4K) is allocated and the base address is passed to
the EL3 firmware.

This patch adds a library to allow the platform code to store the
tag:timestamp pair to the shared memory. The tegra platform code
then uses the `record` method to add timestamps.

Original change by Akshay Sharan <asharan@nvidia.com>

Change-Id: Idbbef9c83ed84a508b04d85a6637775960dc94ba
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
1 parent 6460ed7 commit 087cf68a7f7a3af0e82252c0e40f04c435e0708e
@Varun Wadekar Varun Wadekar authored on 21 Jul 2017
Showing 6 changed files
View
docs/plat/nvidia-tegra.rst
View
plat/nvidia/tegra/common/lib/debug/profiler.c 0 → 100644
View
plat/nvidia/tegra/common/tegra_bl31_setup.c
View
plat/nvidia/tegra/common/tegra_common.mk
View
plat/nvidia/tegra/include/lib/profiler.h 0 → 100644
View
plat/nvidia/tegra/include/tegra_private.h