diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-03-06 19:21:26 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-03-11 11:31:46 +0900 |
commit | 363830df1c28e240ed1132c6ce41f4a4b3efb8d8 (patch) | |
tree | 80071011228e1cc7ec14bd2943702fdb7dfe975c /bl32 | |
parent | 65012c08922fa5646ca7ca485036dfd901cae360 (diff) | |
download | platform_external_arm-trusted-firmware-363830df1c28e240ed1132c6ce41f4a4b3efb8d8.tar.gz platform_external_arm-trusted-firmware-363830df1c28e240ed1132c6ce41f4a4b3efb8d8.tar.bz2 platform_external_arm-trusted-firmware-363830df1c28e240ed1132c6ce41f4a4b3efb8d8.zip |
xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE}
xlat_tables_v2_helpers.h defines two quite similar macros,
REGISTER_XLAT_CONTEXT_FULL_SPEC and REGISTER_XLAT_CONTEXT_RO_BASE_TABLE.
Only the difference is the section of _ctx_name##_base_xlat_table.
Parameterize it and unify these two macros.
The base xlat table goes into the .bss section by default.
If PLAT_RO_XLAT_TABLES is defined, it goes into the .rodata section.
Change-Id: I8b02f4da98f0c272e348a200cebd89f479099c55
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'bl32')
0 files changed, 0 insertions, 0 deletions