commit | 9de77f6661ff20a836c48ad09d6009492c86b4ea | [log] [tgz] |
---|---|---|
author | Anthony Zhou <anzhou@nvidia.com> | Wed Nov 13 18:36:07 2019 +0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Thu Aug 27 20:12:34 2020 -0700 |
tree | 41b01618960186ceeb24c71b7eaa06265632e114 | |
parent | 1b3196f21ebd4c22871a08ad8927a4684bd49a6c [diff] |
Tegra194: add redundancy checks for MMIO writes MMIO writes should verify that the writes actually went through. Read the value back after the write operation, perform assert if the read back value is not same as the write value. Change-Id: Id2ceb014116f3aa6a9e86505ca1ae9911470a679 Signed-off-by: Anthony Zhou <anzhou@nvidia.com>