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

GICv3 and aarch32

Hi,

I just started to port our secure OS on an armv8 board, with a GIC-v3.

The EL1 non secure OS will be the vendor Linux OS, which runs in aarch64.

The EL1 secure OS will be our secure OS, which runs in aarch32.

At the moment, our OS only supports GIC-v2 implementation. Do I have to update our driver to handle the new GIC-v3 implementation or can I

use the legacy interface on the Secure side only so I don't have to change anything in our OS ?

Best,

V.