]> git.baikalelectronics.ru Git - arm-tf.git/commit
Disable secure self-hosted debug via MDCR_EL3/SDCR
authordp-arm <dimitris.papastamos@arm.com>
Wed, 8 Feb 2017 11:51:50 +0000 (11:51 +0000)
committerdp-arm <dimitris.papastamos@arm.com>
Wed, 15 Feb 2017 09:37:33 +0000 (09:37 +0000)
commit85e93ba0933d8f2d3f832f8a64602eaabb520c1f
tree8e99b71db73bedab047bc700ad1ecb4c066e760b
parent4d07e7821e19dc1ebc640f5264c2a769354c8b2d
Disable secure self-hosted debug via MDCR_EL3/SDCR

Trusted Firmware currently has no support for secure self-hosted
debug.  To avoid unexpected exceptions, disable software debug
exceptions, other than software breakpoint instruction exceptions,
from all exception levels in secure state.  This applies to both
AArch32 and AArch64 EL3 initialization.

Change-Id: Id097e54a6bbcd0ca6a2be930df5d860d8d09e777
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
include/common/aarch32/el3_common_macros.S
include/common/aarch64/el3_common_macros.S
include/lib/aarch32/arch.h
include/lib/aarch64/arch.h