Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BL2_AT_EL3: do not try to disable MMU twice on AARCH32 #1364

Merged
merged 1 commit into from
May 3, 2018

Conversation

Yann-lms
Copy link
Contributor

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 [email protected]

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 <[email protected]>
@ssg-bot
Copy link

ssg-bot commented Apr 26, 2018

Can one of the admins verify this patch?

1 similar comment
@ssg-bot
Copy link

ssg-bot commented Apr 26, 2018

Can one of the admins verify this patch?

@danh-arm
Copy link
Contributor

danh-arm commented May 1, 2018

jenkins: test this please

@danh-arm
Copy link
Contributor

danh-arm commented May 1, 2018

IP Review +1

@danh-arm danh-arm merged commit bf0c112 into ARM-software:integration May 3, 2018
@Yann-lms Yann-lms deleted the bl2_at_el3_mmu branch March 14, 2019 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants