arm-trusted-firmware/plat/nvidia/tegra/soc/t210
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
..
plat_psci_handlers.c Fix order of remaining platform #includes 2017-07-14 10:50:41 +01:00
plat_secondary.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_setup.c tegra: Fix mmap_region_t struct mismatch 2018-02-17 06:15:35 +01:00
platform_t210.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00