commit | bbba6d30e33d2326b68b37741258a6878db4ad19 | [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 | 548c0232839adbf4fdb205173ef8af713db73906 [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