RTEMS | Improve aarch64 BSPs (!255)
Kinsey Moore (@opticron)
gitlab at rtems.org
Mon Oct 7 17:10:18 UTC 2024
Kinsey Moore started a new discussion on bsps/aarch64/xilinx-zynqmp/start/mmu-config.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/255#note_112941
> +aarch64_mmu_config_table[] = {
> + AARCH64_MMU_DEFAULT_SECTIONS,
> + {
> + .begin = 0xf9000000U,
> + .end = 0xf9100000U,
> + .flags = AARCH64_MMU_DEVICE
> + }, {
> + .begin = 0xfd000000U,
> + .end = 0xffc00000U,
> + .flags = AARCH64_MMU_DEVICE
> + /* Map OCM space */
> + }, {
> + .begin = 0xfffc0000U,
> + .end = 0x100000000U,
> + .flags = AARCH64_MMU_DATA_RW
> +#if 0
Why did this get commented out?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/255#note_112941
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/20241007/3a895fea/attachment.htm>
More information about the bugs
mailing list