Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
I'm design an soc system with cortex-a35 and gic500. I want to do some simulations and test the irq/fiq between a35 and gic500 using bare-metal code. It's difficult for me to develope the software for gic500 from the start, such as initialzation, configuration, etc. Are there any available gic500 apis? Thanks!
And some examples are also ok.
If you are after a simple bare-metal example, you could try this:
https://developer.arm.com/documentation/198123/latest/
there's a small example near the end of the document
EDIT: Forgot to say... the guide/example cover GICv3, not GIC-500 specifically.