RTEMS | bsp/aarch64/raspberrypi: Add Mailbox Support (!915)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Jan 15 22:37:46 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_138810
> +#define RPI_CLOCK_HEVC 0x0000000b /**< HEVC encoder clock */
> +#define RPI_CLOCK_EMMC2 0x0000000c /**< EMMC2 clock */
> +#define RPI_CLOCK_M2MC 0x0000000d /**< M2MC clock */
> +#define RPI_CLOCK_PIXEL_BVB 0x0000000e /**< Pixel BVB clock */
> +/** @} */
> +
> +/**
> + * @brief Mailbox Property Interface Tag structure
> + * Represents a single property tag in the mailbox message.
> + */
> +typedef struct mbox_property_tag{
> + uint32_t id; /**< Property Tag ID */
> + uint32_t buffer_size; /**< Size of value_buffer in bytes */
> + volatile uint32_t val_len; /**< Request: 0, Response: length of valid data */
> + volatile uint32_t value_buffer[]; /**< Tag-specific data buffer */
> +}mbox_property_tag;
These structures should all have spaces between curly braces and text.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_138810
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/8e186d33/attachment-0001.htm>
More information about the bugs
mailing list