arm-trusted-firmware/lib/xlat_tables_v2
Masahiro Yamada 268131c24f xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLES
If PLAT_RO_XLAT_TABLES is defined, the base xlat table goes to the
.rodata section instead of .bss section.

This causes a warning like:

/tmp/ccswitLr.s: Assembler messages:
/tmp/ccswitLr.s:297: Warning: setting incorrect section attributes for .rodata

It is practically no problem, but I want to keep the build log clean.

Put the base table into the "base_xlat_table" section to suppress the
assembler warnings.

The linker script determines its final destination; rodata section if
PLAT_RO_XLAT_TABLES=1, or bss section otherwise. So, the result is the
same.

Change-Id: Ic85d1d2dddd9b5339289fc2378cbcb21dd7db02e
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2020-04-02 13:30:17 +09:00
..
aarch32 lib/xlat_tables: Add support for ARMv8.4-TTST 2019-01-30 11:17:38 +00:00
aarch64 SPM: Move shim layer to TTBR1_EL1 2019-04-03 10:51:31 +01:00
ro_xlat_tables.mk Read-only xlat tables for BL31 memory 2020-02-24 16:52:56 +00:00
xlat_tables.mk Read-only xlat tables for BL31 memory 2020-02-24 16:52:56 +00:00
xlat_tables_context.c xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLES 2020-04-02 13:30:17 +09:00
xlat_tables_core.c xlat_tables_v2: simplify end address checks in mmap_add_region_check() 2020-01-22 18:35:43 +09:00
xlat_tables_private.h lib/xlat_tables: Add support for ARMv8.4-TTST 2019-01-30 11:17:38 +00:00
xlat_tables_utils.c xlat_table_v2: Fix enable WARMBOOT_ENABLE_DCACHE_EARLY config 2019-10-18 10:26:34 +01:00