RTEMS | aarch64: add rk3399_rockpro64 BSP (!894)

Kinsey Moore (@opticron) gitlab at rtems.org
Thu Jan 22 22:30:20 UTC 2026




Kinsey Moore started a new discussion on bsps/aarch64/rk3399/console/console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139620

 > +  void *arg
 > +)
 > +{
 > +  (void) major;
 > +  (void) minor;
 > +  (void) arg;
 > +  rtems_termios_initialize();
 > +
 > +  rtems_termios_device_install(
 > +    "/dev/ttyS2",
 > +    &ns16550_handler_polled,
 > +    NULL,
 > +    &rk3399_uart_context.base
 > +  );
 > +
 > +  link("/dev/ttyS2", CONSOLE_DEVICE_NAME);

It would be preferable to use a common source for `/dev/ttyS2` such as a macro to prevent mismatches.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139620
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/20260122/7f29fa4a/attachment.htm>


More information about the bugs mailing list