synquacer: Enable MMU using xlat_tables_v2 library
authorSumit Garg <sumit.garg@linaro.org>
Fri, 15 Jun 2018 09:40:16 +0000 (15:10 +0530)
committerSumit Garg <sumit.garg@linaro.org>
Thu, 21 Jun 2018 05:53:03 +0000 (11:23 +0530)
commit8cd37d7ba1988e7f86bd92ba75e388c3f04dc172
tree79b98007ceb31f2a0c09b727754460c03ce97bea
parent5931fdac630954ecca8b84beb32caef30c7b11a0
synquacer: Enable MMU using xlat_tables_v2 library

BL31 runs from SRAM which is a non-coherent memory on synquacer. So
enable MMU with SRAM memory marked as Non-Cacheable and mark page tables
kept on SRAM as Non-Cacheable via XLAT_TABLE_NC flag. Also add page tables
for Device address space.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
plat/socionext/synquacer/include/platform_def.h
plat/socionext/synquacer/include/sq_common.h
plat/socionext/synquacer/sq_bl31_setup.c
plat/socionext/synquacer/sq_xlat_setup.c [new file with mode: 0644]