RTEMS | bsps/zynqmp: Add option to map PCIe address space (!1073)

Kinsey Moore (@opticron) gitlab at rtems.org
Wed Feb 25 04:53:54 UTC 2026




Kinsey Moore commented on a discussion on bsps/aarch64/xilinx-zynqmp/start/mmu-config.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1073#note_143450

 >      .begin = 0xb0000000U,
 >      .end = 0xb0200000U,
 >      .flags = AARCH64_MMU_DATA_RW
 > +#ifdef ZYNQMP_ENABLE_PCIE_MMU
 > +  }, { /* PCIe high */
 > +    .begin = 0x600000000U,
 > +    .end = 0x800000000U,
 > +    .flags = AARCH64_MMU_DEVICE
 > +  }, { /* PCIe high */

That's fine. There's a `PCIe Low` at `0xE0000000` that may need to be mapped as well.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1073#note_143450
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/20260225/9b5f142e/attachment-0001.htm>


More information about the bugs mailing list