commit | c25225a2e5f3b986711d5d78720f107d0374b482 | [log] [tgz] |
---|---|---|
author | Subhasish Ghosh <subhasish.ghosh@arm.com> | Thu Dec 09 15:41:37 2021 +0000 |
committer | Subhasish Ghosh <subhasish.ghosh@arm.com> | Thu Dec 09 15:56:55 2021 +0000 |
tree | 17e43b9ccd145de19346fb57cc2544e2d3005e9c | |
parent | 166f598d2a36c7d70f3eb0037e9c659185b844d5 [diff] |
fix(rmmd/sve): enable/disable SVE/FPU for Realms This patch enable/disable SVE/FPU for Realms depending upon it's state in NS. When this feature is enabled, traps to EL3 on SVE/FPU access from Realms are disabled. However, RMM must ensure that the Realm <-> NS SVE/FPU registers are not corrupted by each other and Realms do not leak information to NS. Change-Id: I0a27a055787976507017b72879ba6458f066624e Signed-off-by: Subhasish Ghosh <subhasish.ghosh@arm.com>