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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
