arm-trusted-firmware/plat/nvidia/tegra/soc/t186
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
..
drivers Fix type of `unsigned long` constants 2017-09-21 12:03:53 +01:00
plat_memctrl.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_psci_handlers.c Tegra: enable 'signed-comparison' compilation warning/errors 2017-06-14 14:59:07 -07: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
plat_sip_calls.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_smmu.c Tegra: smmu: platform handler for SMMU settings 2017-04-13 12:34:54 -07:00
plat_trampoline.S Add new alignment parameter to func assembler macro 2017-08-15 16:37:08 -07:00
platform_t186.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00