commit | add24a4a43e91a85c5bd2b0112026f64b7f01241 | [log] [tgz] |
---|---|---|
author | Petre-Ionut Tudor <petre-ionut.tudor@arm.com> | Thu Oct 03 17:09:08 2019 +0100 |
committer | Petre-Ionut Tudor <petre-ionut.tudor@arm.com> | Mon Oct 07 11:50:07 2019 +0100 |
tree | 5ce3f4cda4573251a7208f8c46f909bbd757d9b4 | |
parent | efda055080156acaf6c3cffd44599476a61dab0c [diff] |
Explicitly disable the SPME bit in MDCR_EL3 Currently the MDCR_EL3 initialisation implicitly disables MDCR_EL3.SPME by using mov_imm. This patch makes the SPME bit more visible by explicitly disabling it and documenting its use in different versions of the architecture. Signed-off-by: Petre-Ionut Tudor <petre-ionut.tudor@arm.com> Change-Id: I221fdf314f01622f46ac5aa43388f59fa17a29b3