xlat: Introduce API to change memory attributes of a region
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 17 Oct 2017 11:02:03 +0000 (12:02 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Tue, 17 Oct 2017 11:02:36 +0000 (12:02 +0100)
commit996d6b390d97802a3cfb7d6d48183ad5a90398ba
tree2cd1aa029e5079bb36a79c478d58a85e50191216
parent1be910bb3dee7e6e6fce747071332f318ddb7c89
xlat: Introduce API to change memory attributes of a region

This patch introduces a new API in the translation tables library
(v2), that allows to change the memory attributes of a memory
region. It may be used to change its execution permissions and
data access permissions.

As a prerequisite, the memory must be already mapped. Moreover, it
must be mapped at the finest granularity (currently 4 KB).

Change-Id: I242a8c6f0f3ef2b0a81a61e28706540462faca3c
Co-authored-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Co-authored-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
include/lib/xlat_tables/xlat_tables_v2.h
lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
lib/xlat_tables_v2/xlat_tables_internal.c