RTEMS | aarch64: add rk3399_rockpro64 BSP (!894)
Kinsey Moore (@opticron)
gitlab at rtems.org
Sat Jan 24 17:47:36 UTC 2026
Kinsey Moore started a new discussion on bsps/aarch64/rk3399/start/mmu-config.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139922
> +BSP_START_DATA_SECTION const aarch64_mmu_config_entry
> +aarch64_mmu_config_table[] = {
> + AARCH64_MMU_DEFAULT_SECTIONS,
> + { /* GIC500 */
> + .begin = 0xFEE00000ULL,
> + .end = 0xFF000000ULL,
> + .flags = AARCH64_MMU_DEVICE
> + },
> + { /* NS16550 UART0-UART3 */
> + .begin = RK3399_UART_BASE,
> + .end = RK3399_UART_BASE+RK3399_UART_SIZE,
> + .flags = AARCH64_MMU_DEVICE
> + },
> + { /* NS16550 UART4 */
> + .begin = RK3399_UART4_BASE,
> + .end = RK3399_UART4_BASE+RK3399_UART_SIZE,
This should be RK3399_UART_DEVICE_SIZE since it is only 1 instance.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139922
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/5a1bf502/attachment-0001.htm>
More information about the bugs
mailing list