commit | 931023564396874c6dbac872803b0db0ee3b925c | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Wed Nov 20 14:02:32 2024 +0000 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Fri Jun 13 16:15:58 2025 +0100 |
tree | 21e4921abce3eff95a79204620d6f99544387e11 | |
parent | 882e3669065c3117bc2f7ae8dcbcea7a34e7e922 [diff] |
feat(gicv5): add a barebones GICv5 driver This is the absolute minimum that's needed to compile an NS-only build end exit out of EL3. The GIC is not used and/or configured in any way but all the necessary hooks are populated. Notably, SCR_EL3.FIQ becomes RES1 as GICv5 behaves in a similar manner to a GICv3 with FIQ set. Change-Id: Idae52b9df97f4ca2996b2dcd1e5efc45478a43f2 Co-developed-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>