arm: mach-k3: Do not map ATF and OPTEE regions in MMU
authorAndrew Davis <afd@ti.com>
Tue, 28 Nov 2023 17:05:26 +0000 (11:05 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 15 Dec 2023 20:27:48 +0000 (15:27 -0500)
commit4b4ebdb4a409ac971b9041b71508067ad157f7df
tree093231bd1bdf989c1932daed6df408e8394528ed
parentd7b889403c95124ee51b982a858148487ac03d72
arm: mach-k3: Do not map ATF and OPTEE regions in MMU

ATF and OPTEE regions may be firewalled from non-secure entities. To
prevent access to this area we leave a hole there in the MMU map. This
is the same idea as [0] but we complete that patch by adding the same
for AM65, J721e, J7200, and J721s2 here.

[0] commit 0688ff3ae23c ("arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU")

Signed-off-by: Andrew Davis <afd@ti.com>
arch/arm/mach-k3/arm64-mmu.c