u-boot/arch/arm/mach-imx/imx8m
Peng Fan 59efa6b52b imx8m: Fix MMU table issue for OPTEE memory
When running with OPTEE, the MMU table in u-boot does not remove the OPTEE
memory from its settings. So ARM speculative prefetch in u-boot may access
that OPTEE memory. Due to trust zone is enabled by OPTEE and that memory
is set to secure access, then the speculative prefetch will fail and cause
various memory issue in u-boot.
The fail address register and int_status register in trustzone has logged
that speculative access from u-boot.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-10-08 16:36:36 +02:00
..
clock.c imx8m: clock: Fix oscillator values 2019-01-09 17:10:30 +01:00
clock_slice.c imx: rename mx8m,MX8M to imx8m,IMX8M 2019-01-01 14:12:18 +01:00
imximage-8mm-lpddr4.cfg imx8m: add image cfg for i.MX8MM lpddr4 2019-10-08 16:36:36 +02:00
imximage.cfg imx: imx8m: introduce imximage cfg file 2019-01-01 14:12:18 +01:00
Kconfig imx: add IMX8MM kconfig entry 2019-10-08 16:36:36 +02:00
lowlevel_init.S imx: rename mx8m,MX8M to imx8m,IMX8M 2019-01-01 14:12:18 +01:00
Makefile imx: rename mx8m,MX8M to imx8m,IMX8M 2019-01-01 14:12:18 +01:00
soc.c imx8m: Fix MMU table issue for OPTEE memory 2019-10-08 16:36:36 +02:00