RTEMS | bsps/aarch64/raspberrypi5: Add initial Raspberry Pi 5 BSP (!1006)

Preetam Das (@lostux) gitlab at rtems.org
Tue Feb 10 18:32:28 UTC 2026




Preetam Das commented on a discussion on bsps/aarch64/raspberrypi5/console/console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142343

 > +  handler = &arm_pl011_fns;
 > +
 > +  rtems_termios_initialize();
 > +
 > +  sc = rtems_termios_device_install( "/dev/console", handler, NULL, &rpi5_uart_debug_context.base );
 > +  if ( sc != RTEMS_SUCCESSFUL ) {
 > +    bsp_fatal( BSP_FATAL_CONSOLE_INSTALL_1 );
 > +  }
 > +
 > +  return RTEMS_SUCCESSFUL;
 > +}
 > +
 > +BSP_output_char_function_type BSP_output_char = output_char;
 > +BSP_polling_getchar_function_type BSP_poll_char = poll_char;
 > +
 > +#ifdef __cplusplus /* __cplusplus */

Okay, my bad, noted.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142343
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/20260210/33f939ed/attachment-0001.htm>


More information about the bugs mailing list