commit | 3db86f4bbd7a723421c8c9bf9bd09d58e17e9736 | [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 | e2c18e40b111470fbe1aca47b58570099695f10a [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>