arm-trusted-firmware/bl2
Yann Gautier 01a1f7c2bc BL2_AT_EL3: do not try to disable MMU twice on AARCH32
If BL2_AT_EL3 is enabled, bl2_run_next_image is called at the end of BL2.
This function calls disable_mmu_icache_secure.
It is then useless to call it in bl2_main in that case.

fixes arm-software/tf-issues#582

Signed-off-by: Yann Gautier <yann.gautier@st.com>
2018-04-26 19:07:34 +02:00
..
aarch32 bl2-el3: Fix bl32 lr_svc used for bl33 entry address 2018-03-05 17:34:25 +01:00
aarch64 Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
bl2.ld.S Add comments about mismatched TCR_ELx and xlat tables 2018-02-27 09:55:01 +00:00
bl2.mk Add image_id to bl1_plat_handle_post/pre_image_load() 2018-02-26 16:29:29 +00:00
bl2_el3.ld.S Add support for BL2 in XIP memory 2018-04-07 10:12:21 +08:00
bl2_image_load.c Fix MISRA rule 8.3 Part 1 2018-04-13 14:01:56 +01:00
bl2_image_load_v2.c Fix MISRA rule 8.3 Part 1 2018-04-13 14:01:56 +01:00
bl2_main.c BL2_AT_EL3: do not try to disable MMU twice on AARCH32 2018-04-26 19:07:34 +02:00
bl2_private.h Add support for BL2 in XIP memory 2018-04-07 10:12:21 +08:00