Kinsey Moore started a new discussion on bsps/aarch64/rk3399/include/bsp.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139928 > + > +#ifdef __cplusplus > +extern "C" { > +#endif /* __cplusplus */ > + > +#define BSP_ARM_GIC_CPUIF_BASE 0xfff00000 > +#define BSP_ARM_GIC_DIST_BASE 0xfee00000 > +#define BSP_ARM_GIC_REDIST_BASE 0xfef00000 > + > +/** > + * @name RK3399 UARTs > + * > + * @{ > + */ > +#define RK3399_UART_BASE 0xff180000 > +#define RK3399_UART_SIZE 0x40000 This is a bit misleading and it may be better just to use `RK3399_UART_DEVICE_SIZE * 4` instead. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/894#note_139928 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
