commit | e0e9946d899722eb03c7d0636565313b35a4cc79 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Mon Oct 30 14:43:43 2017 +0000 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Thu Jan 18 09:42:35 2018 +0000 |
tree | aa9ceb97f7bb103de9bfc7237169aa3e833c2ba7 | |
parent | f5dd4efc1c02aef6d5cf91fff5470f770212cd13 [diff] |
bl2-el3: Add BL2_EL3 image This patch enables BL2 to execute at the highest exception level without any dependancy on TF BL1. This enables platforms which already have a non-TF Boot ROM to directly load and execute BL2 and subsequent BL stages without need for BL1. This is not currently possible because BL2 executes at S-EL1 and cannot jump straight to EL3. Change-Id: Ief1efca4598560b1b8c8e61fbe26d1f44e929d69 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>