-
- Downloads
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>
Showing
- Makefile 2 additions, 0 deletionsMakefile
- bl2/aarch32/bl2_el3_entrypoint.S 84 additions, 0 deletionsbl2/aarch32/bl2_el3_entrypoint.S
- bl2/aarch32/bl2_el3_exceptions.S 21 additions, 0 deletionsbl2/aarch32/bl2_el3_exceptions.S
- bl2/aarch64/bl2_el3_entrypoint.S 77 additions, 0 deletionsbl2/aarch64/bl2_el3_entrypoint.S
- bl2/aarch64/bl2_el3_exceptions.S 131 additions, 0 deletionsbl2/aarch64/bl2_el3_exceptions.S
- bl2/bl2.mk 11 additions, 1 deletionbl2/bl2.mk
- bl2/bl2_el3.ld.S 175 additions, 0 deletionsbl2/bl2_el3.ld.S
- bl2/bl2_main.c 14 additions, 0 deletionsbl2/bl2_main.c
- bl2/bl2_private.h 2 additions, 1 deletionbl2/bl2_private.h
- include/common/aarch32/el3_common_macros.S 3 additions, 3 deletionsinclude/common/aarch32/el3_common_macros.S
- include/common/aarch64/el3_common_macros.S 2 additions, 2 deletionsinclude/common/aarch64/el3_common_macros.S
- include/lib/cpus/aarch32/cpu_macros.S 7 additions, 3 deletionsinclude/lib/cpus/aarch32/cpu_macros.S
- include/lib/cpus/aarch64/cpu_macros.S 7 additions, 3 deletionsinclude/lib/cpus/aarch64/cpu_macros.S
- include/lib/xlat_tables/xlat_tables_v2_helpers.h 1 addition, 1 deletioninclude/lib/xlat_tables/xlat_tables_v2_helpers.h
- include/plat/common/platform.h 15 additions, 0 deletionsinclude/plat/common/platform.h
- lib/cpus/aarch32/cpu_helpers.S 2 additions, 2 deletionslib/cpus/aarch32/cpu_helpers.S
- lib/cpus/aarch64/cpu_helpers.S 3 additions, 3 deletionslib/cpus/aarch64/cpu_helpers.S
- lib/cpus/errata_report.c 2 additions, 0 deletionslib/cpus/errata_report.c
- make_helpers/defaults.mk 3 additions, 0 deletionsmake_helpers/defaults.mk
- plat/common/plat_bl2_el3_common.c 24 additions, 0 deletionsplat/common/plat_bl2_el3_common.c
Loading
Please register or sign in to comment