commit | 41ae04735284f7c97a3993dc6d2d45de3954c2b7 | [log] [tgz] |
---|---|---|
author | Sona Mathew <sonarebecca.mathew@arm.com> | Mon Feb 03 00:42:47 2025 -0600 |
committer | Sona Mathew <sonarebecca.mathew@arm.com> | Thu Feb 20 21:13:32 2025 -0600 |
tree | 3edc7ac9e5426cc44fc4603871958a23735dda1f | |
parent | 74dd541f91bfe5f10b88a0028dcfb0ff55b369b2 [diff] |
fix(rmm): add support for BRBCR_EL2 register for feat_brbe Currently BRBE is being disabled for Realm world in EL3 by switching the SBRBE bit in mdcr_el3 register to 0b00. The patch removes the switching of SBRBE bits, and adds context switch of BRBCR_EL2 register. Change-Id: I66ca13edefc37e40fa265fd438b0b66f7d09b4bb Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>