armv8: K3: j7200: Add custom MMU support
authorSuman Anna <s-anna@ti.com>
Mon, 17 Aug 2020 23:15:09 +0000 (18:15 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 15 Sep 2020 13:21:53 +0000 (18:51 +0530)
commit7873e9df8fc47fb2532112e7fe4ad546f7a46fcb
tree9fd73553337b511a11d4a9cac5b8c3a1d26adc45
parent6aa3b740c3e04256d5e22dbae8bc5a802aa3b9b9
armv8: K3: j7200: Add custom MMU support

The A72 U-Boot code can load and boot a number of the available
R5FSS Cores on the J7200 SoC. Change the memory attributes for the
DDR regions used by the remote processors so that the cores can see
and execute the proper code.

The J7200 SoC has less number of remote processors compared to J721E,
so use less memory for the remote processors. So, a separate table
based on the current J721E table is added for J7200 SoCs, and selected
using the appropriate Kconfig CONFIG_TARGET_J7200_A72_EVM symbol.

Signed-off-by: Suman Anna <s-anna@ti.com>
arch/arm/mach-k3/arm64-mmu.c