commit | 8510376c26449b45973821f226d180c19a30a1e0 | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Tue Jan 02 14:10:18 2018 -0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Thu Jan 31 08:45:41 2019 -0800 |
tree | 3ba1adb255932b29129ed0bad10dded55cb1deb4 | |
parent | 0887026ec149e8801c2ac14725d5151db836f8a8 [diff] |
Tegra: fix offset used to dump GICD registers from crash handler The GICD registers are 32-bits wide whereas the crash handler was reading them as 64-bit ones. This patch fixes the code to read the GICD registers, 32-bits at a time, from the paltform's crash handler. Change-Id: If3d6608529684ecc02be6a1b715012310813b2a4 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>