commit | ac05182df0b7c46c70faf92058063f8498a8624a | [log] [tgz] |
---|---|---|
author | Rakshit Goyal <rakshit.goyal@arm.com> | Thu Mar 20 12:47:59 2025 +0000 |
committer | Rakshit Goyal <rakshit.goyal@arm.com> | Thu Mar 20 13:04:53 2025 +0000 |
tree | 1d0d84cc5c3ae289e3c5317a120b5a9a323c18b3 | |
parent | fa8ca8bcd0cb1d75747fa5baa14e2b496c30ec82 [diff] |
fix(rdv3): correctly handle FP regs context saving Commit fe488c3796e01187fb6cffdd27a1bee1a33e0931 added an override to force `CTX_INCLUDE_SVE_REGS` to 0 when `SPD == spmd` and `SPMD_SPM_AT_SEL2 == 1`. Since there is an architectural dependency between FP and SVE registers, `CTX_INCLUDE_FPREGS` must also be overridden to 0 when CTX_INCLUDE_SVE_REGS is 0. Signed-off-by: Rakshit Goyal <rakshit.goyal@arm.com> Change-Id: I1cd834241a2d5a5368ac532a348d8729a701bbcd