]> git.baikalelectronics.ru Git - arm-tf.git/commit
allwinner: Clean up MMU setup
authorSamuel Holland <samuel@sholland.org>
Sun, 27 Oct 2019 22:30:15 +0000 (17:30 -0500)
committerManish Pandey <manish.pandey2@arm.com>
Mon, 20 Jan 2020 22:47:20 +0000 (22:47 +0000)
commitddb4c9e04cc5849dc035c9db382fc2d113df928f
treec9320cec60aad2455a14b60537c90203192b6a93
parent7b3ab4ebda3ef3eff8767ae252ce2c6875e44852
allwinner: Clean up MMU setup

Remove the general BL31 mmap region: it duplicates the existing static
mapping for the entire SRAM region. Use the helper definitions when
applicable to simplify the code and add the MT_EXECUTE_NEVER flag.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Change-Id: I7a6b79e50e4b5c698774229530dd3d2a89e94a6d
plat/allwinner/common/include/platform_def.h
plat/allwinner/common/sunxi_common.c