RTEMS | Draft: bsps/riscv: add Smrnmi extension support (!1391)
Gedare Bloom (@gedare)
gitlab at rtems.org
Wed Aug 26 16:50:25 UTC 2026
Gedare Bloom started a new discussion on bsps/riscv/riscv/include/bsp/rnmi.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158067
> + *
> + * @ingroup RISCV_RNMI
> + *
> + * @brief RISC-V BSP specific RNMI definitions.
> + */
> +
> +#ifndef BSP_RNMI_H
> +#define BSP_RNMI_H
> +
> +#ifdef __cplusplus
> +extern "C" {
> +#endif
> +
> +#define RNMI_PIN_ASSERTION (0x8000000000000000)
> +#define RNMI_EXT_BUS_ERROR_STORE (0x8000000000000001)
> +#define RNMI_EXT_BUS_ERROR_LOAD (0x8000000000000002)
any reason not to use these defines in the irq.h?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158067
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-b9knlgg7y914ibm7gze1tyvtg-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260826/6c54f4f5/attachment-0001.htm>
More information about the bugs
mailing list