commit | 9f4b6259ebb49c06daad79686af8f641eb79b2a3 | [log] [tgz] |
---|---|---|
author | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | Fri Sep 22 15:30:13 2023 +0100 |
committer | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | Thu Oct 05 19:17:46 2023 +0100 |
tree | fd3d124ccb2b1d40584b111aa7e53599a7f2137a | |
parent | 5c52d7e54068aab619975b81683d5abc4ad5dc73 [diff] |
refactor(cm): enable S-EL2 globally for all contexts Currently, S-EL2 is being enabled specifically while we are in secure context and gets toggled up when we exit secure world. This behavior is not ideal and needs correction. Enabling the S-EL2 via SCR_EL3.EEL2 register setting should be global and this patch addresses it. Change-Id: If6c39ca258f2fefa835c4b51e0f6b68165fd2e35 Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>