chore: update to use Arm word across TF-AAlign entire TF-A to use Arm in copyright header.Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244Signed-off-by: Govindraj Raja <govindraj.raja@arm.co
chore: update to use Arm word across TF-AAlign entire TF-A to use Arm in copyright header.Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
show more ...
Tegra: include: fix violations of MISRA Rule 21.1This patch fixes the violations of Rule 21.1 from all theTegra common header files.Rule 21.1 "#define and #undef shall not be used on a reserved
Tegra: include: fix violations of MISRA Rule 21.1This patch fixes the violations of Rule 21.1 from all theTegra common header files.Rule 21.1 "#define and #undef shall not be used on a reserved identifier or reserved macro name"Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>Change-Id: I2e117645c110e04c13fa86ebbbb38df4951d2185
Tegra: lib: library for profiling the cold boot pathThe non secure world would like to profile the boot path forthe EL3 and S-EL1 firmwares. To allow it to do that, a non-secureDRAM region (4K) i
Tegra: lib: library for profiling the cold boot pathThe non secure world would like to profile the boot path forthe EL3 and S-EL1 firmwares. To allow it to do that, a non-secureDRAM region (4K) is allocated and the base address is passed tothe EL3 firmware.This patch adds a library to allow the platform code to store thetag:timestamp pair to the shared memory. The tegra platform codethen uses the `record` method to add timestamps.Original change by Akshay Sharan <asharan@nvidia.com>Change-Id: Idbbef9c83ed84a508b04d85a6637775960dc94baSigned-off-by: Varun Wadekar <vwadekar@nvidia.com>