This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About unsupported exclusive or atomic access issue

Hi,
I am working on TI platform having 2 clusters of Cortex-A53 with 2 cores in each cluster. I am running TI provided Linux on cluster-0/core-0 with HYP mode software controlling stage-2 translation. While running linux and enabling stage-2 translation, I am getting data abort exception 0x96000035 (unsupported exclusive or atomic access). Surprisingly, even though EL2 is running, exception is generated at EL1 (in linux kernel). When I disable stage-2 translation, exception is not getting generated at EL1 and linux is booting successfully. I tried different combinations of sharable attributes but still, error persists.

Can anybody give hint on the issue?