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>
1 parent a69a111 commit 2561cb50f163e8c47b02dc9d9e66405823045660
@Anthony Zhou Anthony Zhou authored on 13 Nov 2019
Varun Wadekar committed on 27 Aug 2020
Showing 5 changed files
View
plat/nvidia/tegra/drivers/memctrl/memctrl_v2.c
View
plat/nvidia/tegra/include/drivers/memctrl_v2.h
View
plat/nvidia/tegra/soc/t194/plat_psci_handlers.c
View
plat/nvidia/tegra/soc/t194/plat_secondary.c
View
plat/nvidia/tegra/soc/t194/plat_setup.c