Shaunak Datar commented on a discussion on bsps/aarch64/raspberrypi/include/bsp/mailbox.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_139215 > + * > + * Mailbox channels used for communication between ARM and VideoCore. > + * Each channel serves a specific purpose in the communication protocol. > + */ > +typedef enum { > + BCM2711_MBOX_CHANNEL_POWER = 0, /**< Power management */ > + BCM2711_MBOX_CHANNEL_FRAMEBUFFER = 1, /**< Framebuffer */ > + BCM2711_MBOX_CHANNEL_VIRTUAL_UART = 2, /**< Virtual UART */ > + BCM2711_MBOX_CHANNEL_VCHIQ = 3, /**< VCHIQ */ > + BCM2711_MBOX_CHANNEL_LEDS = 4, /**< LEDs */ > + BCM2711_MBOX_CHANNEL_BUTTONS = 5, /**< Buttons */ > + BCM2711_MBOX_CHANNEL_TOUCHSCREEN = 6, /**< Touch screen */ > + BCM2711_MBOX_CHANNEL_RESERVED = 7, /**< Reserved */ > + BCM2711_MBOX_CHANNEL_PROP_ARM_VC = 8, /**< Property tags (ARM -> VC) */ > + BCM2711_MBOX_CHANNEL_PROP_VC_ARM = 9 /**< Property tags (VC -> ARM) */ > +} bcm2711_mbox_channel; Right will do -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_139215 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
