commit | 4b67210c4ae32e723fc5805f3b7e8c48fb8ec962 | [log] [tgz] |
---|---|---|
author | Igor Podgainõi <igor.podgainoi@arm.com> | Mon Sep 23 13:06:15 2024 +0200 |
committer | Igor Podgainõi <igor.podgainoi@arm.com> | Fri Nov 08 17:48:28 2024 +0100 |
tree | b5d66c48a39a422a902364d694a41521c35de431 | |
parent | 0db4a3cdde090a94721a8a598cbbbf857f7cf47f [diff] |
feat(cm): add test to validate EL2 regs during context switch Verify that EL2 system registers are preserved when switching from Normal world to Secure world and vice versa. Do this by modifying the live EL2 register state and dumping it to memory, then performing an FF-A Cactus call and checking whether the state matches the previously saved context. Change-Id: I0537b4d671c72c0a2fd29ac7e218bf69e1c66001 Signed-off-by: Igor Podgainõi <igor.podgainoi@arm.com>