commit | 003969bf19cb580c832c667ae88e52a5e5281ca1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Dec 22 01:46:40 2022 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 31 15:46:39 2023 +0100 |
tree | c315587b112a9e092402f2d1a3cbdf5e0d5b24d7 | |
parent | 2e2fc97026f89de75618c42b81070bbb10dfd421 [diff] |
arm: imx: imx8m: Map RAM as NS if PSCI provider In case U-Boot is a PSCI provider, map RAM explicitly as NS, otherwise secondary cores crash with SError when attempting to access RAM mapped as secure in EL2. Signed-off-by: Marek Vasut <marex@denx.de>