RTEMS | aarch64: add rk3399_rockpro64 BSP (!894)
Ning Yang (@yangn0)
gitlab at rtems.org
Sat Jan 24 15:37:41 UTC 2026
Ning Yang commented on a discussion on bsps/aarch64/rk3399/start/bspstartmmu.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139909
> + { /* 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));
Done. I put the function prototype in bsp.h and removed the week symbol. Is it OK?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139909
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/99854ace/attachment.htm>
More information about the bugs
mailing list