commit | b95e51978b68f8d31c64eb4431a1d0104cca23de | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Wed Feb 27 14:43:14 2019 +0800 |
committer | Anson Huang <Anson.Huang@nxp.com> | Wed Feb 27 15:26:01 2019 +0800 |
tree | 0b861169fccf34ab8f50f5d807ba7fe9bb7bb576 | |
parent | 08c79a85d2493ac6d47475e4aa84a2f4111f91ec [diff] |
imx: set CPU boot entry for partition reboot With SPL running on OCRAM, when linux suspend, OCRAM will lose power and if partition reboot is started from SPL, system will hang as the OCRAM data lost, so for partition reboot, the CPU boot entry can be set to be from ATF BL31 entry directly, SCFW exposes such API for this scenario. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> (cherry picked from commit d4a0970cfea5f0dd6f88a5c202b90ce31e6baecc)