commit | 4151af9117bf851edb50cc6e8fbfdefb1a923bd2 | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Fri Oct 04 11:40:56 2019 -0700 |
committer | Manish Pandey <manish.pandey2@arm.com> | Mon Aug 24 21:27:01 2020 +0000 |
tree | 7cef9de1fd4a274afcfd3e595bbdc5a58ef1f6c1 | |
parent | 718c8761ffb2f2d72270e0936659a649b5ce3382 [diff] |
Tegra: print GICC registers conditionally The GICC interface exists only on the interrupt controllers following the GICv2 specification. This patch prints the GICC register contents from the platform's macro, plat_crash_print_regs' only when TEGRA_GICC_BASE is defined. This allows platforms using future versions of the GIC specification to still use this macro. Change-Id: Ia5762d0a1ae28c832664d69362a7776e46a22ad1 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>