Skip to content

Commit 07cf049

Browse files
timg236popcornmix
authored andcommitted
raspberrypi-firmware: Add the RPI firmware UART APIs
Add VideoCore mailbox definitions for the new RPi firmware UART. Signed-off-by: Tim Gover <tim.gover@raspberrypi.com>
1 parent 1fe56c2 commit 07cf049

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/soc/bcm2835/raspberrypi-firmware.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ enum rpi_firmware_property_tag {
9898
RPI_FIRMWARE_GET_REBOOT_FLAGS = 0x00030064,
9999
RPI_FIRMWARE_SET_REBOOT_FLAGS = 0x00038064,
100100
RPI_FIRMWARE_NOTIFY_DISPLAY_DONE = 0x00030066,
101+
RPI_FIRMWARE_GET_SW_UART = 0x0003008a,
102+
RPI_FIRMWARE_SET_SW_UART = 0x0003808a,
101103

102104
/* Dispmanx TAGS */
103105
RPI_FIRMWARE_FRAMEBUFFER_ALLOCATE = 0x00040001,

0 commit comments

Comments
 (0)