arm-trusted-firmware/lib/xlat_tables_v2
Douglas Raillard 769d65da77 xlat: Use MAP_REGION macro as compatibility layer
Use the MAP_REGION to build the mmap_region_t argument in wrappers like
mmap_add_region(). Evolution of the mmap_region_t might require adding
new members with a non-zero default value. Users of MAP_REGION are
protected against such evolution. This commit also protects users of
mmap_add_region() and mmap_add_dynamic_region() functions against these
evolutions.

Also make the MAP_REGION macro implementation more explicit and make it
a mmap_region_t compound literal to make it useable as a function
parameter on its own and to prevent using it in initialization of
variables of different type.

Change-Id: I7bfc4689f6dd4dd23c895b65f628d8ee991fc161
Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
2017-09-11 15:47:33 +01:00
..
aarch32 Enable CnP bit for ARMv8.2 CPUs 2017-08-24 17:23:43 +01:00
aarch64 Enable CnP bit for ARMv8.2 CPUs 2017-08-24 17:23:43 +01:00
xlat_tables.mk xlat lib v2: Expose *_ctx() APIs 2017-07-26 09:20:05 +01:00
xlat_tables_internal.c xlat: Use MAP_REGION macro as compatibility layer 2017-09-11 15:47:33 +01:00
xlat_tables_private.h xlat lib v2: Remove hard-coded virtual address space size 2017-07-26 09:28:23 +01:00