armv8: K3: j721e: Add DSP internal memory regions in MMU table
authorSuman Anna <s-anna@ti.com>
Tue, 10 Mar 2020 21:05:55 +0000 (16:05 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 16 Mar 2020 07:02:47 +0000 (12:32 +0530)
commit8f4109e09dd78ea31e8177b9904fcfde60e7e23e
tree7673c0cd168871f3191f6504804a83ff8a6300ae
parent1e53d5b585fd0d318269c54c1fcdd67442d38843
armv8: K3: j721e: Add DSP internal memory regions in MMU table

The A72 U-Boot code supports early load and boot of a number of
remote processors including the C66_0 and C66_1 DSPs. The current
code supports only loading into the DDR regions which were already
given the appropriate memory attributes. The C66 DSPs also have L1
and L2 internal memory regions that can behave as normal-memories.

Add a new entry to the J721E MMU table covering these regions with
the appropriate memory attributes to allow the A72 U-Boot code to
support loading directly into these memory regions.

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