commit | f547fca9656defa1ec6db21b7b8db62a4551e2ae | [log] [tgz] |
---|---|---|
author | Alison Wang <b18965@freescale.com> | Thu Nov 10 10:49:05 2016 +0800 |
committer | York Sun <york.sun@nxp.com> | Tue Nov 22 11:40:24 2016 -0800 |
tree | c3a125c86cd249a0b6037dba0004ec5563575d1c | |
parent | 876c7e1d6185518d20732707db1f774e3b26a9ac [diff] |
armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled As PSCI and secure monitor firmware framework are enabled, this patch is to support loading 32-bit OS in such case. The default target exception level returned to U-Boot is EL2, so the corresponding work to switch to AArch32 EL2 and jump to 32-bit OS are done in U-Boot and secure firmware together. Signed-off-by: Alison Wang <alison.wang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>