RTEMS | Improve aarch64 BSPs (!255)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Mon Oct 7 22:58:46 UTC 2024
Sebastian Huber commented on a discussion on bsps/aarch64/xilinx-zynqmp/start/mmu-config.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/255#note_112961
> +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
Thanks for spotting this. I had to extract the patch set from a larger one and this was a manual error in the process.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/255#note_112961
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/53b26a1c/attachment-0001.htm>
More information about the bugs
mailing list