Skip to content

Commit 1f7278e

Browse files
authored
Merge pull request #4 from processmission/codex/s32k5-secure-timer-irq
hw/arm: wire S32K5 secure timer IRQ
2 parents b801cb7 + d2e9c58 commit 1f7278e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hw/arm/s32k5.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ static void s32k5_create_gic(S32K5MachineState *sms, MemoryRegion *sysmem)
127127
[GTIMER_PHYS] = ARCH_TIMER_NS_EL1_IRQ,
128128
[GTIMER_VIRT] = ARCH_TIMER_VIRT_IRQ,
129129
[GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ,
130+
[GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ,
130131
};
131132

132133
for (int irq = 0; irq < ARRAY_SIZE(timer_irq); irq++) {

0 commit comments

Comments
 (0)