RTEMS | aarch64: add rk3399_rockpro64 BSP (!894)
Kinsey Moore (@opticron)
gitlab at rtems.org
Sat Jan 24 17:43:58 UTC 2026
Kinsey Moore commented on a discussion on bsps/aarch64/rk3399/start/bspstartmmu.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139920
> + { /* GIC500 */
> + .begin = 0xFEE00000ULL,
> + .end = 0xFF000000ULL,
> + .flags = AARCH64_MMU_DEVICE
> + },
> + { /* NS16550 device */
> + .begin = RK3399_UART_BASE,
> + .end = RK3399_UART_BASE+RK3399_UART_SIZE,
> + .flags = AARCH64_MMU_DEVICE
> + },
> +};
> +/*
> + * Make weak and let the user override.
> + */
> +BSP_START_TEXT_SECTION void
> +rk3399_setup_mmu_and_cache( void ) __attribute__ ((weak));
Yes, looks good.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139920
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/20260124/7682c019/attachment-0001.htm>
More information about the bugs
mailing list