RTEMS | bsp/aarch64/raspberrypi: Add Mailbox Support (!915)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Jan 15 22:39:02 UTC 2026
Kinsey Moore started a new discussion on bsps/aarch64/raspberrypi/include/bsp/mailbox.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_138811
> +
> +/**
> + * @brief Write data to the mailbox write register
> + *
> + * Packs the data and channe fields in the mailbox write register
> + * @param channel 0 to 9 defined Maibox Channels
> + * @param data The value to store in the data section of the register
> + */
> +void rpi_mbox_write(uint8_t channel, uint32_t data);
> +
> +/**
> + * @brief Read data from the mailbox read register
> + *
> + * Reads data from the mailbox read register and validates against the channel
> + * @param channel 0 to 9 defined Maibox Channels
> + * @return The data after verifying the channel is matching
These need an empty line between the longer description and the parameter list.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_138811
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260115/0cbe82bf/attachment.htm>
More information about the bugs
mailing list