arm-trusted-firmware/bl1/aarch64
Antonio Nino Diaz 6bf0e07930 Ensure the correct execution of TLBI instructions
After executing a TLBI a DSB is needed to ensure completion of the
TLBI.

rk3328: The MMU is allowed to load TLB entries for as long as it is
enabled. Because of this, the correct place to execute a TLBI is right
after disabling the MMU.

Change-Id: I8280f248d10b49a8c354a4ccbdc8f8345ac4c170
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-02-21 13:54:55 +00:00
..
bl1_arch_setup.c bl1: include bl1_private.h in aarch* files 2017-06-23 09:38:06 +02:00
bl1_context_mgmt.c bl1: include bl1_private.h in aarch* files 2017-06-23 09:38:06 +02:00
bl1_entrypoint.S Fully initialise essential control registers 2017-06-21 17:57:54 +01:00
bl1_exceptions.S Ensure the correct execution of TLBI instructions 2018-02-21 13:54:55 +00:00