arm-trusted-firmware/plat/nvidia/tegra/include
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 Tegra186: mce: fix MISRA defects 2017-06-14 17:02:01 -07:00
t132 Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
t186 Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
t210 Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
plat_macros.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform_def.h Tegra: add explicit casts for integer macros 2017-06-14 17:00:42 -07:00
tegra_platform.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_private.h tegra: Fix mmap_region_t struct mismatch 2018-02-17 06:15:35 +01:00