We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b801cb7 + d2e9c58 commit 1f7278eCopy full SHA for 1f7278e
1 file changed
hw/arm/s32k5.c
@@ -127,6 +127,7 @@ static void s32k5_create_gic(S32K5MachineState *sms, MemoryRegion *sysmem)
127
[GTIMER_PHYS] = ARCH_TIMER_NS_EL1_IRQ,
128
[GTIMER_VIRT] = ARCH_TIMER_VIRT_IRQ,
129
[GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ,
130
+ [GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ,
131
};
132
133
for (int irq = 0; irq < ARRAY_SIZE(timer_irq); irq++) {
0 commit comments