arm-trusted-firmware/include/lib/xlat_tables
Roberto Vargas d92a286336 xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE
When TF is compiled for aarch32 MAX_VIRT_ADDR_SPACE_SIZE is 2^32 in some cases,
which makes the test (size) <= MAX_VIRT_ADDR_SPACE_SIZE a tautology because
uintptr_t is a 32 bit value. The cast remove the warning for clang.

Change-Id: I1345f3400f8fbbe4ffd3caa990a90e7ba593dba5
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2018-05-09 11:36:10 +01:00
..
aarch32 xlat lib: Fix some types 2017-07-26 09:28:23 +01:00
aarch64 xlat: Make function to calculate TCR PA bits public 2017-11-08 18:05:14 +00:00
xlat_mmu_helpers.h Add comments about mismatched TCR_ELx and xlat tables 2018-02-27 09:55:01 +00:00
xlat_tables.h include: add U()/ULL() macros for constants 2017-06-14 17:00:30 -07:00
xlat_tables_arch.h xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE 2018-05-09 11:36:10 +01:00
xlat_tables_defs.h xlat: Set AP[1] to 1 when it is RES1 2018-04-26 12:59:08 +01:00
xlat_tables_v2.h Fix some MISRA defects in SPM code 2018-04-17 15:10:18 +01:00
xlat_tables_v2_helpers.h bl2-el3: Add BL2_EL3 image 2018-01-18 09:42:35 +00:00