arm-trusted-firmware/plat/nvidia/tegra
Andreas Färber 28db3e96ef tegra: Fix mmap_region_t struct mismatch
Commit fdb1964c34 ("xlat: Introduce
MAP_REGION2() macro") added a granularity field to mmap_region_t.

Tegra platforms were using the v2 xlat_tables implementation in
common/tegra_common.mk, but v1 xlat_tables.h headers in soc/*/plat_setup.c
where arrays are being defined. This caused the next physical address to
be read as granularity, causing EINVAL error and triggering an assert.

Consistently use xlat_tables_v2.h header to avoid this.

Fixes ARM-software/tf-issues#548.

Signed-off-by: Andreas Färber <afaerber@suse.de>
2018-02-17 06:15:35 +01:00
..
common Fix type of `unsigned long` constants 2017-09-21 12:03:53 +01:00
include tegra: Fix mmap_region_t struct mismatch 2018-02-17 06:15:35 +01:00
soc tegra: Fix mmap_region_t struct mismatch 2018-02-17 06:15:35 +01:00
platform.mk Do not enable SVE on pre-v8.2 platforms 2017-11-30 17:45:23 +00:00