commit | 664e15c2bde25645ebf4f80fff7bedebeec0e876 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 26 13:18:48 2020 +0900 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Wed Apr 01 16:40:16 2020 +0200 |
tree | 6c2c3cfb4a7868edd2dc9219040a16305e8cc588 | |
parent | 2765ffdc99af8b5fc171771b5f0e04e96a74a52f [diff] |
uniphier: support read-only xlat tables BL2 for this platform uses mmap_add_dynamic_region(), but BL31 and BL32 (TSP) only use static mapping. So, BL31 and BL32 can make the tables read-only after enabling MMU. Enable ALLOW_RO_XLAT_TABLES by default. Change-Id: Ib59c44697163629119888bb6abd47fa144f09ba3 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>