forked from Imagelibrary/rtems
bsps: Allow override of ARM TM27 IRQs
ZynqMP hardware appears to have an odd hard-wired SGI implementation in which the SGIs are permanently set as enabled or disabled. Allow the TM27 IRQs to be overridden as necessary.
This commit is contained in:
committed by
Joel Sherrill
parent
6bfbfb5a3d
commit
2ee12f023d
@@ -34,9 +34,13 @@
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUPT 1
|
||||
|
||||
#ifndef ARM_GIC_TM27_IRQ_LOW
|
||||
#define ARM_GIC_TM27_IRQ_LOW ARM_GIC_IRQ_SGI_12
|
||||
#endif
|
||||
|
||||
#ifndef ARM_GIC_TM27_IRQ_HIGH
|
||||
#define ARM_GIC_TM27_IRQ_HIGH ARM_GIC_IRQ_SGI_13
|
||||
#endif
|
||||
|
||||
#define ARM_GIC_TM27_PRIO_LOW 0x80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user