| commit | 055adff8d7e5431174672c7aac0bc530c4e7a778 | [log] [tgz] |
|---|---|---|
| author | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Jun 23 15:34:12 2025 +0100 |
| committer | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Nov 03 14:53:32 2025 +0000 |
| tree | 2968cec4c85ea200c4838a268ccd13dba9a5c7ad | |
| parent | 6d144db95cd1ee317bf66efade0fd5d4e0909c3c [diff] |
refactor(gic): defer IRQ handler management to the GIC driver Interrupt groups are not generic between GIC versions. SGIs and eSPIs disappear, while SPIs and LPIs subtly change function. So abstract all of this away and hide it behind each individual GIC driver. Change-Id: Iaa55014b2940969508b290736c43134688e8c422 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>