]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU
authorKamlesh Gurudasani <kamlesh@ti.com>
Fri, 12 May 2023 11:58:52 +0000 (17:28 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 1 Jun 2023 16:40:16 +0000 (12:40 -0400)
commit84cb0d8e613c06970b152d29165aca273699a933
treebb60d1c63a2d155082f5a43356ee272c6e496041
parentc43deaf4e6d6f80cbb2bd97dfacdc6cea4e09b9d
arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU

ATF and OPTEE regions may be firewalled from non-secure entities.
If we still map them for non-secure A53, speculative access may happen,
which will not cause any faults and related error response will be ignored,
but it's better to not to map those regions for non-secure A53 as there
will be no actual access at all.

Create separate table as ATF region is at different locations for am64
and am62/am62a.

Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
arch/arm/mach-k3/arm64-mmu.c