Vijay Banerjee commented on a discussion on bsps/powerpc/mvme5100/include/bsp/irq.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1482#note_159310 > +/* > + * rtems_irq_number Definitions > + */ > + > +/* > + * ISA IRQ handler related definitions > + */ > +#define BSP_ISA_IRQ_NUMBER (16) > +#define BSP_ISA_IRQ_LOWEST_OFFSET (0) > +#define BSP_ISA_IRQ_MAX_OFFSET > \ > + (BSP_ISA_IRQ_LOWEST_OFFSET + BSP_ISA_IRQ_NUMBER - 1) > +/* > + * PCI IRQ handlers related definitions > + * CAUTION : BSP_PCI_IRQ_LOWEST_OFFSET should be equal to OPENPIC_VEC_SOURCE > + */ > +#ifndef qemu There is mention of qemu support for these BSPs, I do not know what is the status of that. But I believe that qemu used to run on this at some point, and I intend to make it run in the future for EPICS CI pipelines. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1482#note_159310 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/namespace/49/sent_notifications/5-eaytt1604bonr9h4n37rhrykx-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
