commit | 094041def63203e765104c675c2a0eeda09f733f | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Fri Feb 02 13:16:18 2018 +0100 |
committer | Etienne Carriere <etienne.carriere@linaro.org> | Fri Feb 02 13:16:18 2018 +0100 |
tree | a8123ac555fb3189c8c7daa8ac87ff914decc1e4 | |
parent | c98462eedf08e4c9869426a290b630d5459c40f3 [diff] |
aarch32: use lr as bl32 boot argument on aarch32 only systems Add 'lr_svc' as a boot parameter in AArch32 bl1. This is used by Optee and Trusty to get the non-secure entry point on AArch32 platforms. This change is not ported in AArch64 mode where the BL31, not BL32, is in charge of booting the non secure image (BL33). Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>