RTEMS | bsps/raspberrypi5: Complete FDT support for Raspberry Pi5 BSP. (!1154)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Mar 26 03:15:17 UTC 2026
Kinsey Moore started a new discussion on bsps/aarch64/raspberrypi5/fdt/bsp_fdt.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1154#note_147088
> +#endif /* BSP_START_COPY_FDT_FROM_BOOT_FW */
> +
> +const void *bsp_fdt_get( void )
> {
> return bcm2712_rpi_5_b_dtb;
> }
>
> -uint32_t bsp_fdt_map_intr(const uint32_t *intr, size_t icells)
> +uint32_t bsp_fdt_map_intr( const uint32_t *intr, size_t icells )
> {
> - if (icells != 3) {
> + if ( icells != 3 ) {
> return 0;
> }
> - return (intr[0] == 0 ? 32 : 16) + intr[1];
> + return ( intr[0] == 0 ? 32 : 16 ) + intr[1];
Formatting changes should be handled in their own commit.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1154#note_147088
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/20260326/fb4d784f/attachment-0001.htm>
More information about the bugs
mailing list