]> git.baikalelectronics.ru Git - arm-tf.git/commit
xlat_tables_v2: add enable_mmu()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 26 Mar 2020 04:18:48 +0000 (13:18 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 31 Mar 2020 02:51:56 +0000 (11:51 +0900)
commitf554773520602d146acb5370242c4c62dafc5080
tree2ed9ecc4aa8a20d50d106724e30e50a20b6ec1bf
parentfd092be23982c160a3855f1e396b7311b5225bf9
xlat_tables_v2: add enable_mmu()

enable_mmu_* has a different function name, so it is not handy in the
shared code. enable_mmu() calls an appropriate one depending on the
exception level.

Change-Id: I0657968bfcb91c32733f75f9259f550a5c35b1c3
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/lib/xlat_tables/xlat_mmu_helpers.h
lib/xlat_tables_v2/xlat_tables_context.c